sheet-i18n 1.3.6 → 1.3.8

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -552,13 +552,13 @@ Follow the documentation for @sheet-i18n/react to ensure proper configuration.
552
552
  Install the CLI tool globally or as a dev dependency:
553
553
 
554
554
  ```shell
555
- npm add -g @sheet-i18n/cli
555
+ npm install -g @sheet-i18n/cli
556
556
  ```
557
557
 
558
558
  or
559
559
 
560
560
  ```shell
561
- npm add --save-dev @sheet-i18n/cli
561
+ npm install --save-dev @sheet-i18n/cli
562
562
  ```
563
563
 
564
564
  Initialize the CLI in your project:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheet-i18n",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/chltjdrhd777/sheet-i18n"
@@ -36,13 +36,13 @@
36
36
  },
37
37
  "license": "ISC",
38
38
  "dependencies": {
39
- "@sheet-i18n/react": "1.0.1",
40
- "@sheet-i18n/exporter": "1.3.2"
39
+ "@sheet-i18n/react": "1.0.3",
40
+ "@sheet-i18n/exporter": "1.3.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "tsup": "^6.0.0",
44
44
  "typescript": "^5.0.0",
45
- "@sheet-i18n/typescript-config": "1.3.2"
45
+ "@sheet-i18n/typescript-config": "1.3.4"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup",