@triplit/react 0.0.22 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @triplit/react
2
2
 
3
+ ## 0.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 5445525: Update build scripts
8
+ - Updated dependencies [5445525]
9
+ - @triplit/client@0.0.26
10
+
3
11
  ## 0.0.20
4
12
 
5
13
  ### Patch Changes
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.22",
4
+ "version": "0.0.26",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "type": "module",
@@ -10,13 +10,13 @@
10
10
  "build:code": "node build.cjs",
11
11
  "build:types": "tsc --noEmit false --emitDeclarationOnly --declaration --baseUrl . --outDir dist",
12
12
  "lint": "tsc",
13
- "publish-pkg": "yarn pack && npm publish package.tgz --access public"
13
+ "publish-pkg": "yarn npm publish --access public"
14
14
  },
15
15
  "files": [
16
16
  "/dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@triplit/client": "^0.0.25"
19
+ "@triplit/client": "^0.0.26"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.2.0",