@osdk/maker-experimental 0.30.0 → 0.31.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,20 @@
1
1
  # @osdk/maker-experimental
2
2
 
3
+ ## 0.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 397ce96: support interface action type constraint in maker experimental
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [397ce96]
12
+ - Updated dependencies [1796140]
13
+ - @osdk/client.unstable@2.39.0
14
+ - @osdk/maker@0.42.0
15
+ - @osdk/api@2.39.0
16
+ - @osdk/generator-converters.ontologyir@2.39.0
17
+
3
18
  ## 0.30.0
4
19
 
5
20
  ### Patch Changes
@@ -33,7 +33,7 @@ const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
33
33
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
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.30.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
36
+ const commandLineOpts = await yargs(hideBin(args)).version("0.31.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
37
37
  input: {
38
38
  alias: "i",
39
39
  describe: "Input file",
@@ -5446,7 +5446,7 @@ var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
5446
5446
  var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
5447
5447
  async function main(args = process.argv) {
5448
5448
  consola.consola.log("Generating BlockGeneratorResult for ontology...");
5449
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.30.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
5449
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.31.0").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
5450
5450
  input: {
5451
5451
  alias: "i",
5452
5452
  describe: "Input file",
@@ -33,7 +33,7 @@ const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
33
33
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
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.30.0" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
36
+ const commandLineOpts = await yargs(hideBin(args)).version("0.31.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.30.0",
3
+ "version": "0.31.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/generator-converters.ontologyir": "~2.38.0",
36
- "@osdk/api": "~2.38.0",
35
+ "@osdk/client.unstable": "~2.39.0",
36
+ "@osdk/generator-converters.ontologyir": "~2.39.0",
37
37
  "@osdk/generator-converters.preview": "~0.24.0",
38
- "@osdk/maker": "~0.41.0",
39
- "@osdk/client.unstable": "~2.38.0"
38
+ "@osdk/maker": "~0.42.0",
39
+ "@osdk/api": "~2.39.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^20.19.13",