@ocap/indexdb-memory 1.19.14 → 1.19.16

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2018-2019 ArcBlock
1
+ Copyright 2018-2025 ArcBlock
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/indexdb-memory",
3
3
  "description": "OCAP indexdb adapter that uses memory as backend, just for test purpose",
4
- "version": "1.19.14",
4
+ "version": "1.19.16",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -37,11 +37,11 @@
37
37
  "test": "jest --forceExit --detectOpenHandles",
38
38
  "coverage": "npm run test -- --coverage"
39
39
  },
40
- "gitHead": "97e9e70872b2b6c46bdda5d4f4bce8a890d4bd63",
40
+ "gitHead": "9c3c349e48fc3c5a63aba6068ba5d31cc46d81c9",
41
41
  "dependencies": {
42
- "@arcblock/did": "1.19.14",
43
- "@ocap/indexdb": "1.19.14",
44
- "@ocap/util": "1.19.14",
42
+ "@arcblock/did": "1.19.16",
43
+ "@ocap/indexdb": "1.19.16",
44
+ "@ocap/util": "1.19.16",
45
45
  "debug": "^4.3.6",
46
46
  "empty-value": "^1.0.1",
47
47
  "lodash": "^4.17.21",