@triplit/svelte 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triplit/svelte",
3
3
  "packageManager": "yarn@3.4.1",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -10,10 +10,10 @@
10
10
  "exports": {
11
11
  ".": {
12
12
  "types": "./dist/index.d.ts",
13
- "require": "./dist/index.js",
14
- "import": "./dist/index.js",
15
- "default": "./dist/index.js",
16
- "svelte": "./dist/index.js"
13
+ "require": "./dist/index.svelte.js",
14
+ "import": "./dist/index.svelte.js",
15
+ "default": "./dist/index.svelte.js",
16
+ "svelte": "./dist/index.svelte.js"
17
17
  }
18
18
  },
19
19
  "scripts": {
File without changes
File without changes