@basictech/react 0.2.0-beta.1 → 0.2.0-beta.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,6 +1,6 @@
1
1
 
2
2
  
3
- > @basictech/react@1.1.0 build
3
+ > @basictech/react@0.2.0-beta.2 build
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,13 +11,13 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.js 8.50 KB
15
- CJS dist/index.js.map 15.26 KB
16
- CJS ⚡️ Build success in 21ms
17
- ESM dist/index.mjs 7.26 KB
18
- ESM dist/index.mjs.map 15.11 KB
19
- ESM ⚡️ Build success in 21ms
14
+ ESM dist/index.mjs 16.10 KB
15
+ ESM dist/index.mjs.map 36.22 KB
16
+ ESM ⚡️ Build success in 20ms
17
+ CJS dist/index.js 17.57 KB
18
+ CJS dist/index.js.map 36.27 KB
19
+ CJS ⚡️ Build success in 20ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1165ms
22
- DTS dist/index.d.ts 689.00 B
23
- DTS dist/index.d.mts 689.00 B
21
+ DTS ⚡️ Build success in 934ms
22
+ DTS dist/index.d.ts 975.00 B
23
+ DTS dist/index.d.mts 975.00 B
package/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # 1.3.4
2
2
 
3
+ ## 0.2.0-beta.3
4
+
5
+ ### Minor Changes
6
+
7
+ - remove sync lib
8
+ - 4841960: test build
9
+ - remove sync library
10
+
11
+ ## 0.2.0-beta.2
12
+
13
+ ### Minor Changes
14
+
15
+ - rebuild tsup
16
+
3
17
  ## 0.2.0-beta.1
4
18
 
5
19
  ### Minor Changes