@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @osdk/maker-import
2
2
 
3
+ ## 0.21.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/client.unstable@2.47.0
8
+ - @osdk/maker@0.48.0
9
+
3
10
  ## 0.20.0
4
11
 
5
12
  ### Patch Changes
@@ -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.20.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
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",
@@ -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.20.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
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",
@@ -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.20.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
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.20.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/maker": "~0.47.0",
34
- "@osdk/client.unstable": "~2.46.0"
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",