sheet-i18n 0.1.10 → 0.1.12

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/package.json CHANGED
@@ -1,21 +1,18 @@
1
1
  {
2
2
  "name": "sheet-i18n",
3
- "version": "0.1.10",
4
- "main": "dist/index.js",
5
- "module": "dist/index.mjs",
3
+ "version": "0.1.12",
4
+ "main": "./dist/index.js",
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",
16
10
  "import": "./dist/exporter/index.mjs"
17
11
  }
18
12
  },
13
+ "files": [
14
+ "dist/**/*"
15
+ ],
19
16
  "keywords": [
20
17
  "sheet-i18n",
21
18
  "spreadsheet",
@@ -29,11 +26,17 @@
29
26
  },
30
27
  "license": "ISC",
31
28
  "dependencies": {
32
- "@sheet-i18n/exporter": "workspace:*"
29
+ "@sheet-i18n/exporter": "0.1.0"
33
30
  },
34
31
  "devDependencies": {
35
32
  "tsup": "^6.0.0",
36
33
  "typescript": "^5.0.0",
37
- "@sheet-i18n/typescript-config": "workspace:*"
34
+ "@sheet-i18n/typescript-config": "0.1.0"
35
+ },
36
+ "scripts": {
37
+ "build": "tsup",
38
+ "dev": "tsup --watch",
39
+ "changelog": "standard-version",
40
+ "publish:npm": "npm publish"
38
41
  }
