@ocap/indexdb-memory 1.18.95 → 1.18.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,10 +1,10 @@
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.18.95",
4
+ "version": "1.18.96",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
- "url": "https://github.com/ArcBlock/asset-chain/issues",
7
+ "url": "https://github.com/ArcBlock/blockchain/issues",
8
8
  "email": "shijun@arcblock.io"
9
9
  },
10
10
  "publishConfig": {
@@ -16,7 +16,7 @@
16
16
  "devDependencies": {
17
17
  "jest": "^27.5.1"
18
18
  },
19
- "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/indexdb/memory",
19
+ "homepage": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/memory",
20
20
  "keywords": [
21
21
  "ocap",
22
22
  "indexdb",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/ArcBlock/asset-chain/tree/master/indexdb/memory"
32
+ "url": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/memory"
33
33
  },
34
34
  "scripts": {
35
35
  "lint": "eslint tests lib",
@@ -37,11 +37,11 @@
37
37
  "test": "jest --forceExit --detectOpenHandles",
38
38
  "coverage": "npm run test -- --coverage"
39
39
  },
40
- "gitHead": "1d243016b59c4532a8ca6f01d810e4a8f4b3ccb2",
40
+ "gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453",
41
41
  "dependencies": {
42
- "@arcblock/did": "1.18.95",
43
- "@ocap/indexdb": "1.18.95",
44
- "@ocap/util": "1.18.95",
42
+ "@arcblock/did": "1.18.96",
43
+ "@ocap/indexdb": "1.18.96",
44
+ "@ocap/util": "1.18.96",
45
45
  "debug": "^4.3.4",
46
46
  "empty-value": "^1.0.1",
47
47
  "lodash": "^4.17.21",