sheet-i18n 0.1.3 → 0.1.4
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-build.log +8 -8
- package/.turbo/turbo-changelog.log +6 -2
- package/CHANGELOG.md +12 -0
- package/dist/chunk-KN4CC7MI.mjs +32505 -0
- package/dist/exporter/index.js +32483 -8
- package/dist/exporter/index.mjs +6 -1
- package/dist/index.js +32486 -15
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/tsup.config.ts +1 -0
- package/dist/chunk-7AQPNLGW.mjs +0 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> sheet-i18n@0.1.
|
|
3
|
+
> sheet-i18n@0.1.4 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
|
|
4
4
|
> tsup
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts, src/exporter/index.ts
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mCJS[39m [1mdist/index.js [22m[32m1.28 KB[39m
|
|
15
|
-
[32mCJS[39m [1mdist/exporter/index.js [22m[32m1.10 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in 6ms
|
|
17
|
-
[32mESM[39m [1mdist/exporter/index.mjs [22m[32m32.00 B[39m
|
|
18
14
|
[32mESM[39m [1mdist/index.mjs [22m[32m102.00 B[39m
|
|
19
|
-
[32mESM[39m [1mdist/
|
|
20
|
-
[32mESM[39m
|
|
15
|
+
[32mESM[39m [1mdist/exporter/index.mjs [22m[32m97.00 B[39m
|
|
16
|
+
[32mESM[39m [1mdist/chunk-KN4CC7MI.mjs [22m[32m1.34 MB[39m
|
|
17
|
+
[32mESM[39m ⚡️ Build success in 127ms
|
|
18
|
+
[32mCJS[39m [1mdist/index.js [22m[32m1.34 MB[39m
|
|
19
|
+
[32mCJS[39m [1mdist/exporter/index.js [22m[32m1.34 MB[39m
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 147ms
|
|
21
21
|
[34mDTS[39m Build start
|
|
22
|
-
[32mDTS[39m ⚡️ Build success in
|
|
22
|
+
[32mDTS[39m ⚡️ Build success in 369ms
|
|
23
23
|
[32mDTS[39m [1mdist/exporter/index.d.ts [22m[32m592.00 B[39m
|
|
24
24
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m84.00 B[39m
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> sheet-i18n@0.1.
|
|
3
|
+
> sheet-i18n@0.1.3 changelog /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
|
|
4
4
|
> standard-version
|
|
5
5
|
|
|
6
|
-
[32m✔[39m bumping version in package.json from [1m0.1.
|
|
6
|
+
[32m✔[39m bumping version in package.json from [1m0.1.3[22m to [1m0.1.4[22m
|
|
7
7
|
[32m✔[39m outputting changes to [1mCHANGELOG.md[22m
|
|
8
8
|
[32m✔[39m committing [1mpackage.json[22m and [1mCHANGELOG.md[22m
|
|
9
|
+
[33m→ No staged files match any configured task.[39m
|
|
10
|
+
[33m[39m
|
|
11
|
+
[32m✔[39m tagging release [1mv[22m[1m0.1.4[22m
|
|
12
|
+
[34mℹ[39m Run `[1mgit push --follow-tags origin feature && npm publish[22m` to publish
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.4](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.4) (2024-12-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add changelog script to track changes ([9a07986](https://github.com/chltjdrhd777/sheet-i18n/commit/9a07986b0da9a3ffaa702888284df5059c64f776))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
|
|
16
|
+
|
|
5
17
|
### [0.1.3](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.1...v0.1.3) (2024-12-23)
|
|
6
18
|
|
|
7
19
|
|