@objectstack/metadata 9.5.0 → 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.
- package/dist/index.cjs +8 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/node.cjs +8 -2
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +8 -2
- package/dist/node.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
|
-
var __esm = (fn, res) => function __init() {
|
|
4
|
-
|
|
3
|
+
var __esm = (fn, res, err) => function __init() {
|
|
4
|
+
if (err) throw err[0];
|
|
5
|
+
try {
|
|
6
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
7
|
+
} catch (e) {
|
|
8
|
+
throw err = [e], e;
|
|
9
|
+
}
|
|
5
10
|
};
|
|
6
11
|
var __export = (target, all) => {
|
|
7
12
|
for (var name in all)
|
|
@@ -3191,6 +3196,7 @@ var ARTIFACT_FIELD_TO_TYPE = {
|
|
|
3191
3196
|
connectors: "connector",
|
|
3192
3197
|
emailTemplates: "email_template",
|
|
3193
3198
|
docs: "doc",
|
|
3199
|
+
books: "book",
|
|
3194
3200
|
data: "dataset"
|
|
3195
3201
|
};
|
|
3196
3202
|
var MetadataPlugin = class {
|