@astryxdesign/cli 0.1.2-canary.bfcbf64 → 0.1.2-canary.c560a91

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/CHANGELOG.md +1 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -110,6 +110,7 @@ Thanks to everyone who contributed to this release:
110
110
  Thanks to everyone who contributed to this release:
111
111
 
112
112
  - @ejhammond
113
+ - @joeyfarina
113
114
  - @josephfarina
114
115
  - @nynexman4464
115
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/cli",
3
- "version": "0.1.2-canary.bfcbf64",
3
+ "version": "0.1.2-canary.c560a91",
4
4
  "displayName": "CLI",
5
5
  "description": "Scaffold projects, browse templates, generate themes, and get agent-ready docs from the command line.",
6
6
  "author": "Meta Open Source",
@@ -75,9 +75,9 @@
75
75
  "zod": "^4.4.3"
76
76
  },
77
77
  "peerDependencies": {
78
- "@astryxdesign/core": "0.1.2-canary.bfcbf64",
79
- "@astryxdesign/lab": "0.1.2-canary.bfcbf64",
80
- "@astryxdesign/theme-neutral": "0.1.2-canary.bfcbf64",
78
+ "@astryxdesign/core": "0.1.2-canary.c560a91",
79
+ "@astryxdesign/lab": "0.1.2-canary.c560a91",
80
+ "@astryxdesign/theme-neutral": "0.1.2-canary.c560a91",
81
81
  "gpt-tokenizer": "^2.0.0"
82
82
  },
83
83
  "peerDependenciesMeta": {
@@ -92,9 +92,9 @@
92
92
  }
93
93
  },
94
94
  "devDependencies": {
95
- "@astryxdesign/core": "0.1.2-canary.bfcbf64",
96
- "@astryxdesign/lab": "0.1.2-canary.bfcbf64",
97
- "@astryxdesign/theme-neutral": "0.1.2-canary.bfcbf64",
95
+ "@astryxdesign/core": "0.1.2-canary.c560a91",
96
+ "@astryxdesign/lab": "0.1.2-canary.c560a91",
97
+ "@astryxdesign/theme-neutral": "0.1.2-canary.c560a91",
98
98
  "gpt-tokenizer": "^2.0.0"
99
99
  },
100
100
  "scripts": {