@osdk/maker 0.13.0-beta.3 → 0.13.0-beta.4

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,16 @@
1
1
  # @osdk/maker
2
2
 
3
+ ## 0.13.0-beta.4
4
+
5
+ ### Minor Changes
6
+
7
+ - a00d2ed: Update Platform SDK dependencies
8
+ - a96d89e: Update Platform SDK dependencies
9
+
10
+ ### Patch Changes
11
+
12
+ - @osdk/api@2.5.0-beta.4
13
+
3
14
  ## 0.13.0-beta.3
4
15
 
5
16
  ### Minor Changes
@@ -23,7 +23,7 @@ import { hideBin } from "yargs/helpers";
23
23
  import { defineOntology } from "../api/defineOntology.js";
24
24
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
25
25
  export default async function main(args = process.argv) {
26
- const commandLineOpts = await yargs(hideBin(args)).version("0.13.0-beta.3" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
26
+ const commandLineOpts = await yargs(hideBin(args)).version("0.13.0-beta.4" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
27
27
  input: {
28
28
  alias: "i",
29
29
  describe: "Input file",
@@ -1721,7 +1721,7 @@ function convertCardinality(cardinality) {
1721
1721
  // src/cli/main.ts
1722
1722
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
1723
1723
  async function main(args = process.argv) {
1724
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.13.0-beta.3").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
1724
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.13.0-beta.4").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
1725
1725
  input: {
1726
1726
  alias: "i",
1727
1727
  describe: "Input file",
@@ -23,7 +23,7 @@ import { hideBin } from "yargs/helpers";
23
23
  import { defineOntology } from "../api/defineOntology.js";
24
24
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
25
25
  export default async function main(args = process.argv) {
26
- const commandLineOpts = await yargs(hideBin(args)).version("0.13.0-beta.3" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
26
+ const commandLineOpts = await yargs(hideBin(args)).version("0.13.0-beta.4" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
27
27
  input: {
28
28
  alias: "i",
29
29
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.13.0-beta.3",
3
+ "version": "0.13.0-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,16 +33,16 @@
33
33
  "tiny-invariant": "^1.3.3",
34
34
  "ts-node": "^10.9.2",
35
35
  "yargs": "^17.7.2",
36
- "@osdk/api": "~2.5.0-beta.3"
36
+ "@osdk/api": "~2.5.0-beta.4"
37
37
  },
38
38
  "devDependencies": {
39
- "@osdk/foundry.ontologies": "2.27.0",
39
+ "@osdk/foundry.ontologies": "2.30.0",
40
40
  "@types/node": "^20.0.0",
41
41
  "@types/yargs": "^17.0.32",
42
42
  "typescript": "~5.5.4",
43
43
  "vitest": "^3.0.5",
44
- "@osdk/client.unstable": "~2.5.0-beta.3",
45
44
  "@osdk/monorepo.api-extractor": "~0.4.0-beta.1",
45
+ "@osdk/client.unstable": "~2.5.0-beta.4",
46
46
  "@osdk/monorepo.tsconfig": "~0.4.0-beta.1"
47
47
  },
48
48
  "publishConfig": {