@blocklet/constant 1.8.65 → 1.8.66-beta-ff281dd5

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -191,7 +191,7 @@ module.exports = Object.freeze({
191
191
 
192
192
  BLOCKLET_UPLOADS_DIR: '__uploads',
193
193
 
194
- BLOCKLET_LATEST_SPEC_VERSION: '1.2.7',
194
+ BLOCKLET_LATEST_SPEC_VERSION: '1.2.8',
195
195
  BLOCKLET_LATEST_REQUIREMENT_SERVER: '>=1.7.0',
196
196
  BLOCKLET_LATEST_REQUIREMENT_ABTNODE: '>=1.5.15', // Deprecated
197
197
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.65",
6
+ "version": "1.8.66-beta-ff281dd5",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "69b608353fbbdb7c61f9ccb10965a1d0c55c45f2"
23
+ "gitHead": "92edfc81679a4749b30a7f8195d487afa148e26b"
24
24
  }