@xyo-network/archivist-firebase 5.5.6 → 5.6.0
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 +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-firebase",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/archivist-abstract": "~5.
|
|
38
|
-
"@xyo-network/archivist-model": "~5.
|
|
39
|
-
"@xyo-network/module-model": "~5.
|
|
37
|
+
"@xyo-network/archivist-abstract": "~5.6.0",
|
|
38
|
+
"@xyo-network/archivist-model": "~5.6.0",
|
|
39
|
+
"@xyo-network/module-model": "~5.6.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"@firebase/firestore": "^4.14.0",
|
|
45
45
|
"@firebase/rules-unit-testing": "~5.0.0",
|
|
46
46
|
"@opentelemetry/api": "^1.9.1",
|
|
47
|
-
"@opentelemetry/sdk-trace-base": "^2.7.
|
|
47
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
48
48
|
"@scure/base": "~2.2.0",
|
|
49
49
|
"@types/node": "^25.6.0",
|
|
50
|
-
"@xylabs/sdk-js": "^5.0
|
|
51
|
-
"@xylabs/threads": "~5.0.
|
|
52
|
-
"@xylabs/toolchain": "~7.
|
|
53
|
-
"@xylabs/tsconfig": "~7.
|
|
50
|
+
"@xylabs/sdk-js": "^5.1.0",
|
|
51
|
+
"@xylabs/threads": "~5.0.102",
|
|
52
|
+
"@xylabs/toolchain": "~7.12.3",
|
|
53
|
+
"@xylabs/tsconfig": "~7.12.3",
|
|
54
54
|
"@xyo-network/account": "~5.5.2",
|
|
55
55
|
"@xyo-network/account-model": "~5.5.2",
|
|
56
56
|
"@xyo-network/boundwitness-builder": "~5.5.2",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"chalk": "^5.6.2",
|
|
69
69
|
"debug": "~4.4.3",
|
|
70
70
|
"esbuild": "^0.28.0",
|
|
71
|
-
"eslint": "^10.
|
|
71
|
+
"eslint": "^10.3.0",
|
|
72
72
|
"ethers": "^6.16.0",
|
|
73
73
|
"firebase": "^12.12.1",
|
|
74
74
|
"hash-wasm": "~4.12.0",
|
|
75
|
-
"lru-cache": "^11.3.
|
|
75
|
+
"lru-cache": "^11.3.6",
|
|
76
76
|
"observable-fns": "~0.6.1",
|
|
77
77
|
"pako": "~2.1.0",
|
|
78
78
|
"tslib": "^2.8.1",
|
|
@@ -80,29 +80,29 @@
|
|
|
80
80
|
"vite": "^8.0.10",
|
|
81
81
|
"vitest": "~4.1.5",
|
|
82
82
|
"wasm-feature-detect": "~1.8.0",
|
|
83
|
-
"zod": "^4.3
|
|
83
|
+
"zod": "^4.4.3"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@firebase/app": ">=0.14.11 <1",
|
|
87
87
|
"@firebase/firestore": ">=4.14.0 <5",
|
|
88
88
|
"@opentelemetry/api": ">=1.9.1 <2",
|
|
89
|
-
"@scure/base": ">=2.2.0 <3",
|
|
90
|
-
"@xylabs/sdk-js": ">=5.0
|
|
91
|
-
"@xyo-network/account": ">=5.5.2 <6",
|
|
92
|
-
"@xyo-network/account-model": ">=5.5.2 <6",
|
|
93
|
-
"@xyo-network/boundwitness-builder": ">=5.5.2 <6",
|
|
94
|
-
"@xyo-network/boundwitness-model": ">=5.5.2 <6",
|
|
95
|
-
"@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
|
|
96
|
-
"@xyo-network/config-payload-plugin": ">=5.5.2 <6",
|
|
97
|
-
"@xyo-network/manifest-model": ">=5.5.2 <6",
|
|
98
|
-
"@xyo-network/payload-builder": ">=5.5.2 <6",
|
|
99
|
-
"@xyo-network/payload-model": ">=5.5.2 <6",
|
|
100
|
-
"@xyo-network/query-payload-plugin": ">=5.5.2 <6",
|
|
101
|
-
"@xyo-network/wallet-model": ">=5.5.2 <6",
|
|
89
|
+
"@scure/base": ">=2.2.0 <2.3",
|
|
90
|
+
"@xylabs/sdk-js": ">=5.1.0 <6",
|
|
91
|
+
"@xyo-network/account": ">=5.5.2 <5.6",
|
|
92
|
+
"@xyo-network/account-model": ">=5.5.2 <5.6",
|
|
93
|
+
"@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
|
|
94
|
+
"@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
|
|
95
|
+
"@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
|
|
96
|
+
"@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
|
|
97
|
+
"@xyo-network/manifest-model": ">=5.5.2 <5.6",
|
|
98
|
+
"@xyo-network/payload-builder": ">=5.5.2 <5.6",
|
|
99
|
+
"@xyo-network/payload-model": ">=5.5.2 <5.6",
|
|
100
|
+
"@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
|
|
101
|
+
"@xyo-network/wallet-model": ">=5.5.2 <5.6",
|
|
102
102
|
"async-mutex": ">=0.5.0 <1",
|
|
103
103
|
"ethers": ">=6.16.0 <7",
|
|
104
|
-
"lru-cache": ">=11.3.
|
|
105
|
-
"zod": ">=4.3
|
|
104
|
+
"lru-cache": ">=11.3.6 <12",
|
|
105
|
+
"zod": ">=4.4.3 <5"
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": {
|
|
108
108
|
"access": "public"
|