@xtdev/xt-miniprogram-ui 1.0.8 → 1.0.9

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/bin/index.js CHANGED
@@ -55,7 +55,7 @@ program.command('create <template-name>')
55
55
  // 延迟一秒读取文件
56
56
  await new Promise(resolve => setTimeout(resolve, 1000))
57
57
  const data = readFileSync(jsonPath);
58
- const result = data.toString('utf-8').replace(/\.\.\/\.\./g, '@xtdev/xt-miniprogram-ui');
58
+ const result = data.toString('utf-8').replace(/\.\.\/\.\.\/libs/g, '@xtdev/xt-miniprogram-ui');
59
59
  writeFileSync(jsonPath, result, 'utf-8');
60
60
  console.log('🎉 创建完成');
61
61
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "xt-page-cli": "bin/index.js"
File without changes