@wistia/vhs-design-tokens 2.1.0-beta.fe04a97f.6d87089 → 2.1.1-beta.cb174dcc.73b80fb

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 07 Jul 2024 13:48:46 GMT
3
+ * Generated on Tue, 09 Jul 2024 15:59:44 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 07 Jul 2024 13:48:46 GMT
3
+ * Generated on Tue, 09 Jul 2024 15:59:44 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 07 Jul 2024 13:48:46 GMT
3
+ * Generated on Tue, 09 Jul 2024 15:59:44 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sun, 07 Jul 2024 13:48:46 GMT
3
+ // Generated on Tue, 09 Jul 2024 15:59:44 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.0-beta.fe04a97f.6d87089",
3
+ "version": "2.1.1-beta.cb174dcc.73b80fb",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
+ "type": "commonjs",
6
7
  "exports": {
7
8
  "./package.json": "./package.json",
8
9
  ".": "./index.js",
@@ -18,9 +19,10 @@
18
19
  "build": "style-dictionary build --config ./config.cjs",
19
20
  "build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
20
21
  "clean": "style-dictionary clean --config ./config.cjs",
21
- "lint": "eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
22
+ "lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
22
23
  "outdated": "yarn upgrade-interactive",
23
- "prepare": "husky install && yarn run clean && yarn run build"
24
+ "prepare": "husky install && yarn run clean && yarn run build",
25
+ "publint": "node ./scripts/publint.mjs"
24
26
  },
25
27
  "author": "Wistia Engineering",
26
28
  "license": "UNLICENSED",
@@ -40,11 +42,13 @@
40
42
  "@commitlint/cli": "^19.3.0",
41
43
  "@commitlint/config-conventional": "^19.2.2",
42
44
  "@wistia/eslint-config": "^0.34.0",
43
- "eslint": "^8.57.0",
45
+ "deasync": "^0.1.30",
44
46
  "husky": "^9.0.11",
45
47
  "js-yaml": "^4.1.0",
48
+ "node-gyp": "^10.1.0",
46
49
  "onchange": "^7.1.0",
47
- "prettier": "^2.8.8",
50
+ "prettier": "^3.3.2",
51
+ "publint": "^0.2.8",
48
52
  "style-dictionary": "^3.9.2"
49
53
  },
50
54
  "resolutions": {