@blocklet/component-studio-cli 0.6.7 → 0.6.8

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.
@@ -10,7 +10,7 @@ import { join, resolve, dirname, basename, relative } from 'node:path';
10
10
  import ora from 'ora';
11
11
  import os from 'os';
12
12
  import path from 'path';
13
- const DEFAULT_WORKSPACE_VERSION = '0.1.8';
13
+ const DEFAULT_WORKSPACE_VERSION = '0.2.0';
14
14
  const METADATA_FILE_NAME = '@metadata.json';
15
15
  // 获取CLI内置的workspace模板路径
16
16
  export function getWorkspaceTemplatePath() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/component-studio-cli",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "CLI for Component Studio",
5
5
  "publishConfig": {
6
6
  "access": "public"