@xnetjs/runtime 0.0.1 → 0.0.2
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/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xnetjs/runtime",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Framework-agnostic xNet runtime: createXNetClient() and sync orchestration, usable from any framework, a CLI, a worker, or a Node service",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,20 +22,21 @@
|
|
|
22
22
|
"LICENSE"
|
|
23
23
|
],
|
|
24
24
|
"publishConfig": {
|
|
25
|
-
"access": "public"
|
|
25
|
+
"access": "public",
|
|
26
|
+
"provenance": true
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
29
|
"y-protocols": "^1.0.6",
|
|
29
30
|
"yjs": "^13.6.24",
|
|
30
|
-
"@xnetjs/core": "0.0.
|
|
31
|
-
"@xnetjs/crypto": "0.0.
|
|
32
|
-
"@xnetjs/
|
|
33
|
-
"@xnetjs/data": "0.0.
|
|
34
|
-
"@xnetjs/
|
|
35
|
-
"@xnetjs/
|
|
36
|
-
"@xnetjs/
|
|
37
|
-
"@xnetjs/
|
|
38
|
-
"@xnetjs/
|
|
31
|
+
"@xnetjs/core": "0.0.3",
|
|
32
|
+
"@xnetjs/crypto": "0.0.3",
|
|
33
|
+
"@xnetjs/data": "0.0.3",
|
|
34
|
+
"@xnetjs/data-bridge": "0.0.3",
|
|
35
|
+
"@xnetjs/history": "0.0.3",
|
|
36
|
+
"@xnetjs/identity": "0.0.3",
|
|
37
|
+
"@xnetjs/plugins": "0.0.3",
|
|
38
|
+
"@xnetjs/storage": "0.0.3",
|
|
39
|
+
"@xnetjs/sync": "0.0.3"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"jsdom": "^26.0.0",
|