@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.
@@ -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 Fri Feb 11 2022 09:06:19 GMT-0600 (Central Standard Time)
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.22.1",
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.22.1",
45
+ "@nlabs/arkhamjs": "^3.23.0",
46
46
  "@types/jest": "^27.4.0",
47
- "@types/node": "^17.0.17",
47
+ "@types/node": "^17.0.18",
48
48
  "eslint": "^7.32.0",
49
- "eslint-config-styleguidejs": "^1.5.4",
49
+ "eslint-config-styleguidejs": "^1.5.5",
50
50
  "typescript": "^4.5.5"
51
51
  },
52
- "gitHead": "8066c45debf914d4124a1e7fe0e64997f90726fa"
52
+ "gitHead": "337ef3d14c6cf514db1ae5429d9471188f8ec9b9"
53
53
  }