@tachybase/actions 1.3.16 → 1.3.18

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.
Files changed (2) hide show
  1. package/lib/index.js +6 -6
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -27,17 +27,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var src_exports = {};
31
- __export(src_exports, {
32
- default: () => src_default,
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
+ default: () => index_default,
33
33
  registerActions: () => registerActions,
34
34
  utils: () => utils
35
35
  });
36
- module.exports = __toCommonJS(src_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
  var import_lodash = __toESM(require("lodash"));
38
38
  var actions = __toESM(require("./actions"));
39
39
  var utils = __toESM(require("./utils"));
40
- __reExport(src_exports, require("./constants"), module.exports);
40
+ __reExport(index_exports, require("./constants"), module.exports);
41
41
  function registerActions(api) {
42
42
  api.actions(
43
43
  import_lodash.default.pick(actions, [
@@ -58,7 +58,7 @@ function registerActions(api) {
58
58
  );
59
59
  }
60
60
  __name(registerActions, "registerActions");
61
- var src_default = actions;
61
+ var index_default = actions;
62
62
  // Annotate the CommonJS export names for ESM import in node:
63
63
  0 && (module.exports = {
64
64
  registerActions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/actions",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",
@@ -9,10 +9,10 @@
9
9
  "koa": "^2.15.3",
10
10
  "lodash": "4.17.21",
11
11
  "sequelize": "^6.37.5",
12
- "@tachybase/cache": "1.3.16",
13
- "@tachybase/resourcer": "1.3.16",
14
- "@tachybase/utils": "1.3.16",
15
- "@tachybase/database": "1.3.16"
12
+ "@tachybase/resourcer": "1.3.18",
13
+ "@tachybase/database": "1.3.18",
14
+ "@tachybase/cache": "1.3.18",
15
+ "@tachybase/utils": "1.3.18"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/koa": "^2.15.0",