@neverblink/linkml 0.12.1 → 0.12.2
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/main.js +9 -9
- package/main.js.map +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -6304,9 +6304,6 @@ Object.defineProperty($p, "lint$default$2", ({
|
|
|
6304
6304
|
}),
|
|
6305
6305
|
"configurable": true
|
|
6306
6306
|
}));
|
|
6307
|
-
$p.graphQl = (function(arg, ...rest) {
|
|
6308
|
-
return this.a6f(arg, ((rest[0] === (void 0)) ? "treeRoot" : rest[0]), ((rest[1] === (void 0)) ? (void 0) : rest[1]));
|
|
6309
|
-
});
|
|
6310
6307
|
Object.defineProperty($p, "rdfs$default$2", ({
|
|
6311
6308
|
"get": (function() {
|
|
6312
6309
|
return false;
|
|
@@ -6322,12 +6319,6 @@ Object.defineProperty($p, "shacl$default$3", ({
|
|
|
6322
6319
|
$p.linkml = (function(arg, ...rest) {
|
|
6323
6320
|
return this.a7i(arg, ((rest[0] === (void 0)) ? "treeRoot" : rest[0]), ((rest[1] !== (void 0)) && (!(!rest[1]))), ((rest[2] === (void 0)) ? (void 0) : rest[2]), ((rest[3] === (void 0)) ? "yaml" : rest[3]));
|
|
6324
6321
|
});
|
|
6325
|
-
Object.defineProperty($p, "graphQl$default$2", ({
|
|
6326
|
-
"get": (function() {
|
|
6327
|
-
return "treeRoot";
|
|
6328
|
-
}),
|
|
6329
|
-
"configurable": true
|
|
6330
|
-
}));
|
|
6331
6322
|
Object.defineProperty($p, "linkml$default$5", ({
|
|
6332
6323
|
"get": (function() {
|
|
6333
6324
|
return "yaml";
|
|
@@ -6340,6 +6331,12 @@ Object.defineProperty($p, "shacl$default$2", ({
|
|
|
6340
6331
|
}),
|
|
6341
6332
|
"configurable": true
|
|
6342
6333
|
}));
|
|
6334
|
+
Object.defineProperty($p, "graphQl$default$2", ({
|
|
6335
|
+
"get": (function() {
|
|
6336
|
+
return "treeRoot";
|
|
6337
|
+
}),
|
|
6338
|
+
"configurable": true
|
|
6339
|
+
}));
|
|
6343
6340
|
Object.defineProperty($p, "linkml$default$4", ({
|
|
6344
6341
|
"get": (function() {
|
|
6345
6342
|
return (void 0);
|
|
@@ -6397,6 +6394,9 @@ Object.defineProperty($p, "jsonSchema$default$3", ({
|
|
|
6397
6394
|
}),
|
|
6398
6395
|
"configurable": true
|
|
6399
6396
|
}));
|
|
6397
|
+
$p.graphQl = (function(arg, ...rest) {
|
|
6398
|
+
return this.a6f(arg, ((rest[0] === (void 0)) ? "treeRoot" : rest[0]), ((rest[1] === (void 0)) ? (void 0) : rest[1]));
|
|
6399
|
+
});
|
|
6400
6400
|
Object.defineProperty($p, "graphQl$default$3", ({
|
|
6401
6401
|
"get": (function() {
|
|
6402
6402
|
return (void 0);
|