@osdk/maker 0.8.0-beta.7 → 0.8.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,11 @@
1
1
  # @osdk/maker
2
2
 
3
+ ## 0.8.0-beta.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/api@2.0.0-beta.12
8
+
3
9
  ## 0.8.0-beta.7
4
10
 
5
11
  ### Patch Changes
@@ -199,7 +199,7 @@ function isSimpleType(v) {
199
199
  // src/cli/main.ts
200
200
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
201
201
  async function main(args = process.argv) {
202
- const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.7").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
202
+ const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.8").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
203
203
  input: {
204
204
  alias: "i",
205
205
  describe: "Input file",
@@ -199,7 +199,7 @@ function isSimpleType(v) {
199
199
  // src/cli/main.ts
200
200
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
201
201
  async function main(args = process.argv) {
202
- const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.7").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
202
+ const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.8").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
203
203
  input: {
204
204
  alias: "i",
205
205
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.8.0-beta.7",
3
+ "version": "0.8.0-beta.8",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,13 +22,13 @@
22
22
  "tiny-invariant": "^1.3.3",
23
23
  "ts-node": "^10.9.2",
24
24
  "yargs": "^17.7.2",
25
- "@osdk/api": "~2.0.0-beta.11"
25
+ "@osdk/api": "~2.0.0-beta.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/yargs": "^17.0.32",
29
29
  "typescript": "^5.5.4",
30
30
  "vitest": "^2.0.4",
31
- "@osdk/client.unstable": "~2.0.0-beta.11",
31
+ "@osdk/client.unstable": "~2.0.0-beta.12",
32
32
  "@osdk/internal.foundry.core": "~0.2.0-beta.7",
33
33
  "@osdk/monorepo.api-extractor": "~0.0.0",
34
34
  "@osdk/monorepo.tsconfig": "~0.0.0",