sheet-i18n 0.1.5 → 0.1.6

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > sheet-i18n@0.1.5 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
3
+ > sheet-i18n@0.1.6 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts, src/exporter/index.ts
@@ -12,13 +12,13 @@
12
12
  CJS Build start
13
13
  ESM Build start
14
14
  ESM dist/index.mjs 102.00 B
15
- ESM dist/chunk-7AQPNLGW.mjs 122.00 B
16
- ESM dist/exporter/index.mjs 32.00 B
17
- ESM ⚡️ Build success in 6ms
18
- CJS dist/index.js 1.28 KB
19
- CJS dist/exporter/index.js 1.10 KB
20
- CJS ⚡️ Build success in 6ms
15
+ ESM dist/exporter/index.mjs 97.00 B
16
+ ESM dist/chunk-KN4CC7MI.mjs 1.34 MB
17
+ ESM ⚡️ Build success in 158ms
18
+ CJS dist/index.js 1.34 MB
19
+ CJS dist/exporter/index.js 1.34 MB
20
+ CJS ⚡️ Build success in 158ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 388ms
23
- DTS dist/exporter/index.d.ts 592.00 B
24
- DTS dist/index.d.ts 84.00 B
22
+ DTS ⚡️ Build success in 383ms
23
+ DTS dist/exporter/index.d.ts 1.10 KB
24
+ DTS dist/index.d.ts 53.00 B
@@ -1,36 +0,0 @@
1
-
2
- 
3
- > sheet-i18n@0.1.4 publish:npm /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
- > npm publish
5
-
6
- npm notice
7
- npm notice 📦 sheet-i18n@0.1.4
8
- npm notice === Tarball Contents ===
9
- npm notice 1.1kB .turbo/turbo-build.log
10
- npm notice 566B .turbo/turbo-changelog.log
11
- npm notice 0B .turbo/turbo-publish$colon$npm.log
12
- npm notice 1.3kB CHANGELOG.md
13
- npm notice 1.4MB dist/chunk-KN4CC7MI.mjs
14
- npm notice 592B dist/exporter/index.d.ts
15
- npm notice 1.4MB dist/exporter/index.js
16
- npm notice 97B dist/exporter/index.mjs
17
- npm notice 84B dist/index.d.ts
18
- npm notice 1.4MB dist/index.js
19
- npm notice 102B dist/index.mjs
20
- npm notice 844B package.json
21
- npm notice 38B src/exporter/index.ts
22
- npm notice 40B src/index.ts
23
- npm notice 196B tsconfig.json
24
- npm notice 236B tsup.config.ts
25
- npm notice === Tarball Details ===
26
- npm notice name: sheet-i18n
27
- npm notice version: 0.1.4
28
- npm notice filename: sheet-i18n-0.1.4.tgz
29
- npm notice package size: 797.3 kB
30
- npm notice unpacked size: 4.2 MB
31
- npm notice shasum: 1a19367a893ef377ef7acc00442056de45557baa
32
- npm notice integrity: sha512-QCWwwuZ6aXVsj[...]zi0402jJdQSTg==
33
- npm notice total files: 16
34
- npm notice
35
- npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
36
- + sheet-i18n@0.1.4
@@ -0,0 +1,38 @@
1
+
2
+ 
3
+ > sheet-i18n@0.1.5 publish:pnpm /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
+ > pnpm publish --access public
5
+
6
+ npm notice
7
+ npm notice 📦 sheet-i18n@0.1.5
8
+ npm notice === Tarball Contents ===
9
+ npm notice 1.1kB .turbo/turbo-build.log
10
+ npm notice 566B .turbo/turbo-changelog.log
11
+ npm notice 3.0kB .turbo/turbo-publish$colon$npm.log
12
+ npm notice 0B .turbo/turbo-publish$colon$pnpm.log
13
+ npm notice 1.4kB CHANGELOG.md
14
+ npm notice 6.9kB README.md
15
+ npm notice 122B dist/chunk-7AQPNLGW.mjs
16
+ npm notice 592B dist/exporter/index.d.ts
17
+ npm notice 1.1kB dist/exporter/index.js
18
+ npm notice 32B dist/exporter/index.mjs
19
+ npm notice 84B dist/index.d.ts
20
+ npm notice 1.3kB dist/index.js
21
+ npm notice 102B dist/index.mjs
22
+ npm notice 883B package.json
23
+ npm notice 38B src/exporter/index.ts
24
+ npm notice 40B src/index.ts
25
+ npm notice 196B tsconfig.json
26
+ npm notice 196B tsup.config.ts
27
+ npm notice === Tarball Details ===
28
+ npm notice name: sheet-i18n
29
+ npm notice version: 0.1.5
30
+ npm notice filename: sheet-i18n-0.1.5.tgz
31
+ npm notice package size: 5.9 kB
32
+ npm notice unpacked size: 17.7 kB
33
+ npm notice shasum: cbc510eba59abef5d55d51d61a23093a1a6cd1dd
34
+ npm notice integrity: sha512-rqJwB/B8oTzXf[...]jdKg4YdN6DnGw==
35
+ npm notice total files: 18
36
+ npm notice
37
+ npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
38
+ + sheet-i18n@0.1.5
package/CHANGELOG.md CHANGED
@@ -2,32 +2,6 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [0.1.5](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.4...v0.1.5) (2024-12-23)
6
-
7
- ### [0.1.4](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.4) (2024-12-23)
8
-
9
-
10
- ### Features
11
-
12
- * add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
18
-
19
- ### [0.1.3](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.3) (2024-12-23)
20
-
21
-
22
- ### Features
23
-
24
- * add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
25
-
26
-
27
- ### Bug Fixes
28
-
29
- * change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
30
-
31
5
  ### [0.1.1](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.2...v0.1.1) (2024-12-23)
