@yamada-ui/cli 1.1.0-dev-20240811082436 → 1.1.0
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.js +1 -1
- package/dist/utils/cli.js +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8947,7 +8947,7 @@ function updateNotifier(options) {
|
|
|
8947
8947
|
// package.json
|
|
8948
8948
|
var package_default = {
|
|
8949
8949
|
name: "@yamada-ui/cli",
|
|
8950
|
-
version: "1.0
|
|
8950
|
+
version: "1.1.0",
|
|
8951
8951
|
description: "Generate theme tokens for autocomplete",
|
|
8952
8952
|
keywords: [
|
|
8953
8953
|
"theme",
|
package/dist/utils/cli.js
CHANGED
|
@@ -8921,7 +8921,7 @@ function updateNotifier(options) {
|
|
|
8921
8921
|
// package.json
|
|
8922
8922
|
var package_default = {
|
|
8923
8923
|
name: "@yamada-ui/cli",
|
|
8924
|
-
version: "1.0
|
|
8924
|
+
version: "1.1.0",
|
|
8925
8925
|
description: "Generate theme tokens for autocomplete",
|
|
8926
8926
|
keywords: [
|
|
8927
8927
|
"theme",
|
package/dist/utils/index.js
CHANGED
|
@@ -8947,7 +8947,7 @@ function updateNotifier(options) {
|
|
|
8947
8947
|
// package.json
|
|
8948
8948
|
var package_default = {
|
|
8949
8949
|
name: "@yamada-ui/cli",
|
|
8950
|
-
version: "1.0
|
|
8950
|
+
version: "1.1.0",
|
|
8951
8951
|
description: "Generate theme tokens for autocomplete",
|
|
8952
8952
|
keywords: [
|
|
8953
8953
|
"theme",
|