@osdk/maker 0.70.0 → 0.71.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
2
2
 
3
+ ## 0.71.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/api@2.71.0
8
+ - @osdk/generator-converters.ontologyir@2.71.0
9
+
3
10
  ## 0.70.0
4
11
 
5
12
  ### Minor Changes
@@ -27,7 +27,7 @@ import { reconcileOntologySchemaLockfile } from "../lockfile/reconcileOntologySc
27
27
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
28
28
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
29
29
  export default async function main(args = process.argv) {
30
- const commandLineOpts = await yargs(hideBin(args)).version("0.70.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
30
+ const commandLineOpts = await yargs(hideBin(args)).version("0.71.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
31
31
  input: {
32
32
  alias: "i",
33
33
  describe: "Input file",
@@ -5941,7 +5941,7 @@ async function readIfExists(path5) {
5941
5941
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
5942
5942
  var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
5943
5943
  async function main(args = process.argv) {
5944
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.70.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
5944
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.71.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
5945
5945
  input: {
5946
5946
  alias: "i",
5947
5947
  describe: "Input file",
@@ -27,7 +27,7 @@ import { reconcileOntologySchemaLockfile } from "../lockfile/reconcileOntologySc
27
27
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
28
28
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
29
29
  export default async function main(args = process.argv) {
30
- const commandLineOpts = await yargs(hideBin(args)).version("0.70.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
30
+ const commandLineOpts = await yargs(hideBin(args)).version("0.71.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
31
31
  input: {
32
32
  alias: "i",
33
33
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.70.0",
3
+ "version": "0.71.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,8 +36,8 @@
36
36
  "ts-node": "^10.9.2",
37
37
  "yargs": "^17.7.2",
38
38
  "zod": "^3.25.76",
39
- "@osdk/generator-converters.ontologyir": "~2.70.0",
40
- "@osdk/api": "~2.70.0"
39
+ "@osdk/api": "~2.71.0",
40
+ "@osdk/generator-converters.ontologyir": "~2.71.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/mustache": "^4.2.6",
@@ -45,9 +45,9 @@
45
45
  "@types/yargs": "^17.0.33",
46
46
  "typescript": "~5.5.4",
47
47
  "vitest": "^3.2.4",
48
- "@osdk/client.unstable": "~2.70.0",
49
- "@osdk/monorepo.tsconfig": "~0.7.0",
50
- "@osdk/monorepo.api-extractor": "~0.7.0"
48
+ "@osdk/client.unstable": "~2.71.0",
49
+ "@osdk/monorepo.api-extractor": "~0.7.0",
50
+ "@osdk/monorepo.tsconfig": "~0.7.0"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"