sheet-i18n 0.1.10 → 0.1.11
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/.turbo/turbo-publish$colon$npm.log +38 -0
- package/CHANGELOG.md +33 -30
- package/package.json +10 -10
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> sheet-i18n@0.1.10 publish:npm /Users/devanderson/Documents/dev/project/sheet-i18n/packages/sheet-i18n
|
|
4
|
+
> npm publish
|
|
5
|
+
|
|
6
|
+
[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m
|
|
7
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m 📦 sheet-i18n@0.1.10
|
|
8
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m [94mTarball Contents[39m
|
|
9
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m 1.1kB .turbo/turbo-build.log
|
|
10
|
+
[1mnpm[22m [96mnotice[39m 569B .turbo/turbo-changelog.log
|
|
11
|
+
[1mnpm[22m [96mnotice[39m 0B .turbo/turbo-publish$colon$npm.log
|
|
12
|
+
[1mnpm[22m [96mnotice[39m 4.3kB CHANGELOG.md
|
|
13
|
+
[1mnpm[22m [96mnotice[39m 6.8kB README.md
|
|
14
|
+
[1mnpm[22m [96mnotice[39m 122B dist/chunk-7AQPNLGW.mjs
|
|
15
|
+
[1mnpm[22m [96mnotice[39m 592B dist/exporter/index.d.ts
|
|
16
|
+
[1mnpm[22m [96mnotice[39m 1.1kB dist/exporter/index.js
|
|
17
|
+
[1mnpm[22m [96mnotice[39m 32B dist/exporter/index.mjs
|
|
18
|
+
[1mnpm[22m [96mnotice[39m 84B dist/index.d.ts
|
|
19
|
+
[1mnpm[22m [96mnotice[39m 1.3kB dist/index.js
|
|
20
|
+
[1mnpm[22m [96mnotice[39m 102B dist/index.mjs
|
|
21
|
+
[1mnpm[22m [96mnotice[39m 845B package.json
|
|
22
|
+
[1mnpm[22m [96mnotice[39m 38B src/exporter/index.ts
|
|
23
|
+
[1mnpm[22m [96mnotice[39m 40B src/index.ts
|
|
24
|
+
[1mnpm[22m [96mnotice[39m 196B tsconfig.json
|
|
25
|
+
[1mnpm[22m [96mnotice[39m 196B tsup.config.ts
|
|
26
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m [94mTarball Details[39m
|
|
27
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m name: sheet-i18n
|
|
28
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m version: 0.1.10
|
|
29
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m filename: sheet-i18n-0.1.10.tgz
|
|
30
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m package size: 6.7 kB
|
|
31
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m unpacked size: 17.4 kB
|
|
32
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m shasum: 15000bc70579e0bd773ca4529ce9b953a5723989
|
|
33
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m integrity: sha512-I0fEIr19Menfx[...]6GyTQ//r1S8+g==
|
|
34
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m total files: 17
|
|
35
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m
|
|
36
|
+
[1G[0K⠋[1G[0K[1mnpm[22m [96mnotice[39m Publishing to https://registry.npmjs.org/ with tag latest and default access
|
|
37
|
+
[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K+ sheet-i18n@0.1.10
|
|
38
|
+
[1G[0K⠋[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,46 +1,49 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- changeset applying test for versioning and publishing
|
|
8
|
+
|
|
3
9
|
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
10
|
|
|
5
11
|
### 0.1.10 (2024-12-23)
|
|
6
12
|
|
|
7
|
-
|
|
8
13
|
### Features
|
|
9
14
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
15
|
+
- add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
|
|
16
|
+
- add husky ([a55a51c](https://github.com/chltjdrhd777/sheet-i18n/commit/a55a51c7e1d279002dddcaf2b4e957d6180a83d5))
|
|
17
|
+
- add ignore sheet by title params ([82fc9ed](https://github.com/chltjdrhd777/sheet-i18n/commit/82fc9edf52f201b74cc22c7a129d8d9fb5880dc8))
|
|
18
|
+
- add lint-staged pre commit script ([53d3e0c](https://github.com/chltjdrhd777/sheet-i18n/commit/53d3e0c6aced647e3b47063cd23bf134345e73a5))
|
|
19
|
+
- add vitest setting ([62e6562](https://github.com/chltjdrhd777/sheet-i18n/commit/62e65629c68b92766f4509039405330508ba1d93))
|
|
20
|
+
- apply husky commit lint ([6ae99da](https://github.com/chltjdrhd777/sheet-i18n/commit/6ae99da9c448d23916ba97a6ae7d89546464dd75))
|
|
21
|
+
- create exportSheet method for creating translation json data ([732786e](https://github.com/chltjdrhd777/sheet-i18n/commit/732786e5dd32d4a0d3ac28607fe92117720160e6))
|
|
22
|
+
- create getTranslationData method to get translation data ([37faff0](https://github.com/chltjdrhd777/sheet-i18n/commit/37faff07f60af4369604ef36ed9ae5a06225a1d7))
|
|
23
|
+
- create translation json data method ([d30774f](https://github.com/chltjdrhd777/sheet-i18n/commit/d30774fe86a5486008530f3c1bb80edcf58c9d0f))
|
|
24
|
+
- create WorkSheetManager class ([522a65f](https://github.com/chltjdrhd777/sheet-i18n/commit/522a65f9f587c2fbbb5678dcac222fcc87beb1cc))
|
|
25
|
+
- **create-turbo:** apply official-starter transform ([acfb9e3](https://github.com/chltjdrhd777/sheet-i18n/commit/acfb9e31fe9cc659700c6050d26f78a0065164f7))
|
|
26
|
+
- **create-turbo:** apply pnpm-eslint transform ([9e76869](https://github.com/chltjdrhd777/sheet-i18n/commit/9e76869210372a92e1da13350f6bef42fbbba96b))
|
|
27
|
+
- **create-turbo:** create basic ([1a5e142](https://github.com/chltjdrhd777/sheet-i18n/commit/1a5e1421e90b02efd1d8f5ff72bf83a9e2f4db78))
|
|
28
|
+
- **create-turbo:** install dependencies ([ff1aeea](https://github.com/chltjdrhd777/sheet-i18n/commit/ff1aeeabbe3d5b704a170fb4974168d4ac9c334c))
|
|
29
|
+
- init turbo-repo based repo ([2019285](https://github.com/chltjdrhd777/sheet-i18n/commit/20192855844fe8fb2b31ad00fdd6ab7714dd082a))
|
|
30
|
+
- make sheet exporter base ([9fc56ba](https://github.com/chltjdrhd777/sheet-i18n/commit/9fc56ba8e24ce021dbc3f65c051549948f961608))
|
|
31
|
+
- prepare publish all packages ([036eba2](https://github.com/chltjdrhd777/sheet-i18n/commit/036eba202cb23f928a91122f28623b70853e62dd))
|
|
32
|
+
- prettier, plop file 적용 ([806fa60](https://github.com/chltjdrhd777/sheet-i18n/commit/806fa607754fb41a01a15303dee693087f6f0966))
|
|
29
33
|
|
|
30
34
|
### Bug Fixes
|
|
31
35
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
- add format flag on dev mode ([2abff0a](https://github.com/chltjdrhd777/sheet-i18n/commit/2abff0a580865361019dce3bb103e5aed01cf6e0))
|
|
37
|
+
- change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
|
|
38
|
+
- eslint global config migration ([2573251](https://github.com/chltjdrhd777/sheet-i18n/commit/25732516e70259e2dda2da4e787c63c3abc385c9))
|
|
39
|
+
- eslint package 제거 및 모든 package에 공통 적용되도록 루트에서 적용 ([1d59989](https://github.com/chltjdrhd777/sheet-i18n/commit/1d5998911849dec4d312e4663c966306e5cf48a0))
|
|
40
|
+
- eslint typescript 전역으로 설정되도록 수정 ([8ef2095](https://github.com/chltjdrhd777/sheet-i18n/commit/8ef2095e6fad44650d8179ce0f5408c06bd0ee2e))
|
|
41
|
+
- package 이름 default 값 들어갔던 문제 수정 ([1ef984f](https://github.com/chltjdrhd777/sheet-i18n/commit/1ef984fc03b65a1397ad0d9ef91ab6fcffe58a44))
|
|
42
|
+
- remove auto eslint fix option ([fd35b44](https://github.com/chltjdrhd777/sheet-i18n/commit/fd35b44bd532b13ecff405fbf3f4720a224cbaf0))
|
|
43
|
+
- remove redundant types property in package.json ([2dcde8c](https://github.com/chltjdrhd777/sheet-i18n/commit/2dcde8c004405dd8f3ff72db1c5efd0fc69d08e5))
|
|
40
44
|
|
|
41
45
|
### [0.1.1](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.2...v0.1.1) (2024-12-23)
|
|
42
46
|
|
|
43
|
-
|
|
44
47
|
### Features
|
|
45
48
|
|
|
46
|
-
|
|
49
|
+
- add changelog script in container sheet-18n package ([0f05e47](https://github.com/chltjdrhd777/sheet-i18n/commit/0f05e47dfaa2e6ddc57ff4122f3a09fa8e65f645))
|
package/package.json
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sheet-i18n",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsup",
|
|
9
|
-
"dev": "tsup --watch",
|
|
10
|
-
"changelog": "standard-version",
|
|
11
|
-
"publish:npm": "npm publish"
|
|
12
|
-
},
|
|
13
7
|
"exports": {
|
|
14
8
|
"/exporter": {
|
|
15
9
|
"require": "./dist/exporter/index.js",
|
|
@@ -29,11 +23,17 @@
|
|
|
29
23
|
},
|
|
30
24
|
"license": "ISC",
|
|
31
25
|
"dependencies": {
|
|
32
|
-
"@sheet-i18n/exporter": "
|
|
26
|
+
"@sheet-i18n/exporter": "0.1.0"
|
|
33
27
|
},
|
|
34
28
|
"devDependencies": {
|
|
35
29
|
"tsup": "^6.0.0",
|
|
36
30
|
"typescript": "^5.0.0",
|
|
37
|
-
"@sheet-i18n/typescript-config": "
|
|
31
|
+
"@sheet-i18n/typescript-config": "0.1.0"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "tsup",
|
|
35
|
+
"dev": "tsup --watch",
|
|
36
|
+
"changelog": "standard-version",
|
|
37
|
+
"publish:npm": "npm publish"
|
|
38
38
|
}
|
|
39
|
-
}
|
|
39
|
+
}
|