@osdk/maker 0.16.0-beta.7 → 0.16.0-beta.8

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,18 @@
1
1
  # @osdk/maker
2
2
 
3
+ ## 0.16.0-beta.8
4
+
5
+ ### Minor Changes
6
+
7
+ - 35f2f1a: Add Media inputs/outputs for Queries
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [35f2f1a]
12
+ - @osdk/api@2.8.0-beta.14
13
+ - @osdk/generator-converters.ontologyir@2.8.0-beta.14
14
+ - @osdk/typescript-sdk-docs@0.7.0-beta.2
15
+
3
16
  ## 0.16.0-beta.7
4
17
 
5
18
  ### Minor Changes
@@ -40,7 +40,7 @@ async function loadFunctionDiscoveryDeps() {
40
40
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
41
41
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
42
42
  export default async function main(args = process.argv) {
43
- const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.7" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
43
+ const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.8" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
44
44
  input: {
45
45
  alias: "i",
46
46
  describe: "Input file",
@@ -2671,7 +2671,7 @@ async function loadFunctionDiscoveryDeps() {
2671
2671
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
2672
2672
  var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
2673
2673
  async function main(args = process.argv) {
2674
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.16.0-beta.7").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
2674
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.16.0-beta.8").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
2675
2675
  input: {
2676
2676
  alias: "i",
2677
2677
  describe: "Input file",
@@ -40,7 +40,7 @@ async function loadFunctionDiscoveryDeps() {
40
40
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
41
41
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
42
42
  export default async function main(args = process.argv) {
43
- const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.7" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
43
+ const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.8" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
44
44
  input: {
45
45
  alias: "i",
46
46
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.16.0-beta.7",
3
+ "version": "0.16.0-beta.8",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,8 +36,8 @@
36
36
  "tiny-invariant": "^1.3.3",
37
37
  "ts-node": "^10.9.2",
38
38
  "yargs": "^17.7.2",
39
- "@osdk/api": "~2.8.0-beta.11",
40
- "@osdk/generator-converters.ontologyir": "~2.8.0-beta.11"
39
+ "@osdk/api": "~2.8.0-beta.14",
40
+ "@osdk/generator-converters.ontologyir": "~2.8.0-beta.14"
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.8.0-beta.11",
49
48
  "@osdk/monorepo.api-extractor": "~0.7.0-beta.1",
50
- "@osdk/monorepo.tsconfig": "~0.7.0-beta.1"
49
+ "@osdk/monorepo.tsconfig": "~0.7.0-beta.1",
50
+ "@osdk/client.unstable": "~2.8.0-beta.14"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"