@nlabs/arkhamjs-storage-browser 3.22.1 → 3.23.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/coverage/index.html +1 -1
- package/package.json +5 -5
package/coverage/index.html
CHANGED
@@ -86,7 +86,7 @@
|
|
86
86
|
<div class='footer quiet pad2 space-top1 center small'>
|
87
87
|
Code coverage generated by
|
88
88
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
89
|
-
at
|
89
|
+
at Wed Feb 16 2022 22:19:08 GMT-0600 (Central Standard Time)
|
90
90
|
</div>
|
91
91
|
<script src="prettify.js"></script>
|
92
92
|
<script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nlabs/arkhamjs-storage-browser",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.23.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -42,12 +42,12 @@
|
|
42
42
|
"@nlabs/arkhamjs": "^3.20"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@nlabs/arkhamjs": "^3.
|
45
|
+
"@nlabs/arkhamjs": "^3.23.0",
|
46
46
|
"@types/jest": "^27.4.0",
|
47
|
-
"@types/node": "^17.0.
|
47
|
+
"@types/node": "^17.0.18",
|
48
48
|
"eslint": "^7.32.0",
|
49
|
-
"eslint-config-styleguidejs": "^1.5.
|
49
|
+
"eslint-config-styleguidejs": "^1.5.5",
|
50
50
|
"typescript": "^4.5.5"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "337ef3d14c6cf514db1ae5429d9471188f8ec9b9"
|
53
53
|
}
|