@objectstack/metadata 3.1.1 → 3.2.1

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/metadata@3.1.1 build /home/runner/work/spec/spec/packages/metadata
2
+ > @objectstack/metadata@3.2.1 build /home/runner/work/spec/spec/packages/metadata
3
3
  > tsup --config ../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  CJS dist/index.js 63.63 KB
14
14
  CJS dist/index.js.map 126.48 KB
15
- CJS ⚡️ Build success in 148ms
15
+ CJS ⚡️ Build success in 249ms
16
16
  ESM dist/index.mjs 61.49 KB
17
17
  ESM dist/index.mjs.map 124.30 KB
18
- ESM ⚡️ Build success in 148ms
18
+ ESM ⚡️ Build success in 251ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 19997ms
21
- DTS dist/index.d.mts 31.26 KB
22
- DTS dist/index.d.ts 31.26 KB
20
+ DTS ⚡️ Build success in 22166ms
21
+ DTS dist/index.d.mts 190.65 KB
22
+ DTS dist/index.d.ts 190.65 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @objectstack/metadata
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [850b546]
8
+ - @objectstack/spec@3.2.1
9
+ - @objectstack/core@3.2.1
10
+ - @objectstack/types@3.2.1
11
+
12
+ ## 3.2.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [5901c29]
17
+ - @objectstack/spec@3.2.0
18
+ - @objectstack/core@3.2.0
19
+ - @objectstack/types@3.2.0
20
+
3
21
  ## 3.1.1
4
22
 
5
23
  ### Patch Changes