@cashapp/sqldelight-sqljs-worker 2.2.0-SNAPSHOT.1749657968621 → 2.2.0-SNAPSHOT.1749677738183
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ SQLite
|
|
|
39
39
|
## Snapshots
|
|
40
40
|
|
|
41
41
|
Snapshots of the development version (including the IDE plugin zip) are available in
|
|
42
|
-
[
|
|
42
|
+
[the Central Portal Snapshots repository](https://central.sonatype.com/repository/maven-snapshots/).
|
|
43
43
|
|
|
44
44
|
Documentation pages for the latest snapshot version can be [found here](https://sqldelight.github.io/sqldelight/snapshot).
|
|
45
45
|
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git+https://github.com/sqldelight/sqldelight.git"
|
|
16
16
|
},
|
|
17
|
-
"version": "2.2.0-SNAPSHOT.
|
|
17
|
+
"version": "2.2.0-SNAPSHOT.1749677738183",
|
|
18
18
|
"name": "@cashapp/sqldelight-sqljs-worker",
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"sql.js": "^1.8.0"
|