32
6
 
33
7
 
package/README.md CHANGED
@@ -76,7 +76,7 @@ The configuration object required for using the exporter is as follows:
76
76
 
77
77
  If the headers in your Google Sheets are `["ko", "en", ...]`, the result returned by `getTranslations` will look like this:
78
78
 
79
- ```json
79
+ ```ts
80
80
  {
81
81
  "ko": {
82
82
  "greeting": "안녕하세요",
@@ -85,7 +85,8 @@ If the headers in your Google Sheets are `["ko", "en", ...]`, the result returne
85
85
  "en": {
86
86
  "greeting": "Hello",
87
87
  "farewell": "Goodbye"
88
- },
88
+ }
89
+
89
90
  ...
90
91
  }
91
92
  ```
@@ -108,7 +109,7 @@ In this example:
108
109
 
109
110
  If you call the `exportTranslations` function, it will update or create JSON files in your project for each locale. The result could look like this:
110
111
 
111
- ```json
112
+ ```ts
112
113
  // ko.json
113
114
  {
114
115
  "greeting": "안녕하세요",
@@ -122,12 +123,6 @@ If you call the `exportTranslations` function, it will update or create JSON fil
122
123
  }
123
124
  ```
124
125
 
125
- ## <<<<<<< HEAD
126
-
127
- =======
128
-
129
- > > > > > > > feature
130
-
131
126
  ### API Documentation 📚
132
127
 
133
128
  You can refer to the Google Sheets API for integration details and configuration. The following link provides extensive documentation on how to interact with Google Sheets API for accessing your spreadsheet data:
@@ -140,15 +135,8 @@ The exported translations will be saved in a format that is easy to use for loca
140
135
 
141
136
  </details>
142
137
 
143
- <<<<<<< HEAD
144
-
145
138
  <!--
146
139
  <details>
147
- =======
148
- ---
149
-
150
- <details open>
151
- >>>>>>> feature
152
140
  <summary>⚛️ React Component - `sheet-i18n/react`</summary>
153
141
 
154
142
  #### `sheet-i18n/react`
@@ -196,10 +184,4 @@ This is useful for applications where translations need to be loaded and display
196
184
  ## Additional Notes 📌
197
185
 
198
186
  - **Locales**: Ensure that the first row in your Google Sheet contains the locale headers (e.g., `["ko", "en", "fr"]`).
199
- <<<<<<< HEAD
200
187
  - **Placeholders**: Any placeholders within the translation strings will be replaced during the export process. -->
201
-
202
- =======
203
-
204
- - **Placeholders**: Any placeholders within the translation strings will be replaced during the export process.
205
- > > > > > > > feature