@hpcc-js/composite 2.7.26 → 2.7.28
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.
- package/dist/index.es6.js +9 -9
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +13 -13
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
})(this, (function (exports, common, layout, api, form, other) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/composite";
|
|
8
|
-
var PKG_VERSION = "2.7.
|
|
9
|
-
var BUILD_VERSION = "2.105.
|
|
8
|
+
var PKG_VERSION = "2.7.28";
|
|
9
|
+
var BUILD_VERSION = "2.105.12";
|
|
10
10
|
|
|
11
11
|
/******************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1040,11 +1040,11 @@
|
|
|
1040
1040
|
|
|
1041
1041
|
var Persist = /*#__PURE__*/Object.freeze({
|
|
1042
1042
|
__proto__: null,
|
|
1043
|
-
|
|
1044
|
-
deserializeFromObject: deserializeFromObject,
|
|
1045
|
-
deserialize: deserialize,
|
|
1043
|
+
clone: clone,
|
|
1046
1044
|
create: create,
|
|
1047
|
-
|
|
1045
|
+
deserialize: deserialize,
|
|
1046
|
+
deserializeFromObject: deserializeFromObject,
|
|
1047
|
+
retrofit_114_serialization: retrofit_114_serialization
|
|
1048
1048
|
});
|
|
1049
1049
|
|
|
1050
1050
|
exports.BUILD_VERSION = BUILD_VERSION;
|
|
@@ -1057,7 +1057,5 @@
|
|
|
1057
1057
|
exports.Persist = Persist;
|
|
1058
1058
|
exports.Utility = Utility;
|
|
1059
1059
|
|
|
1060
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1061
|
-
|
|
1062
1060
|
}));
|
|
1063
1061
|
//# sourceMappingURL=index.js.map
|