@osdk/maker-experimental 0.38.0 → 0.39.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 +10 -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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @osdk/maker-experimental
|
|
2
2
|
|
|
3
|
+
## 0.39.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @osdk/api@2.47.0
|
|
8
|
+
- @osdk/client.unstable@2.47.0
|
|
9
|
+
- @osdk/generator-converters.ontologyir@2.47.0
|
|
10
|
+
- @osdk/maker@0.48.0
|
|
11
|
+
- @osdk/generator-converters.preview@0.29.0
|
|
12
|
+
|
|
3
13
|
## 0.38.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -33,7 +33,7 @@ const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
|
33
33
|
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
34
34
|
export default async function main(args = process.argv) {
|
|
35
35
|
consola.log("Generating BlockGeneratorResult for ontology...");
|
|
36
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.
|
|
36
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.39.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
37
37
|
input: {
|
|
38
38
|
alias: "i",
|
|
39
39
|
describe: "Input file",
|
package/build/cjs/index.cjs
CHANGED
|
@@ -5469,7 +5469,7 @@ var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
|
5469
5469
|
var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
5470
5470
|
async function main(args = process.argv) {
|
|
5471
5471
|
consola.consola.log("Generating BlockGeneratorResult for ontology...");
|
|
5472
|
-
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.
|
|
5472
|
+
const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.39.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
|
|
5473
5473
|
input: {
|
|
5474
5474
|
alias: "i",
|
|
5475
5475
|
describe: "Input file",
|
package/build/esm/cli/main.js
CHANGED
|
@@ -33,7 +33,7 @@ const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/u;
|
|
|
33
33
|
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/u;
|
|
34
34
|
export default async function main(args = process.argv) {
|
|
35
35
|
consola.log("Generating BlockGeneratorResult for ontology...");
|
|
36
|
-
const commandLineOpts = await yargs(hideBin(args)).version("0.
|
|
36
|
+
const commandLineOpts = await yargs(hideBin(args)).version("0.39.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
|
|
37
37
|
input: {
|
|
38
38
|
alias: "i",
|
|
39
39
|
describe: "Input file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/maker-experimental",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"jiti": "^2.5.1",
|
|
33
33
|
"tiny-invariant": "^1.3.3",
|
|
34
34
|
"yargs": "^17.7.2",
|
|
35
|
-
"@osdk/api": "~2.
|
|
36
|
-
"@osdk/
|
|
37
|
-
"@osdk/
|
|
38
|
-
"@osdk/generator-converters.preview": "~0.
|
|
39
|
-
"@osdk/
|
|
35
|
+
"@osdk/api": "~2.47.0",
|
|
36
|
+
"@osdk/client.unstable": "~2.47.0",
|
|
37
|
+
"@osdk/generator-converters.ontologyir": "~2.47.0",
|
|
38
|
+
"@osdk/generator-converters.preview": "~0.29.0",
|
|
39
|
+
"@osdk/maker": "~0.48.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^20.19.13",
|