@peerbit/any-store-proxy 1.0.11 → 1.0.12-3dcfc85
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 +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peerbit/any-store-proxy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12-3dcfc85",
|
|
4
4
|
"description": "Canonical module adapters for @peerbit/any-store",
|
|
5
5
|
"author": "dao.xyz",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@dao-xyz/borsh": "^6.0.0",
|
|
70
|
-
"
|
|
71
|
-
"@peerbit/
|
|
72
|
-
"@peerbit/canonical-
|
|
73
|
-
"
|
|
70
|
+
"@peerbit/any-store-interface": "1.1.0-3dcfc85",
|
|
71
|
+
"@peerbit/canonical-client": "1.1.8-3dcfc85",
|
|
72
|
+
"@peerbit/canonical-host": "1.0.12-3dcfc85",
|
|
73
|
+
"uuid": "^10.0.0"
|
|
74
74
|
},
|
|
75
75
|
"localMaintainers": [
|
|
76
76
|
"dao.xyz"
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"build": "aegir build --no-bundle",
|
|
88
88
|
"test": "aegir test --target node",
|
|
89
89
|
"test:e2e": "pnpm --dir ./e2e test",
|
|
90
|
-
"lint": "aegir lint"
|
|
90
|
+
"lint": "aegir lint",
|
|
91
|
+
"test:cov": "aegir test -t node --cov"
|
|
91
92
|
}
|
|
92
93
|
}
|