@csszyx/cli 0.6.0 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  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},
@@ -2898,7 +2896,7 @@ function disambiguateList(value) {
2898
2896
  }
2899
2897
  return { prop: "list", value: parseStringValue(value) };
2900
2898
  }
2901
- function disambiguateSnap(value) {
2899
+ function disambiguateSnap(_value) {
2902
2900
  return null;
2903
2901
  }
2904
2902
  function disambiguateFlex(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csszyx/cli",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
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.6.0"
50
+ "@csszyx/types": "0.7.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/babel__generator": "^7.6.8",