cojson-storage-sqlite 0.5.3-alpha.0 → 0.7.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# cojson-storage-sqlite
|
|
2
2
|
|
|
3
|
+
## 0.7.0-alpha.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Clean up API more & re-add jazz-nodejs
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- cojson@0.7.0-alpha.10
|
|
10
|
+
|
|
11
|
+
## 0.5.3-alpha.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Use effect schema much less
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- cojson@0.7.0-alpha.1
|
|
18
|
+
|
|
3
19
|
## 0.5.3-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cojson-storage-sqlite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0-alpha.10",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"better-sqlite3": "^8.5.2",
|
|
10
10
|
"typescript": "^5.1.6",
|
|
11
11
|
"isomorphic-streams": "https://github.com/sgwilym/isomorphic-streams.git#aa9394781bfc92f8d7c981be7daf8af4b4cd4fae",
|
|
12
|
-
"cojson": "0.7.0-alpha.
|
|
12
|
+
"cojson": "0.7.0-alpha.10"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/better-sqlite3": "^7.6.4"
|