@yamada-ui/cli 1.1.1-dev-20240823175732 → 1.1.1-dev-20240825044554

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/README.md CHANGED
@@ -3,19 +3,13 @@
3
3
  ## Installation
4
4
 
5
5
  ```sh
6
- $ pnpm add @yamada-ui/cli
7
- ```
8
-
9
- or
10
-
11
- ```sh
12
- $ yarn add @yamada-ui/cli
13
- ```
14
-
15
- or
16
-
17
- ```sh
18
- $ npm install @yamada-ui/cli
6
+ pnpm add @yamada-ui/cli
7
+ # or
8
+ yarn add @yamada-ui/cli
9
+ # or
10
+ npm install @yamada-ui/cli
11
+ # or
12
+ bun add @yamada-ui/cli
19
13
  ```
20
14
 
21
15
  ## Contribution
package/dist/index.js CHANGED
@@ -9015,7 +9015,7 @@ var package_default = {
9015
9015
  homepage: "https://yamada-ui.com",
9016
9016
  repository: {
9017
9017
  type: "git",
9018
- url: "git+https://github.com/yamada-ui/yamada-ui",
9018
+ url: "https://github.com/yamada-ui/yamada-ui",
9019
9019
  directory: "packages/cli"
9020
9020
  },
9021
9021
  bugs: {
package/dist/utils/cli.js CHANGED
@@ -8988,7 +8988,7 @@ var package_default = {
8988
8988
  homepage: "https://yamada-ui.com",
8989
8989
  repository: {
8990
8990
  type: "git",
8991
- url: "git+https://github.com/yamada-ui/yamada-ui",
8991
+ url: "https://github.com/yamada-ui/yamada-ui",
8992
8992
  directory: "packages/cli"
8993
8993
  },
8994
8994
  bugs: {
@@ -9014,7 +9014,7 @@ var package_default = {
9014
9014
  homepage: "https://yamada-ui.com",
9015
9015
  repository: {
9016
9016
  type: "git",
9017
- url: "git+https://github.com/yamada-ui/yamada-ui",
9017
+ url: "https://github.com/yamada-ui/yamada-ui",
9018
9018
  directory: "packages/cli"
9019
9019
  },
9020
9020
  bugs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
- "version": "1.1.1-dev-20240823175732",
3
+ "version": "1.1.1-dev-20240825044554",
4
4
  "description": "Generate theme tokens for autocomplete",
5
5
  "keywords": [
6
6
  "theme",
@@ -26,7 +26,7 @@
26
26
  "homepage": "https://yamada-ui.com",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "git+https://github.com/yamada-ui/yamada-ui",
29
+ "url": "https://github.com/yamada-ui/yamada-ui",
30
30
  "directory": "packages/cli"
31
31
  },
32
32
  "bugs": {