@objectstack/runtime 4.0.2 → 4.0.4

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,5 +1,5 @@
1
1
 
2
- > @objectstack/runtime@4.0.2 build /home/runner/work/framework/framework/packages/runtime
2
+ > @objectstack/runtime@4.0.4 build /home/runner/work/framework/framework/packages/runtime
3
3
  > tsup --config ../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.js 94.32 KB
14
- ESM dist/index.js.map 204.99 KB
15
- ESM ⚡️ Build success in 155ms
16
- CJS dist/index.cjs 96.91 KB
17
- CJS dist/index.cjs.map 205.06 KB
18
- CJS ⚡️ Build success in 156ms
13
+ CJS dist/index.cjs 97.58 KB
14
+ CJS dist/index.cjs.map 206.05 KB
15
+ CJS ⚡️ Build success in 196ms
16
+ ESM dist/index.js 94.96 KB
17
+ ESM dist/index.js.map 205.98 KB
18
+ ESM ⚡️ Build success in 200ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3326ms
21
- DTS dist/index.d.ts 26.00 KB
22
- DTS dist/index.d.cts 26.00 KB
20
+ DTS ⚡️ Build success in 3990ms
21
+ DTS dist/index.d.ts 25.96 KB
22
+ DTS dist/index.d.cts 25.96 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @objectstack/runtime
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [326b66b]
8
+ - @objectstack/spec@4.0.4
9
+ - @objectstack/core@4.0.4
10
+ - @objectstack/rest@4.0.4
11
+ - @objectstack/types@4.0.4
12
+
13
+ ## 4.0.3
14
+
15
+ ### Patch Changes
16
+
17
+ - @objectstack/spec@4.0.3
18
+ - @objectstack/core@4.0.3
19
+ - @objectstack/types@4.0.3
20
+ - @objectstack/rest@4.0.3
21
+
3
22
  ## 4.0.2
4
23
 
5
24
  ### Patch Changes