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