@osdk/maker-import 0.20.0 → 0.21.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/CHANGELOG.md +7 -0
- package/build/browser/cli/main.js +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/esm/cli/main.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -21,7 +21,7 @@ import yargs from "yargs";
|
|
|
21
21
|
import { hideBin } from "yargs/helpers";
|
|
22
22
|
import { writeImportedOntology } from "../generate/writeImportedOntology.js";
|
|
23
23
|
export default async function main(args = process.argv) {
|
|
24
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.
|
|
24
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.21.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
25
25
|
input: {
|
|
26
26
|
alias: "i",
|
|
27
27
|
describe: "Path to OntologyFullMetadata JSON file",
|
package/build/cjs/index.cjs
CHANGED
|
@@ -600,7 +600,7 @@ export const ${varName}: ${typeName} = wrapWithProxy(${varName}_base);
|
|
|
600
600
|
|
|
601
601
|
// src/cli/main.ts
|
|
602
602
|
async function main(args = process.argv) {
|
|
603
|
-
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.
|
|
603
|
+
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.21.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
|
|
604
604
|
input: {
|
|
605
605
|
alias: "i",
|
|
606
606
|
describe: "Path to OntologyFullMetadata JSON file",
|
package/build/esm/cli/main.js
CHANGED
|
@@ -21,7 +21,7 @@ import yargs from "yargs";
|
|
|
21
21
|
import { hideBin } from "yargs/helpers";
|
|
22
22
|
import { writeImportedOntology } from "../generate/writeImportedOntology.js";
|
|
23
23
|
export default async function main(args = process.argv) {
|
|
24
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.
|
|
24
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.21.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
25
25
|
input: {
|
|
26
26
|
alias: "i",
|
|
27
27
|
describe: "Path to OntologyFullMetadata JSON file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/maker-import",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@osdk/foundry.ontologies": "2.63.0",
|
|
31
31
|
"consola": "^3.4.2",
|
|
32
32
|
"yargs": "^17.7.2",
|
|
33
|
-
"@osdk/
|
|
34
|
-
"@osdk/
|
|
33
|
+
"@osdk/client.unstable": "~2.47.0",
|
|
34
|
+
"@osdk/maker": "~0.48.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^20.19.13",
|