@tachybase/globals 1.3.15 → 1.3.17

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 +5 -5
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -22,11 +22,11 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
22
22
  var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
23
23
  var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
24
24
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
25
- var src_exports = {};
26
- __export(src_exports, {
27
- default: () => src_default
25
+ var index_exports = {};
26
+ __export(index_exports, {
27
+ default: () => index_default
28
28
  });
29
- module.exports = __toCommonJS(src_exports);
29
+ module.exports = __toCommonJS(index_exports);
30
30
  var _id;
31
31
  const _TachybaseGlobal = class _TachybaseGlobal {
32
32
  // 私有构造函数,防止外部 new
@@ -73,4 +73,4 @@ const _TachybaseGlobal = class _TachybaseGlobal {
73
73
  _id = new WeakMap();
74
74
  __name(_TachybaseGlobal, "TachybaseGlobal");
75
75
  let TachybaseGlobal = _TachybaseGlobal;
76
- var src_default = TachybaseGlobal;
76
+ var index_default = TachybaseGlobal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/globals",
3
- "version": "1.3.15",
3
+ "version": "1.3.17",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",