@triplit/react 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triplit/react",
3
3
  "packageManager": "yarn@3.4.1",
4
- "version": "0.0.10",
4
+ "version": "0.0.11",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "type": "module",
@@ -9,14 +9,13 @@
9
9
  "build": "yarn build:code && yarn build:types",
10
10
  "build:code": "node build.cjs",
11
11
  "build:types": "tsc --noEmit false --emitDeclarationOnly --declaration --outDir dist",
12
- "lint": "tsc",
13
- "prepack": "node prepack.cjs"
12
+ "lint": "tsc"
14
13
  },
15
14
  "files": [
16
15
  "/dist"
17
16
  ],
18
17
  "dependencies": {
19
- "@triplit/client": "^0.0.10"
18
+ "@triplit/client": "^0.0.15"
20
19
  },
21
20
  "devDependencies": {
22
21
  "@types/react": "^18.2.0",
@@ -25,4 +24,4 @@
25
24
  "peerDependencies": {
26
25
  "react": "*"
27
26
  }
28
- }
27
+ }