@yamada-ui/cli 0.9.1 → 1.0.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 CHANGED
@@ -17478,7 +17478,7 @@ function updateNotifier(options) {
17478
17478
  // package.json
17479
17479
  var package_default = {
17480
17480
  name: "@yamada-ui/cli",
17481
- version: "0.9.1",
17481
+ version: "1.0.0",
17482
17482
  description: "Generate theme tokens for autocomplete",
17483
17483
  keywords: [
17484
17484
  "theme",
@@ -17501,6 +17501,7 @@ var package_default = {
17501
17501
  publishConfig: {
17502
17502
  access: "public"
17503
17503
  },
17504
+ homepage: "https://yamada-ui.com",
17504
17505
  repository: {
17505
17506
  type: "git",
17506
17507
  url: "git+https://github.com/hirotomoyamada/yamada-ui",
package/dist/utils/cli.js CHANGED
@@ -17461,7 +17461,7 @@ function updateNotifier(options) {
17461
17461
  // package.json
17462
17462
  var package_default = {
17463
17463
  name: "@yamada-ui/cli",
17464
- version: "0.9.1",
17464
+ version: "1.0.0",
17465
17465
  description: "Generate theme tokens for autocomplete",
17466
17466
  keywords: [
17467
17467
  "theme",
@@ -17484,6 +17484,7 @@ var package_default = {
17484
17484
  publishConfig: {
17485
17485
  access: "public"
17486
17486
  },
17487
+ homepage: "https://yamada-ui.com",
17487
17488
  repository: {
17488
17489
  type: "git",
17489
17490
  url: "git+https://github.com/hirotomoyamada/yamada-ui",
@@ -17487,7 +17487,7 @@ function updateNotifier(options) {
17487
17487
  // package.json
17488
17488
  var package_default = {
17489
17489
  name: "@yamada-ui/cli",
17490
- version: "0.9.1",
17490
+ version: "1.0.0",
17491
17491
  description: "Generate theme tokens for autocomplete",
17492
17492
  keywords: [
17493
17493
  "theme",
@@ -17510,6 +17510,7 @@ var package_default = {
17510
17510
  publishConfig: {
17511
17511
  access: "public"
17512
17512
  },
17513
+ homepage: "https://yamada-ui.com",
17513
17514
  repository: {
17514
17515
  type: "git",
17515
17516
  url: "git+https://github.com/hirotomoyamada/yamada-ui",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
- "version": "0.9.1",
3
+ "version": "1.0.0",
4
4
  "description": "Generate theme tokens for autocomplete",
5
5
  "keywords": [
6
6
  "theme",
@@ -23,6 +23,7 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
+ "homepage": "https://yamada-ui.com",
26
27
  "repository": {
27
28
  "type": "git",
28
29
  "url": "git+https://github.com/hirotomoyamada/yamada-ui",