@blocklet/meta 1.5.18 → 1.5.19

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/lib/constants.js +2 -2
  2. package/package.json +3 -3
package/lib/constants.js CHANGED
@@ -140,8 +140,8 @@ module.exports = Object.freeze({
140
140
  BLOCKLET_DEFAULT_VERSION: '1.0.0',
141
141
  BLOCKLET_DEFAULT_PORT_NAME: 'BLOCKLET_PORT',
142
142
 
143
- BLOCKLET_LATEST_SPEC_VERSION: '1.1.1',
144
- BLOCKLET_LATEST_REQUIREMENT_ABTNODE: '>=1.2.0',
143
+ BLOCKLET_LATEST_SPEC_VERSION: '1.2.0',
144
+ BLOCKLET_LATEST_REQUIREMENT_ABTNODE: '>=1.5.15',
145
145
 
146
146
  BLOCKLET_CONFIGURABLE_KEY: {
147
147
  BLOCKLET_CLUSTER_SIZE: 'BLOCKLET_CLUSTER_SIZE',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.5.18",
6
+ "version": "1.5.19",
7
7
  "description": "Library to parse/validate/fix blocklet meta",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -27,7 +27,7 @@
27
27
  "@ocap/util": "^1.13.61",
28
28
  "@ocap/wallet": "^1.13.61",
29
29
  "ajv": "^7.0.3",
30
- "debug": "^4.3.2",
30
+ "debug": "^4.3.3",
31
31
  "fs-extra": "^10.0.0",
32
32
  "hosted-git-info": "3.0.8",
33
33
  "is-glob": "^4.0.3",
@@ -42,5 +42,5 @@
42
42
  "devDependencies": {
43
43
  "jest": "^27.3.1"
44
44
  },
45
- "gitHead": "0a4f2e300063fdcbc77da81e94cb1be72ab9d4e3"
45
+ "gitHead": "e05f849f5aedca9db5060b075770cdb87949f835"
46
46
  }