@blocklet/meta 1.16.6-beta-e2082fec → 1.16.6

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/schema.js +1 -1
  2. package/package.json +5 -5
package/lib/schema.js CHANGED
@@ -633,7 +633,7 @@ const blockletMetaProps = {
633
633
  .valid(...Object.values(BLOCKLET_APP_SPACE_ENDPOINTS))
634
634
  .optional(),
635
635
  navigation: Joi.boolean().default(true),
636
- serverless: Joi.boolean().default(true), // Can the blocklet be installed on serverless
636
+ serverless: Joi.boolean().optional(), // Can the blocklet be installed on serverless
637
637
  }).default({
638
638
  clusterMode: false,
639
639
  component: true,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.6-beta-e2082fec",
6
+ "version": "1.16.6",
7
7
  "description": "Library to parse/validate/fix blocklet meta",
8
8
  "main": "./lib/index.js",
9
9
  "typings": "./lib/index.d.ts",
@@ -24,13 +24,13 @@
24
24
  "author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
- "@abtnode/constant": "1.16.6-beta-e2082fec",
28
- "@abtnode/util": "1.16.6-beta-e2082fec",
27
+ "@abtnode/constant": "1.16.6",
28
+ "@abtnode/util": "1.16.6",
29
29
  "@arcblock/did": "1.18.77",
30
30
  "@arcblock/did-ext": "1.18.77",
31
31
  "@arcblock/did-util": "1.18.77",
32
32
  "@arcblock/jwt": "1.18.77",
33
- "@blocklet/constant": "1.16.6-beta-e2082fec",
33
+ "@blocklet/constant": "1.16.6",
34
34
  "@ocap/asset": "1.18.77",
35
35
  "@ocap/mcrypto": "1.18.77",
36
36
  "@ocap/types": "1.18.77",
@@ -79,5 +79,5 @@
79
79
  "ts-node": "^10.9.1",
80
80
  "typescript": "^4.8.4"
81
81
  },
82
- "gitHead": "851e0ab17f1c6e160aedc47fcdbf7dd54dfa7237"
82
+ "gitHead": "fcd4d0f944f4fd20b26ea7a784390a5fbb57e000"
83
83
  }