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.
2 parents d8007e4 + 3bc9da6 commit a9cef2bCopy full SHA for a9cef2b
typescript/package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "@chainlink/data-streams-sdk",
3
- "version": "1.0.1",
+ "version": "1.0.2",
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