@objectstack/plugin-approvals 9.5.1 → 9.6.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@9.5.1 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
2
+ > @objectstack/plugin-approvals@9.6.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
- CJS dist/index.js 121.38 KB
14
- CJS dist/index.js.map 216.36 KB
15
- CJS ⚡️ Build success in 243ms
16
- ESM dist/index.mjs 119.71 KB
17
- ESM dist/index.mjs.map 215.16 KB
18
- ESM ⚡️ Build success in 245ms
13
+ CJS dist/index.js 121.46 KB
14
+ CJS dist/index.js.map 216.37 KB
15
+ CJS ⚡️ Build success in 354ms
16
+ ESM dist/index.mjs 119.79 KB
17
+ ESM dist/index.mjs.map 215.17 KB
18
+ ESM ⚡️ Build success in 365ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 25225ms
20
+ DTS ⚡️ Build success in 13424ms
21
21
  DTS dist/index.d.mts 427.00 KB
22
22
  DTS dist/index.d.ts 427.00 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @objectstack/plugin-approvals
2
2
 
3
+ ## 9.6.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1e930a]
8
+ - Updated dependencies [71578f2]
9
+ - Updated dependencies [bb00a50]
10
+ - Updated dependencies [5e3a301]
11
+ - Updated dependencies [5db2742]
12
+ - @objectstack/spec@9.6.0
13
+ - @objectstack/formula@9.6.0
14
+ - @objectstack/core@9.6.0
15
+ - @objectstack/metadata-core@9.6.0
16
+ - @objectstack/platform-objects@9.6.0
17
+
3
18
  ## 9.5.1
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -3,8 +3,13 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __esm = (fn, res) => function __init() {
7
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
6
+ var __esm = (fn, res, err) => function __init() {
7
+ if (err) throw err[0];
8
+ try {
9
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
10
+ } catch (e) {
11
+ throw err = [e], e;
12
+ }
8
13
  };
9
14
  var __export = (target, all) => {
10
15
  for (var name in all)