@abtnode/core 1.16.10-beta-90abf54e → 1.16.10

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.
@@ -285,6 +285,10 @@ class BlockletState extends BaseState {
285
285
  try {
286
286
  fixPerson(meta);
287
287
  fixInterfaces(meta);
288
+
289
+ // fixes: https://github.com/ArcBlock/blocklet-server/issues/7009
290
+ meta.environments = (meta.environments || []).filter((x) => x.name.startsWith('BLOCKLET_') === false);
291
+
288
292
  const sanitized = validateBlockletMeta(meta);
289
293
 
290
294
  // get ports
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.10-beta-90abf54e",
6
+ "version": "1.16.10",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,18 +19,18 @@
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@abtnode/auth": "1.16.10-beta-90abf54e",
23
- "@abtnode/certificate-manager": "1.16.10-beta-90abf54e",
24
- "@abtnode/constant": "1.16.10-beta-90abf54e",
25
- "@abtnode/cron": "1.16.10-beta-90abf54e",
26
- "@abtnode/logger": "1.16.10-beta-90abf54e",
27
- "@abtnode/models": "1.16.10-beta-90abf54e",
28
- "@abtnode/queue": "1.16.10-beta-90abf54e",
29
- "@abtnode/rbac": "1.16.10-beta-90abf54e",
30
- "@abtnode/router-provider": "1.16.10-beta-90abf54e",
31
- "@abtnode/static-server": "1.16.10-beta-90abf54e",
32
- "@abtnode/timemachine": "1.16.10-beta-90abf54e",
33
- "@abtnode/util": "1.16.10-beta-90abf54e",
22
+ "@abtnode/auth": "1.16.10",
23
+ "@abtnode/certificate-manager": "1.16.10",
24
+ "@abtnode/constant": "1.16.10",
25
+ "@abtnode/cron": "1.16.10",
26
+ "@abtnode/logger": "1.16.10",
27
+ "@abtnode/models": "1.16.10",
28
+ "@abtnode/queue": "1.16.10",
29
+ "@abtnode/rbac": "1.16.10",
30
+ "@abtnode/router-provider": "1.16.10",
31
+ "@abtnode/static-server": "1.16.10",
32
+ "@abtnode/timemachine": "1.16.10",
33
+ "@abtnode/util": "1.16.10",
34
34
  "@arcblock/did": "1.18.80",
35
35
  "@arcblock/did-auth": "1.18.80",
36
36
  "@arcblock/did-ext": "^1.18.80",
@@ -41,9 +41,9 @@
41
41
  "@arcblock/pm2-events": "^0.0.5",
42
42
  "@arcblock/validator": "^1.18.80",
43
43
  "@arcblock/vc": "1.18.80",
44
- "@blocklet/constant": "1.16.10-beta-90abf54e",
45
- "@blocklet/meta": "1.16.10-beta-90abf54e",
46
- "@blocklet/sdk": "1.16.10-beta-90abf54e",
44
+ "@blocklet/constant": "1.16.10",
45
+ "@blocklet/meta": "1.16.10",
46
+ "@blocklet/sdk": "1.16.10",
47
47
  "@did-space/client": "^0.2.99",
48
48
  "@fidm/x509": "^1.2.1",
49
49
  "@ocap/mcrypto": "1.18.80",
@@ -96,5 +96,5 @@
96
96
  "express": "^4.18.2",
97
97
  "jest": "^27.5.1"
98
98
  },
99
- "gitHead": "724462068e8b20d662f0461b03799da7b11b7b60"
99
+ "gitHead": "8f1d613ed04b1bd4a16a2b4109ac86a7848803a5"
100
100
  }