@csszyx/cli 0.5.0 → 0.6.2

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1542,8 +1542,6 @@ function generateConfigFile(config) {
1542
1542
  const config: CsszyxConfig = {
1543
1543
  development: {
1544
1544
  debug: true,
1545
- autoInjectRecovery: ${config.enableRecovery},
1546
- allowCSRRecovery: ${config.enableRecovery},
1547
1545
  },
1548
1546
  production: {
1549
1547
  injectChecksum: ${config.enableSSR},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csszyx/cli",
3
- "version": "0.5.0",
3
+ "version": "0.6.2",
4
4
  "description": "Command-line tools for csszyx",
5
5
  "keywords": [
6
6
  "csszyx",
@@ -47,7 +47,7 @@
47
47
  "ora": "^8.0.1",
48
48
  "execa": "^8.0.1",
49
49
  "fs-extra": "^11.2.0",
50
- "@csszyx/types": "0.5.0"
50
+ "@csszyx/types": "0.6.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/babel__generator": "^7.6.8",