@astryxdesign/core 0.4.2-canary.b2057d1 → 0.4.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/core",
3
- "version": "0.4.2-canary.b2057d1",
3
+ "version": "0.4.2",
4
4
  "displayName": "Astryx Core",
5
5
  "description": "The component library. Accessible, themeable React components with built-in spacing, dark mode, and StyleX styling.",
6
6
  "author": "Meta Open Source",
@@ -654,7 +654,6 @@
654
654
  "react-dom": ">=19.0.0"
655
655
  },
656
656
  "devDependencies": {
657
- "@astryxdesign/cli": "0.4.2-canary.b2057d1",
658
657
  "@babel/cli": "^8.0.4",
659
658
  "@babel/core": "^7.29.7",
660
659
  "@babel/preset-react": "^8.0.1",
@@ -663,7 +662,8 @@
663
662
  "@testing-library/dom": "^10.0.0",
664
663
  "@testing-library/jest-dom": "^6.6.0",
665
664
  "@testing-library/react": "^16.3.2",
666
- "rimraf": "^6.0.1"
665
+ "rimraf": "^6.0.1",
666
+ "@astryxdesign/cli": "0.4.2"
667
667
  },
668
668
  "dependencies": {
669
669
  "intl-messageformat": "^11.2.9"