@cloudbase/cli 2.9.12 → 2.10.0-beta.0

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/locales/index.js CHANGED
@@ -1,9 +1,5 @@
1
- import en from './langs/en.json' with { type: 'json' }
2
- import zh from './langs/zh.json' with { type: 'json' }
3
- import mappingData from './mapping.json' with { type: 'json' }
1
+ const en = require('./langs/en.json')
2
+ const zh = require('./langs/zh.json')
3
+ const mappingData = require('./mapping.json')
4
4
 
5
- export {
6
- en,
7
- zh,
8
- mappingData,
9
- }
5
+ module.exports = { en, zh, mappingData }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.9.12",
3
+ "version": "2.10.0-beta.0",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -54,7 +54,7 @@
54
54
  "@cloudbase/framework-core": "^1.9.7",
55
55
  "@cloudbase/functions-framework": "1.16.0",
56
56
  "@cloudbase/iac-core": "0.0.3-alpha.11",
57
- "@cloudbase/lowcode-cli": "^0.22.2",
57
+ "@cloudbase/lowcode-cli": "^0.23.0",
58
58
  "@cloudbase/manager-node": "4.6.5",
59
59
  "@cloudbase/toolbox": "^0.7.9",
60
60
  "@dotenvx/dotenvx": "^1.48.3",