We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8007e4 commit c536c92Copy full SHA for c536c92
typescript/package.json
@@ -2,13 +2,13 @@
2
"name": "@chainlink/data-streams-sdk",
3
"version": "1.0.1",
4
"description": "TypeScript SDK for Chainlink Data Streams",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
7
"exports": {
8
".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./dist/index.js",
11
- "require": "./dist/index.js"
+ "types": "./dist/src/index.d.ts",
+ "import": "./dist/src/index.js",
+ "require": "./dist/src/index.js"
12
},
13
"./package.json": "./package.json"
14
0 commit comments