create-blocklet 0.9.31 → 0.9.32
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/index.js +9 -8
- package/package.json +1 -1
- package/templates/component-studio/package.json +1 -1
- package/templates/did-connect-dapp/package.json +1 -1
- package/templates/did-wallet-dapp/package.json +1 -1
- package/templates/react-aigne-dapp/package.json +1 -1
- package/templates/react-dapp/package.json +1 -1
- package/templates/react-dapp-ts/package.json +1 -1
- package/templates/react-gun-dapp/package.json +1 -1
- package/templates/react-static/package.json +1 -1
- package/templates/solidjs-dapp/package.json +1 -1
- package/templates/solidjs-static/package.json +1 -1
- package/templates/svelte-dapp/package.json +1 -1
- package/templates/svelte-static/package.json +1 -1
- package/templates/todo-list-example/package.json +1 -1
- package/templates/vue-dapp/package.json +1 -1
- package/templates/vue-static/package.json +1 -1
- package/templates/vue-ts-static/package.json +1 -1
- package/templates/vue2-dapp/package.json +1 -1
- package/templates/vue2-static/package.json +1 -1
package/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
toValidPackageName,
|
|
27
27
|
} from './lib/utils.js';
|
|
28
28
|
|
|
29
|
-
const { yellow, red, green, cyan, blue, bold
|
|
29
|
+
const { yellow, red, green, cyan, blue, bold } = chalk;
|
|
30
30
|
|
|
31
31
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
32
32
|
|
|
@@ -143,13 +143,14 @@ const templates = [
|
|
|
143
143
|
color: blue,
|
|
144
144
|
},
|
|
145
145
|
// dev
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
146
|
+
// component studio template has been migrated to @blocklet/component-studio-cli
|
|
147
|
+
// {
|
|
148
|
+
// name: 'component-studio',
|
|
149
|
+
// display: '[dev] component studio (beta): Local studio using for component development',
|
|
150
|
+
// color: magenta,
|
|
151
|
+
// // use this permanent did as blocklet.yml did always
|
|
152
|
+
// permanentDid: 'z2qa7BQdkEb3TwYyEYC1psK6uvmGnHSUHt5RM',
|
|
153
|
+
// },
|
|
153
154
|
];
|
|
154
155
|
|
|
155
156
|
const templatesMap = {};
|
package/package.json
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"typescript": "^5.7.2",
|
|
99
99
|
"vite": "^5.4.11",
|
|
100
100
|
"vite-node": "^2.1.8",
|
|
101
|
-
"vite-plugin-blocklet": "^0.9.
|
|
101
|
+
"vite-plugin-blocklet": "^0.9.32",
|
|
102
102
|
"vite-plugin-require": "^1.2.14",
|
|
103
103
|
"vite-plugin-svgr": "^4.3.0",
|
|
104
104
|
"vite-tsconfig-paths": "^4.3.2",
|