소스 검색

fix: linting

benduran 5 일 전
부모
커밋
cc0328c1e4
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      apps/developer-hub/content/docs/price-feeds/core/contract-addresses/pythnet.mdx
  2. 5 1
      packages/component-library/package.json

+ 2 - 2
apps/developer-hub/content/docs/price-feeds/core/contract-addresses/pythnet.mdx

@@ -11,8 +11,8 @@ import { Callout } from "fumadocs-ui/components/callout";
   which is used to construct and deliver Pyth prices to other blockchains. If
   you are building an application on EVM, Solana, SVM, or another chain, you
   should use the Pyth program deployed on your target chain instead. Please
-  refer to the [Contract Addresses](/price-feeds/core/contract-addresses) page and
-  select your specific blockchain environment.
+  refer to the [Contract Addresses](/price-feeds/core/contract-addresses) page
+  and select your specific blockchain environment.
 </Callout>
 
 The following tables contain the addresses of the programs deployed on Pythnet environments that operate together to construct Pyth prices and deliver them to other blockchains:

+ 5 - 1
packages/component-library/package.json

@@ -67,6 +67,10 @@
       "types": "./dist/CrossfadeTabPanels/index.d.ts",
       "default": "./dist/CrossfadeTabPanels/index.mjs"
     },
+    "./DocumentTitle/document-title.test": {
+      "types": "./dist/DocumentTitle/document-title.test.d.ts",
+      "default": "./dist/DocumentTitle/document-title.test.mjs"
+    },
     "./DocumentTitle": {
       "types": "./dist/DocumentTitle/index.d.ts",
       "default": "./dist/DocumentTitle/index.mjs"
@@ -394,4 +398,4 @@
       "./theme": "./dist/theme.scss"
     }
   }
-}
+}