39
- }
42
+ }
@@ -1,24 +0,0 @@
1
-
2
- 
3
- > sheet-i18n@0.1.10 build /Users/devanderson/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
- > tsup
5
-
6
- CLI Building entry: src/index.ts, src/exporter/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v6.7.0
9
- CLI Using tsup config: /Users/devanderson/Documents/dev/project/sheet-i18n/packages/sheet-i18n/tsup.config.ts
10
- CLI Target: node14
11
- CLI Cleaning output folder
12
- CJS Build start
13
- ESM Build start
14
- ESM dist/chunk-7AQPNLGW.mjs 122.00 B
15
- ESM dist/index.mjs 102.00 B
16
- ESM dist/exporter/index.mjs 32.00 B
17
- ESM ⚡️ Build success in 11ms
18
- CJS dist/exporter/index.js 1.10 KB
19
- CJS dist/index.js 1.28 KB
20
- CJS ⚡️ Build success in 11ms
21
- DTS Build start
22
- DTS ⚡️ Build success in 471ms
23
- DTS dist/exporter/index.d.ts 592.00 B
24
- DTS dist/index.d.ts 84.00 B
@@ -1,12 +0,0 @@
1
-
2
- 
3
- > sheet-i18n@0.1.9 changelog /Users/devanderson/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
- > standard-version
5
-
6
- ✔ bumping version in package.json from 0.1.9 to 0.1.10
7
- ✔ outputting changes to CHANGELOG.md
8
- ✔ committing package.json and CHANGELOG.md
9
- → No staged files match any configured task.
10
- 
11
- ✔ tagging release v0.1.10
12
- ℹ Run `git push --follow-tags origin feature && npm publish` to publish
File without changes
package/CHANGELOG.md DELETED
@@ -1,46 +0,0 @@
1
- # Changelog
2
-
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
-
5
- ### 0.1.10 (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
- * add husky ([a55a51c](https://github.com/chltjdrhd777/sheet-i18n/commit/a55a51c7e1d279002dddcaf2b4e957d6180a83d5))
12
- * add ignore sheet by title params ([82fc9ed](https://github.com/chltjdrhd777/sheet-i18n/commit/82fc9edf52f201b74cc22c7a129d8d9fb5880dc8))
13
- * add lint-staged pre commit script ([53d3e0c](https://github.com/chltjdrhd777/sheet-i18n/commit/53d3e0c6aced647e3b47063cd23bf134345e73a5))
14
- * add vitest setting ([62e6562](https://github.com/chltjdrhd777/sheet-i18n/commit/62e65629c68b92766f4509039405330508ba1d93))
15
- * apply husky commit lint ([6ae99da](https://github.com/chltjdrhd777/sheet-i18n/commit/6ae99da9c448d23916ba97a6ae7d89546464dd75))
16
- * create exportSheet method for creating translation json data ([732786e](https://github.com/chltjdrhd777/sheet-i18n/commit/732786e5dd32d4a0d3ac28607fe92117720160e6))
17
- * create getTranslationData method to get translation data ([37faff0](https://github.com/chltjdrhd777/sheet-i18n/commit/37faff07f60af4369604ef36ed9ae5a06225a1d7))
18
- * create translation json data method ([d30774f](https://github.com/chltjdrhd777/sheet-i18n/commit/d30774fe86a5486008530f3c1bb80edcf58c9d0f))
19
- * create WorkSheetManager class ([522a65f](https://github.com/chltjdrhd777/sheet-i18n/commit/522a65f9f587c2fbbb5678dcac222fcc87beb1cc))
20
- * **create-turbo:** apply official-starter transform ([acfb9e3](https://github.com/chltjdrhd777/sheet-i18n/commit/acfb9e31fe9cc659700c6050d26f78a0065164f7))
21
- * **create-turbo:** apply pnpm-eslint transform ([9e76869](https://github.com/chltjdrhd777/sheet-i18n/commit/9e76869210372a92e1da13350f6bef42fbbba96b))
22
- * **create-turbo:** create basic ([1a5e142](https://github.com/chltjdrhd777/sheet-i18n/commit/1a5e1421e90b02efd1d8f5ff72bf83a9e2f4db78))
23
- * **create-turbo:** install dependencies ([ff1aeea](https://github.com/chltjdrhd777/sheet-i18n/commit/ff1aeeabbe3d5b704a170fb4974168d4ac9c334c))
24
- * init turbo-repo based repo ([2019285](https://github.com/chltjdrhd777/sheet-i18n/commit/20192855844fe8fb2b31ad00fdd6ab7714dd082a))
25
- * make sheet exporter base ([9fc56ba](https://github.com/chltjdrhd777/sheet-i18n/commit/9fc56ba8e24ce021dbc3f65c051549948f961608))
26
- * prepare publish all packages ([036eba2](https://github.com/chltjdrhd777/sheet-i18n/commit/036eba202cb23f928a91122f28623b70853e62dd))
27
- * prettier, plop file 적용 ([806fa60](https://github.com/chltjdrhd777/sheet-i18n/commit/806fa607754fb41a01a15303dee693087f6f0966))
28
-
29
-
30
- ### Bug Fixes
31
-
32
- * add format flag on dev mode ([2abff0a](https://github.com/chltjdrhd777/sheet-i18n/commit/2abff0a580865361019dce3bb103e5aed01cf6e0))
33
- * change vscode eslint setting to format ([2c7513d](https://github.com/chltjdrhd777/sheet-i18n/commit/2c7513d6c37f57e9cf90fd5868ab40d61cda8366))
34
- * eslint global config migration ([2573251](https://github.com/chltjdrhd777/sheet-i18n/commit/25732516e70259e2dda2da4e787c63c3abc385c9))
35
- * eslint package 제거 및 모든 package에 공통 적용되도록 루트에서 적용 ([1d59989](https://github.com/chltjdrhd777/sheet-i18n/commit/1d5998911849dec4d312e4663c966306e5cf48a0))
36
- * eslint typescript 전역으로 설정되도록 수정 ([8ef2095](https://github.com/chltjdrhd777/sheet-i18n/commit/8ef2095e6fad44650d8179ce0f5408c06bd0ee2e))
37
- * package 이름 default 값 들어갔던 문제 수정 ([1ef984f](https://github.com/chltjdrhd777/sheet-i18n/commit/1ef984fc03b65a1397ad0d9ef91ab6fcffe58a44))
38
- * remove auto eslint fix option ([fd35b44](https://github.com/chltjdrhd777/sheet-i18n/commit/fd35b44bd532b13ecff405fbf3f4720a224cbaf0))
39
- * remove redundant types property in package.json ([2dcde8c](https://github.com/chltjdrhd777/sheet-i18n/commit/2dcde8c004405dd8f3ff72db1c5efd0fc69d08e5))
40
-
41
- ### [0.1.1](https://github.com/chltjdrhd777/sheet-i18n/compare/v0.1.2...v0.1.1) (2024-12-23)
42
-
43
-
44
- ### Features
45
-
46
- * add changelog script in container sheet-18n package ([0f05e47](https://github.com/chltjdrhd777/sheet-i18n/commit/0f05e47dfaa2e6ddc57ff4122f3a09fa8e65f645))
@@ -1 +0,0 @@
1
- export * from '@sheet-i18n/exporter';
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export * as exporter from './exporter';
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "@sheet-i18n/typescript-config/base.json",
3
- "compilerOptions": {
4
- "rootDir": "src",
5
- "outDir": "dist"
6
- },
7
- "include": ["src/**/*"],
8
- "exclude": ["node_modules", "dist"]
9
- }
package/tsup.config.ts DELETED
@@ -1,9 +0,0 @@
1
- import { defineConfig } from 'tsup';
2
-
3
- export default defineConfig({
4
- clean: true,
5
- entry: ['src/index.ts', 'src/exporter/index.ts'],
6
- outDir: 'dist',
7
- format: ['cjs', 'esm'],
8
- dts: true,
9
- });