@blocklet/resolver 1.16.18-beta-aa01bd8e → 1.16.18-beta-bb4ebacc

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 +0 -3
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -100,9 +100,6 @@ const parseComponents = async (component, context = {}, logger = console) => {
100
100
  if (!config.name) {
101
101
  throw new Error(`Name does not found in child ${config.name}`);
102
102
  }
103
- if (!config.mountPoint) {
104
- throw new Error(`MountPoint does not found in child ${config.name}`);
105
- }
106
103
  }
107
104
  }
108
105
  await Promise.all(configs.map(async (config) => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.18-beta-aa01bd8e",
6
+ "version": "1.16.18-beta-bb4ebacc",
7
7
  "description": "Blocklet meta resolver",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -21,12 +21,12 @@
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
23
  "@arcblock/did": "^1.18.95",
24
- "@blocklet/constant": "1.16.18-beta-aa01bd8e",
25
- "@blocklet/meta": "1.16.18-beta-aa01bd8e",
24
+ "@blocklet/constant": "1.16.18-beta-bb4ebacc",
25
+ "@blocklet/meta": "1.16.18-beta-bb4ebacc",
26
26
  "semver": "^7.3.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@abtnode/types": "1.16.18-beta-aa01bd8e",
29
+ "@abtnode/types": "1.16.18-beta-bb4ebacc",
30
30
  "@arcblock/eslint-config-ts": "^0.2.4",
31
31
  "@types/jest": "^29.2.0",
32
32
  "@types/node": "^18.11.0",
@@ -38,5 +38,5 @@
38
38
  "ts-jest": "^27.1.5",
39
39
  "typescript": "^5.0.4"
40
40
  },
41
- "gitHead": "2bfa63d05ad290f13eee359661e4175b857d9f9d"
41
+ "gitHead": "aca7ff8eb508ecf586108b99a9e07ceab2a62430"
42
42
  }