create-blocklet 0.6.0 → 0.6.1

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.
@@ -0,0 +1 @@
1
+ export const BLOCKLET_COMMAND = 'blocklet';
package/lib/did.js CHANGED
@@ -5,7 +5,7 @@ import { toHex } from '@ocap/util';
5
5
  import { fromPublicKey } from '@arcblock/did';
6
6
  import { execSync } from 'child_process';
7
7
  import { trimServerOutputVersion } from './server.js';
8
- import { BLOCKLET_COMMAND } from '../enums/index.js';
8
+ import { BLOCKLET_COMMAND } from './constant.js';
9
9
 
10
10
  const { types } = Mcrypto;
11
11
 
package/lib/server.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { $, which } from 'zx';
2
2
  import semver from 'semver';
3
- import { BLOCKLET_COMMAND } from '../enums/index.js';
3
+ import { BLOCKLET_COMMAND } from './constant.js';
4
4
 
5
5
  $.verbose = false;
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -71,7 +71,7 @@
71
71
  "npm-run-all": "^4.1.5",
72
72
  "prettier": "^2.8.7",
73
73
  "vite": "^3.2.5",
74
- "vite-plugin-blocklet": "^0.6.0",
74
+ "vite-plugin-blocklet": "^0.6.1",
75
75
  "vite-plugin-node-polyfills": "^0.7.0",
76
76
  "vite-plugin-svgr": "^2.4.0",
77
77
  "zx": "^7.2.1"
@@ -82,7 +82,7 @@
82
82
  "ts-node": "^10.9.1",
83
83
  "typescript": "^4.9.5",
84
84
  "vite": "^3.2.5",
85
- "vite-plugin-blocklet": "^0.6.0",
85
+ "vite-plugin-blocklet": "^0.6.1",
86
86
  "vite-plugin-node-polyfills": "^0.7.0",
87
87
  "vite-plugin-svgr": "^2.4.0",
88
88
  "zx": "^7.2.1"
@@ -72,7 +72,7 @@
72
72
  "prettier": "^2.8.7",
73
73
  "rimraf": "^3.0.2",
74
74
  "vite": "^3.2.5",
75
- "vite-plugin-blocklet": "^0.6.0",
75
+ "vite-plugin-blocklet": "^0.6.1",
76
76
  "vite-plugin-node-polyfills": "^0.7.0",
77
77
  "vite-plugin-svgr": "^2.4.0",
78
78
  "zx": "^7.2.1"
@@ -53,7 +53,7 @@
53
53
  "prettier": "^2.8.7",
54
54
  "rimraf": "^3.0.2",
55
55
  "vite": "^3.2.5",
56
- "vite-plugin-blocklet": "^0.6.0",
56
+ "vite-plugin-blocklet": "^0.6.1",
57
57
  "vite-plugin-node-polyfills": "^0.7.0",
58
58
  "vite-plugin-svgr": "^2.4.0",
59
59
  "zx": "^7.2.1"
@@ -33,7 +33,7 @@
33
33
  "prettier": "^2.8.7",
34
34
  "rimraf": "^3.0.2",
35
35
  "vite": "^3.2.5",
36
- "vite-plugin-blocklet": "^0.6.0",
36
+ "vite-plugin-blocklet": "^0.6.1",
37
37
  "vite-plugin-node-polyfills": "^0.7.0",
38
38
  "vite-plugin-solid": "^2.6.1",
39
39
  "zx": "^7.2.1"
@@ -29,7 +29,7 @@
29
29
  "prettier": "^2.8.7",
30
30
  "rimraf": "^3.0.2",
31
31
  "vite": "^3.2.5",
32
- "vite-plugin-blocklet": "^0.6.0",
32
+ "vite-plugin-blocklet": "^0.6.1",
33
33
  "vite-plugin-node-polyfills": "^0.7.0",
34
34
  "vite-plugin-solid": "^2.6.1",
35
35
  "zx": "^7.2.1"
@@ -47,7 +47,7 @@
47
47
  "rimraf": "^3.0.2",
48
48
  "svelte": "^3.58.0",
49
49
  "vite": "^3.2.5",
50
- "vite-plugin-blocklet": "^0.6.0",
50
+ "vite-plugin-blocklet": "^0.6.1",
51
51
  "vite-plugin-html": "^3.2.0",
52
52
  "vite-plugin-node-polyfills": "^0.7.0",
53
53
  "zx": "^7.2.1"
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^3.0.2",
31
31
  "svelte": "^3.58.0",
32
32
  "vite": "^3.2.5",
33
- "vite-plugin-blocklet": "^0.6.0",
33
+ "vite-plugin-blocklet": "^0.6.1",
34
34
  "vite-plugin-node-polyfills": "^0.7.0",
35
35
  "zx": "^7.2.1"
36
36
  },
@@ -49,7 +49,7 @@
49
49
  "prettier": "^2.8.7",
50
50
  "rimraf": "^3.0.2",
51
51
  "vite": "^3.2.5",
52
- "vite-plugin-blocklet": "^0.6.0",
52
+ "vite-plugin-blocklet": "^0.6.1",
53
53
  "vite-plugin-node-polyfills": "^0.7.0",
54
54
  "zx": "^7.2.1"
55
55
  },
@@ -31,7 +31,7 @@
31
31
  "prettier": "^2.8.7",
32
32
  "rimraf": "^3.0.2",
33
33
  "vite": "^3.2.5",
34
- "vite-plugin-blocklet": "^0.6.0",
34
+ "vite-plugin-blocklet": "^0.6.1",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
36
  "zx": "^7.2.1"
37
37
  },
@@ -49,7 +49,7 @@
49
49
  "prettier": "^2.8.7",
50
50
  "rimraf": "^3.0.2",
51
51
  "vite": "^3.2.5",
52
- "vite-plugin-blocklet": "^0.6.0",
52
+ "vite-plugin-blocklet": "^0.6.1",
53
53
  "vite-plugin-node-polyfills": "^0.7.0",
54
54
  "zx": "^7.2.1"
55
55
  },
@@ -31,7 +31,7 @@
31
31
  "prettier": "^2.8.7",
32
32
  "rimraf": "^3.0.2",
33
33
  "vite": "^3.2.5",
34
- "vite-plugin-blocklet": "^0.6.0",
34
+ "vite-plugin-blocklet": "^0.6.1",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
36
  "zx": "^7.2.1"
37
37
  },