@osdk/maker 0.57.0 → 0.58.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 +9 -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.58.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
|
@@ -4946,7 +4946,7 @@ function wrapWithProxy(entity) {
|
|
|
4946
4946
|
var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
4947
4947
|
var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
4948
4948
|
async function main(args = process.argv) {
|
|
4949
|
-
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.
|
|
4949
|
+
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.58.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
|
|
4950
4950
|
input: {
|
|
4951
4951
|
alias: "i",
|
|
4952
4952
|
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.58.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.58.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/
|
|
39
|
-
"@osdk/
|
|
38
|
+
"@osdk/generator-converters.ontologyir": "~2.58.0",
|
|
39
|
+
"@osdk/api": "~2.58.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.58.0",
|
|
48
48
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
49
49
|
"@osdk/monorepo.tsconfig": "~0.7.0"
|
|
50
50
|
},
|