@wistia/vhs-design-tokens 2.1.4-beta.529b313c.223e864 → 2.1.4-beta.71035b5b.ec9c2f0

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.
package/dist/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
1
  import { designTokens } from './js/designTokens.mjs'; // eslint-disable-line import/no-unresolved
2
2
 
3
3
  export { designTokens };
4
+
5
+ console.log('test'); // eslint-disable-line no-console
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 14:16:56 GMT
3
+ * Generated on Wed, 29 Jan 2025 22:36:35 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 14:16:56 GMT
3
+ * Generated on Wed, 29 Jan 2025 22:36:35 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.4-beta.529b313c.223e864",
3
+ "version": "2.1.4-beta.71035b5b.ec9c2f0",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -46,9 +46,9 @@
46
46
  "@repo/config": "workspace:*",
47
47
  "depcheck": "^1.4.7",
48
48
  "js-yaml": "^4.1.0",
49
- "prettier": "^3.5.0",
49
+ "prettier": "^3.4.2",
50
50
  "signale": "^1.4.0",
51
- "style-dictionary": "^4.3.3"
51
+ "style-dictionary": "^4.3.2"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=18.0.0 || >=20.0.0"