@cnc-ti/layout-basic 8.1.2 → 8.1.3

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,28 +1,28 @@
1
1
 
2
2
  
3
- > @cnc-ti/layout-basic@8.1.2 build
4
- > tsup src/index.ts --format esm,cjs --dts --external react react-dom --minify
3
+ > @cnc-ti/layout-basic@8.1.3 build
4
+ > tsup src/index.ts --config tsup.config.ts
5
5
 
6
6
  CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.3.0
9
9
  CLI Using tsup config: /Users/gustavomendes/Documents/CNC/lib/layout-basic/packages/react/tsup.config.ts
10
- CLI Target: es6
10
+ CLI Target: esnext
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
14
  DTS Build start
15
- ESM dist/index.css 19.21 KB
16
- ESM dist/index.css.map 42.41 KB
17
- ESM dist/index.mjs 552.98 KB
18
- ESM dist/index.mjs.map 2.42 MB
19
- ESM ⚡️ Build success in 1132ms
15
+ CJS dist/index.js 134.39 KB
20
16
  CJS dist/index.css 19.21 KB
21
- CJS dist/index.js 554.79 KB
22
17
  CJS dist/index.css.map 42.31 KB
23
- CJS dist/index.js.map 2.42 MB
24
- CJS ⚡️ Build success in 1133ms
25
- DTS ⚡️ Build success in 1948ms
18
+ CJS dist/index.js.map 681.49 KB
19
+ CJS ⚡️ Build success in 1021ms
20
+ ESM dist/index.mjs 131.87 KB
21
+ ESM dist/index.css 19.21 KB
22
+ ESM dist/index.css.map 42.41 KB
23
+ ESM dist/index.mjs.map 681.20 KB
24
+ ESM ⚡️ Build success in 1021ms
25
+ DTS ⚡️ Build success in 1797ms
26
26
  DTS dist/index.d.mts 7.92 KB
27
27
  DTS dist/index.d.ts 7.92 KB
28
28
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cnc-ti/layout-basic
2
2
 
3
+ ## 8.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - update do update
8
+
3
9
  ## 8.1.2
4
10
 
5
11
  ### Patch Changes