kn-cli 1.0.106 → 1.0.107

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.
@@ -372,7 +372,8 @@ const plugins= [
372
372
  MOCK: process.env.mock == 1 ? '1' : false, //JSON.stringify(process.env.mock)
373
373
  ...API_HOST,
374
374
  PM_TYPE: JSON.stringify(process.env.pm_type),
375
- APP_VERSION:JSON.stringify(appVersion)
375
+ APP_VERSION:JSON.stringify(appVersion),
376
+ SITE_NAME:JSON.stringify(CLI_CONFIG.name),
376
377
  }),
377
378
  ];
378
379
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "antd": "~4.24.8",
12
12
  "axios": "~1.1.3",
13
13
  "jszip": "~3.10.1",
14
- "kn-hooks": "~0.0.33",
14
+ "kn-hooks": "~0.0.35",
15
15
  "moment": "~2.29.4",
16
16
  "react": "~17.0.2",
17
17
  "react-dom": "~17.0.2",
@@ -0,0 +1 @@
1
+ declare module '*.less';