@objectstack/runtime 1.0.2 → 1.0.5

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.5 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
+ CJS dist/index.cjs 49.07 KB
14
+ CJS dist/index.cjs.map 111.59 KB
15
+ CJS ⚡️ Build success in 86ms
16
+ ESM dist/index.js 47.33 KB
17
+ ESM dist/index.js.map 111.49 KB
18
+ ESM ⚡️ Build success in 90ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 10438ms
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,38 @@
1
1
  # @objectstack/runtime
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - b1d24bd: refactor: migrate build system from tsc to tsup for faster builds
8
+ - Replaced `tsc` with `tsup` (using esbuild) across all packages
9
+ - Added shared `tsup.config.ts` in workspace root
10
+ - Added `tsup` as workspace dev dependency
11
+ - significantly improved build performance
12
+ - 877b864: fix: add SPA fallback to hono, fix msw context binding, improve runtime resilience, and fix client-react build types
13
+ - Updated dependencies [b1d24bd]
14
+ - @objectstack/core@1.0.5
15
+ - @objectstack/types@1.0.5
16
+ - @objectstack/spec@1.0.5
17
+
18
+ ## 1.0.4
19
+
20
+ ### Patch Changes
21
+
22
+ - @objectstack/spec@1.0.4
23
+ - @objectstack/core@1.0.4
24
+ - @objectstack/types@1.0.4
25
+
26
+ ## 1.0.3
27
+
28
+ ### Patch Changes
29
+
30
+ - fb2eabd: fix: resolve "process is not defined" runtime error in browser environments by adding safe environment detection and polyfills
31
+ - Updated dependencies [fb2eabd]
32
+ - @objectstack/core@1.0.3
33
+ - @objectstack/spec@1.0.3
34
+ - @objectstack/types@1.0.3
35
+
3
36
  ## 1.0.2
4
37
 
5
38
  ### Patch Changes