@objectstack/plugin-approvals 12.2.0 → 12.3.0

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/plugin-approvals@12.2.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
2
+ > @objectstack/plugin-approvals@12.3.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
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.mjs 120.29 KB
14
- ESM dist/index.mjs.map 215.92 KB
15
- ESM ⚡️ Build success in 242ms
16
13
  CJS dist/index.js 121.96 KB
17
14
  CJS dist/index.js.map 217.12 KB
18
- CJS ⚡️ Build success in 267ms
15
+ CJS ⚡️ Build success in 241ms
16
+ ESM dist/index.mjs 120.29 KB
17
+ ESM dist/index.mjs.map 215.92 KB
18
+ ESM ⚡️ Build success in 243ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 18646ms
21
- DTS dist/index.d.mts 364.91 KB
22
- DTS dist/index.d.ts 364.91 KB
20
+ DTS ⚡️ Build success in 19144ms
21
+ DTS dist/index.d.mts 379.07 KB
22
+ DTS dist/index.d.ts 379.07 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @objectstack/plugin-approvals
2
2
 
3
+ ## 12.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e7eceec]
8
+ - @objectstack/spec@12.3.0
9
+ - @objectstack/core@12.3.0
10
+ - @objectstack/formula@12.3.0
11
+ - @objectstack/metadata-core@12.3.0
12
+ - @objectstack/platform-objects@12.3.0
13
+
3
14
  ## 12.2.0
4
15
 
5
16
  ### Patch Changes