@blocklet/env 1.8.68 → 1.16.0-beta-58020de5

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @blocklet/sdk
1
+ # @blocklet/env
2
2
 
3
- Blocklet SDK for blocklet developer
3
+ Blocklet env for blocklet developer
4
4
 
5
5
  See [https://developer.blocklet.io/docs/](https://developer.blocklet.io/docs/)
package/lib/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  const util_1 = require("./util");
3
- module.exports = util_1.parseEnv();
3
+ module.exports = (0, util_1.parseEnv)();
package/lib/util.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- declare type BlockletPreferences = {
2
+ type BlockletPreferences = {
3
3
  [key: string]: any;
4
4
  };
5
5
  export declare function parseEnv(env?: NodeJS.ProcessEnv): Readonly<{
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.68",
6
+ "version": "1.16.0-beta-58020de5",
7
7
  "description": "Blocklet environment parser and provider",
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@blocklet/constant": "1.8.68"
26
+ "@blocklet/constant": "1.16.0-beta-58020de5"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@arcblock/eslint-config-ts": "^0.2.3",
@@ -37,5 +37,6 @@
37
37
  "ts-jest": "^29.0.3",
38
38
  "ts-node": "^10.9.1",
39
39
  "typescript": "^4.8.4"
40
- }
40
+ },
41
+ "gitHead": "9d3f47f9827acf13e9efea38cd605d3b36f9f523"
41
42
  }