@wistia/vhs-design-tokens 2.1.2-beta.6c6767cd.ea0c987 → 2.1.2-beta.899218d6.f220590

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 Fri, 12 Jul 2024 19:34:12 GMT
3
+ * Generated on Mon, 15 Jul 2024 10:37:16 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Jul 2024 19:34:12 GMT
3
+ * Generated on Mon, 15 Jul 2024 10:37:16 GMT
4
4
  */
5
5
 
6
6
  export const designTokens = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.2-beta.6c6767cd.ea0c987",
3
+ "version": "2.1.2-beta.899218d6.f220590",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
6
  "main": "index.cjs",
@@ -37,7 +37,7 @@
37
37
  "build": "style-dictionary build --config ./config.mjs && node ./scripts/fix-exports.mjs",
38
38
  "build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
39
39
  "clean": "style-dictionary clean --config ./config.mjs",
40
- "compare": "node ./compare.mjs",
40
+ "compare": "node ./compare.cjs",
41
41
  "lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
42
42
  "outdated": "yarn upgrade-interactive",
43
43
  "prepare": "husky install && yarn run clean && yarn run build",