@blocklet/meta 1.16.26-beta-818ea1c5 → 1.16.26-beta-351de484

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/util.js +0 -6
  2. package/package.json +4 -4
package/lib/util.js CHANGED
@@ -404,12 +404,6 @@ const wipeSensitiveData = (blocklet) => {
404
404
  delete blocklet.configObj;
405
405
  // @ts-ignore
406
406
  delete blocklet.environmentObj;
407
- if (blocklet.settings?.connectedStores) {
408
- blocklet.settings.connectedStores.forEach((store) => {
409
- store.accessToken = store.accessToken ? '__encrypted__' : '';
410
- store.developerDid = store.developerDid ? '__encrypted__' : '';
411
- });
412
- }
413
407
  }, { sync: true });
414
408
  return blocklet;
415
409
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.26-beta-818ea1c5",
6
+ "version": "1.16.26-beta-351de484",
7
7
  "description": "Library to parse/validate/fix blocklet meta",
8
8
  "main": "./lib/index.js",
9
9
  "typings": "./lib/index.d.ts",
@@ -25,12 +25,12 @@
25
25
  "author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@abtnode/constant": "1.16.26-beta-818ea1c5",
28
+ "@abtnode/constant": "1.16.26-beta-351de484",
29
29
  "@arcblock/did": "1.18.115",
30
30
  "@arcblock/did-ext": "1.18.115",
31
31
  "@arcblock/did-util": "1.18.115",
32
32
  "@arcblock/jwt": "1.18.115",
33
- "@blocklet/constant": "1.16.26-beta-818ea1c5",
33
+ "@blocklet/constant": "1.16.26-beta-351de484",
34
34
  "@ocap/asset": "1.18.115",
35
35
  "@ocap/mcrypto": "1.18.115",
36
36
  "@ocap/types": "1.18.115",
@@ -79,5 +79,5 @@
79
79
  "ts-node": "^10.9.1",
80
80
  "typescript": "^5.0.4"
81
81
  },
82
- "gitHead": "94aded9a2c0f4b5a57f0ca0fa2493ec417ef3339"
82
+ "gitHead": "00eba435a21506382c7823ea804abea196390a0f"
83
83
  }