@osdk/maker 0.11.1 → 0.11.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @osdk/maker
2
2
 
3
+ ## 0.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/api@2.3.2
8
+
3
9
  ## 0.11.1
4
10
 
5
11
  ### Patch Changes
@@ -24,7 +24,7 @@ import { hideBin } from "yargs/helpers";
24
24
  import { defineOntology } from "../api/defineOntology.js";
25
25
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
26
26
  export default async function main(args = process.argv) {
27
- const commandLineOpts = await yargs(hideBin(args)).version("0.11.1" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
27
+ const commandLineOpts = await yargs(hideBin(args)).version("0.11.2" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
28
28
  input: {
29
29
  alias: "i",
30
30
  describe: "Input file",
@@ -1401,7 +1401,7 @@ function addNamespaceIfNone(apiName) {
1401
1401
  // src/cli/main.ts
1402
1402
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
1403
1403
  async function main(args = process.argv) {
1404
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.11.1").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
1404
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.11.2").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
1405
1405
  input: {
1406
1406
  alias: "i",
1407
1407
  describe: "Input file",
@@ -24,7 +24,7 @@ import { hideBin } from "yargs/helpers";
24
24
  import { defineOntology } from "../api/defineOntology.js";
25
25
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
26
26
  export default async function main(args = process.argv) {
27
- const commandLineOpts = await yargs(hideBin(args)).version("0.11.1" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
27
+ const commandLineOpts = await yargs(hideBin(args)).version("0.11.2" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
28
28
  input: {
29
29
  alias: "i",
30
30
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "tiny-invariant": "^1.3.3",
34
34
  "ts-node": "^10.9.2",
35
35
  "yargs": "^17.7.2",
36
- "@osdk/api": "~2.3.1"
36
+ "@osdk/api": "~2.3.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@osdk/foundry.ontologies": "2.24.0",
@@ -41,9 +41,9 @@
41
41
  "@types/yargs": "^17.0.32",
42
42
  "typescript": "~5.5.4",
43
43
  "vitest": "^3.0.5",
44
- "@osdk/client.unstable": "~2.3.1",
45
- "@osdk/monorepo.tsconfig": "~0.2.0",
46
- "@osdk/monorepo.api-extractor": "~0.2.0"
44
+ "@osdk/client.unstable": "~2.3.2",
45
+ "@osdk/monorepo.api-extractor": "~0.2.0",
46
+ "@osdk/monorepo.tsconfig": "~0.2.0"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"