@cnc-ti/layout-basic 5.0.0 → 6.0.0

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.
@@ -0,0 +1,22 @@
1
+
2
+ 
3
+ > @cnc-ti/layout-basic@5.0.0 build
4
+ > tsup src/index.ts --format esm,cjs --dts --external react --minify
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.3.0
9
+ CLI Target: es6
10
+ ESM Build start
11
+ CJS Build start
12
+ DTS Build start
13
+ ESM dist/index.css 19.17 KB
14
+ ESM dist/index.mjs 552.94 KB
15
+ ESM ⚡️ Build success in 1006ms
16
+ CJS dist/index.css 19.17 KB
17
+ CJS dist/index.js 554.76 KB
18
+ CJS ⚡️ Build success in 1007ms
19
+ DTS ⚡️ Build success in 1583ms
20
+ DTS dist/index.d.mts 7.92 KB
21
+ DTS dist/index.d.ts 7.92 KB
22
+ ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cnc-ti/layout-basic
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Update package config
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Minor Changes