@osdk/maker 0.47.0 → 0.48.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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -25,7 +25,7 @@ import { defineOntology } from "../api/defineOntology.js";
|
|
|
25
25
|
const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
26
26
|
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
27
27
|
export default async function main(args = process.argv) {
|
|
28
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.
|
|
28
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.48.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
29
29
|
input: {
|
|
30
30
|
alias: "i",
|
|
31
31
|
describe: "Input file",
|
package/build/cjs/index.cjs
CHANGED
|
@@ -4815,7 +4815,7 @@ function wrapWithProxy(entity) {
|
|
|
4815
4815
|
var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
4816
4816
|
var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
4817
4817
|
async function main(args = process.argv) {
|
|
4818
|
-
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.
|
|
4818
|
+
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.48.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
|
|
4819
4819
|
input: {
|
|
4820
4820
|
alias: "i",
|
|
4821
4821
|
describe: "Input file",
|
package/build/esm/cli/main.js
CHANGED
|
@@ -25,7 +25,7 @@ import { defineOntology } from "../api/defineOntology.js";
|
|
|
25
25
|
const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
26
26
|
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
27
27
|
export default async function main(args = process.argv) {
|
|
28
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.
|
|
28
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.48.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
29
29
|
input: {
|
|
30
30
|
alias: "i",
|
|
31
31
|
describe: "Input file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/maker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"tiny-invariant": "^1.3.3",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"yargs": "^17.7.2",
|
|
38
|
-
"@osdk/api": "~2.
|
|
39
|
-
"@osdk/generator-converters.ontologyir": "~2.
|
|
38
|
+
"@osdk/api": "~2.47.0",
|
|
39
|
+
"@osdk/generator-converters.ontologyir": "~2.47.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/mustache": "^4.2.6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/yargs": "^17.0.33",
|
|
45
45
|
"typescript": "~5.5.4",
|
|
46
46
|
"vitest": "^3.2.4",
|
|
47
|
-
"@osdk/client.unstable": "~2.
|
|
47
|
+
"@osdk/client.unstable": "~2.47.0",
|
|
48
48
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
49
49
|
"@osdk/monorepo.api-extractor": "~0.7.0"
|
|
50
50
|
},
|