We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd41487 commit 587e20fCopy full SHA for 587e20f
jsr.json
@@ -3,11 +3,11 @@
3
"name": "@sftsrv/synk",
4
"version": "0.0.3",
5
"exports": {
6
- ".": "./dist/index.ts",
7
- "./in-memory": "./dist/in-memory/index.ts",
8
- "./async": "./dist/async/index.ts",
9
- "./indexed-db": "./dist/indexed-db/index.ts",
10
- "./websocket": "./dist/websocket/index.ts"
+ ".": "./dist/index.js",
+ "./in-memory": "./dist/in-memory/index.js",
+ "./async": "./dist/async/index.js",
+ "./indexed-db": "./dist/indexed-db/index.js",
+ "./websocket": "./dist/websocket/index.js"
11
},
12
"publish": {
13
"exclude": ["!dist"]
0 commit comments