sheet-i18n 0.1.6 → 0.1.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.
@@ -1,9 +1,9 @@
1
1
 
2
2
  
3
- > sheet-i18n@0.1.6 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
3
+ > sheet-i18n@0.1.8 build /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n
4
4
  > tsup
5
5
 
6
- CLI Building entry: src/index.ts, src/exporter/index.ts
6
+ CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v6.7.0
9
9
  CLI Using tsup config: /Users/choeucheol/Documents/dev/project/sheet-i18n/packages/sheet-i18n/tsup.config.ts
@@ -11,14 +11,10 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.mjs 102.00 B
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
14
+ CJS dist/index.js 1.08 KB
15
+ CJS ⚡️ Build success in 7ms
16
+ ESM dist/index.mjs 54.00 B
17
+ ESM ⚡️ Build success in 7ms
21
18
  DTS Build start
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
19
+ DTS ⚡️ Build success in 316ms
20
+ DTS dist/index.d.ts 38.00 B
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { i as exporter } from './exporter/index.js';
1
+ export * from '@sheet-i18n/exporter';