@objectstack/runtime 1.0.4 → 1.0.6

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
+ > @objectstack/runtime@1.0.6 build /home/runner/work/spec/spec/packages/runtime
3
+ > tsup --config ../../tsup.config.ts
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: /home/runner/work/spec/spec/tsup.config.ts
9
+ CLI Target: es2020
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.js 47.33 KB
14
+ ESM dist/index.js.map 111.49 KB
15
+ ESM ⚡️ Build success in 83ms
16
+ CJS dist/index.cjs 49.07 KB
17
+ CJS dist/index.cjs.map 111.59 KB
18
+ CJS ⚡️ Build success in 84ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 10440ms
21
+ DTS dist/index.d.ts 17.79 KB
22
+ DTS dist/index.d.cts 17.79 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @objectstack/runtime
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a7f7b9d]
8
+ - @objectstack/spec@1.0.6
9
+ - @objectstack/core@1.0.6
10
+ - @objectstack/types@1.0.6
11
+
12
+ ## 1.0.5
13
+
14
+ ### Patch Changes
15
+
16
+ - b1d24bd: refactor: migrate build system from tsc to tsup for faster builds
17
+ - Replaced `tsc` with `tsup` (using esbuild) across all packages
18
+ - Added shared `tsup.config.ts` in workspace root
19
+ - Added `tsup` as workspace dev dependency
20
+ - significantly improved build performance
21
+ - 877b864: fix: add SPA fallback to hono, fix msw context binding, improve runtime resilience, and fix client-react build types
22
+ - Updated dependencies [b1d24bd]
23
+ - @objectstack/core@1.0.5
24
+ - @objectstack/types@1.0.5
25
+ - @objectstack/spec@1.0.5
26
+
3
27
  ## 1.0.4
4
28
 
5
29
  ### Patch Changes