@basictech/nextjs 0.1.1-beta.0 → 0.2.0-beta.2

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/nextjs@1.1.0 build
3
+ > @basictech/nextjs@0.2.0-beta.1 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
- ESM dist/index.mjs 7.28 KB
15
- ESM dist/index.mjs.map 15.11 KB
14
+ ESM dist/index.mjs 2.24 KB
15
+ ESM dist/index.mjs.map 3.78 KB
16
16
  ESM ⚡️ Build success in 23ms
17
- CJS dist/index.js 8.52 KB
18
- CJS dist/index.js.map 15.28 KB
19
- CJS ⚡️ Build success in 24ms
17
+ CJS dist/index.js 4.15 KB
18
+ CJS dist/index.js.map 3.82 KB
19
+ CJS ⚡️ Build success in 23ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1428ms
22
- DTS dist/index.d.ts 689.00 B
23
- DTS dist/index.d.mts 689.00 B
21
+ DTS ⚡️ Build success in 1248ms
22
+ DTS dist/index.d.ts 216.00 B
23
+ DTS dist/index.d.mts 216.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @basictech/nextjs
2
2
 
3
+ ## 0.2.0-beta.2
4
+
5
+ ### Minor Changes
6
+
7
+ - rebuild tsup
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @basictech/react@0.2.0-beta.2
13
+
14
+ ## 0.2.0-beta.1
15
+
16
+ ### Minor Changes
17
+
18
+ - dependency updates
19
+ - 13594a9: added basic-sync
20
+ - dependency update
21
+
22
+ ### Patch Changes
23
+
24
+ - 3c7b34e: version changes mostly
25
+ - Updated dependencies
26
+ - Updated dependencies [3c7b34e]
27
+ - Updated dependencies [13594a9]
28
+ - Updated dependencies
29
+ - @basictech/react@0.2.0-beta.1
30
+
3
31
  ## 0.1.1-beta.0
4
32
 
5
33
  ### Patch Changes