@nocobase/actions 1.7.13 → 1.7.14

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.
@@ -30,7 +30,10 @@ __export(first_or_create_exports, {
30
30
  });
31
31
  module.exports = __toCommonJS(first_or_create_exports);
32
32
  var import_proxy_to_repository = require("./proxy-to-repository");
33
- const firstOrCreate = (0, import_proxy_to_repository.proxyToRepository)(["values", "filterKeys"], "firstOrCreate");
33
+ const firstOrCreate = (0, import_proxy_to_repository.proxyToRepository)(
34
+ ["values", "filterKeys", "whitelist", "blacklist", "updateAssociationValues", "targetCollection"],
35
+ "firstOrCreate"
36
+ );
34
37
  // Annotate the CommonJS export names for ESM import in node:
35
38
  0 && (module.exports = {
36
39
  firstOrCreate
@@ -30,7 +30,10 @@ __export(update_or_create_exports, {
30
30
  });
31
31
  module.exports = __toCommonJS(update_or_create_exports);
32
32
  var import_proxy_to_repository = require("./proxy-to-repository");
33
- const updateOrCreate = (0, import_proxy_to_repository.proxyToRepository)(["values", "filterKeys"], "updateOrCreate");
33
+ const updateOrCreate = (0, import_proxy_to_repository.proxyToRepository)(
34
+ ["values", "filterKeys", "whitelist", "blacklist", "updateAssociationValues", "targetCollection"],
35
+ "updateOrCreate"
36
+ );
34
37
  // Annotate the CommonJS export names for ESM import in node:
35
38
  0 && (module.exports = {
36
39
  updateOrCreate
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@nocobase/actions",
3
- "version": "1.7.13",
3
+ "version": "1.7.14",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "./lib/index.js",
7
7
  "types": "./lib/index.d.ts",
8
8
  "dependencies": {
9
- "@nocobase/cache": "1.7.13",
10
- "@nocobase/database": "1.7.13",
11
- "@nocobase/resourcer": "1.7.13"
9
+ "@nocobase/cache": "1.7.14",
10
+ "@nocobase/database": "1.7.14",
11
+ "@nocobase/resourcer": "1.7.14"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git+https://github.com/nocobase/nocobase.git",
16
16
  "directory": "packages/actions"
17
17
  },
18
- "gitHead": "c137fd7fff321b12346e254c73f42c3611d4bbf2"
18
+ "gitHead": "58bbe59c0c3dca4c8db54ac3d3796de1d1fbd19b"
19
19
  }