@blocklet/meta 1.17.7-beta-20251223-090654-55d57623 → 1.17.7-beta-20251224-045844-3c7f459a

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 +0 -4
  2. package/package.json +6 -6
package/lib/schema.js CHANGED
@@ -741,10 +741,6 @@ const createBlockletSchema = (baseDir, { ensureFiles = false, ensureDist = false
741
741
  const { did, name, docker } = data;
742
742
  if (docker) {
743
743
  const { image, dockerfile, network } = docker;
744
- if (!image && !dockerfile) {
745
- // @ts-ignore
746
- return helper.message('Image or dockerfile must be set');
747
- }
748
744
  if (image && dockerfile) {
749
745
  // @ts-ignore
750
746
  return helper.message('Image and dockerfile cannot be set at the same time');
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.7-beta-20251223-090654-55d57623",
6
+ "version": "1.17.7-beta-20251224-045844-3c7f459a",
7
7
  "description": "Library to parse/validate/fix blocklet meta",
8
8
  "homepage": "https://www.arcblock.io/docs/blocklet-spec",
9
9
  "main": "./lib/index.js",
@@ -24,14 +24,14 @@
24
24
  "author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@abtnode/constant": "1.17.7-beta-20251223-090654-55d57623",
28
- "@abtnode/db-cache": "1.17.7-beta-20251223-090654-55d57623",
29
- "@abtnode/docker-utils": "1.17.7-beta-20251223-090654-55d57623",
27
+ "@abtnode/constant": "1.17.7-beta-20251224-045844-3c7f459a",
28
+ "@abtnode/db-cache": "1.17.7-beta-20251224-045844-3c7f459a",
29
+ "@abtnode/docker-utils": "1.17.7-beta-20251224-045844-3c7f459a",
30
30
  "@arcblock/did": "^1.27.15",
31
31
  "@arcblock/did-ext": "^1.27.15",
32
32
  "@arcblock/did-util": "^1.27.15",
33
33
  "@arcblock/jwt": "^1.27.15",
34
- "@blocklet/constant": "1.17.7-beta-20251223-090654-55d57623",
34
+ "@blocklet/constant": "1.17.7-beta-20251224-045844-3c7f459a",
35
35
  "@ocap/asset": "^1.27.15",
36
36
  "@ocap/mcrypto": "^1.27.15",
37
37
  "@ocap/types": "^1.27.15",
@@ -79,5 +79,5 @@
79
79
  "ts-node": "^10.9.1",
80
80
  "typescript": "^5.6.3"
81
81
  },
82
- "gitHead": "00a82b6f4ef5818d6ec37d74be404031c693247c"
82
+ "gitHead": "e30dc1736187fc9d8136f146badfd5b521af16f2"
83
83
  }