@sockethub/data-layer 1.0.0-alpha.7 → 1.0.0-alpha.8
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sockethub/data-layer",
|
|
3
3
|
"description": "Storing and RPC of data for Sockethub",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "Nick Jennings <nick@silverbucket.net>",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"doc": "typedoc --options typedoc.json"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@sockethub/crypto": "^1.0.0-alpha.
|
|
48
|
-
"@sockethub/schemas": "^3.0.0-alpha.
|
|
47
|
+
"@sockethub/crypto": "^1.0.0-alpha.8",
|
|
48
|
+
"@sockethub/schemas": "^3.0.0-alpha.8",
|
|
49
49
|
"bullmq": "^5.66.5",
|
|
50
50
|
"debug": "^4.4.3",
|
|
51
51
|
"ioredis": "^5.9.2",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"typedoc": "^0.28.16",
|
|
60
60
|
"typedoc-plugin-markdown": "^4.9.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "8ce2bb763f6c2ac7c5f211f1629c27cf9a3f8e19"
|
|
63
63
|
}
|