@triplit/react 0.0.25 → 0.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# @triplit/react
|
2
2
|
|
3
|
+
## 0.0.27
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 6a7e532: - Fixup bug with outbox subscriptions
|
8
|
+
- add method to clear db
|
9
|
+
- Updated dependencies [6a7e532]
|
10
|
+
- @triplit/client@0.0.27
|
11
|
+
|
12
|
+
## 0.0.26
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- 5445525: Update build scripts
|
17
|
+
- Updated dependencies [5445525]
|
18
|
+
- @triplit/client@0.0.26
|
19
|
+
|
3
20
|
## 0.0.20
|
4
21
|
|
5
22
|
### 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.
|
4
|
+
"version": "0.0.27",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"typings": "dist/index.d.ts",
|
7
7
|
"type": "module",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"/dist"
|
17
17
|
],
|
18
18
|
"dependencies": {
|
19
|
-
"@triplit/client": "^0.0.
|
19
|
+
"@triplit/client": "^0.0.27"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
22
|
"@types/react": "^18.2.0",
|