@osdk/maker 0.8.0-beta.1 → 0.8.0-beta.2

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,14 @@
1
1
  # @osdk/maker
2
2
 
3
+ ## 0.8.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3affe49]
8
+ - Updated dependencies [5d6d5ab]
9
+ - @osdk/api@2.0.0-beta.6
10
+ - @osdk/gateway@2.5.0-beta.0
11
+
3
12
  ## 0.8.0-beta.1
4
13
 
5
14
  ### Minor Changes
@@ -180,7 +180,7 @@ function isSimpleType(v) {
180
180
  // src/cli/main.ts
181
181
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
182
182
  async function main(args = process.argv) {
183
- const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.1").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
183
+ const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.2").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
184
184
  input: {
185
185
  alias: "i",
186
186
  describe: "Input file",
@@ -180,7 +180,7 @@ function isSimpleType(v) {
180
180
  // src/cli/main.ts
181
181
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
182
182
  async function main(args = process.argv) {
183
- const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.1").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
183
+ const commandLineOpts = await yargs(hideBin(args)).version("0.8.0-beta.2").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
184
184
  input: {
185
185
  alias: "i",
186
186
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.8.0-beta.1",
3
+ "version": "0.8.0-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,14 +22,14 @@
22
22
  "tiny-invariant": "^1.3.3",
23
23
  "ts-node": "^10.9.2",
24
24
  "yargs": "^17.7.2",
25
- "@osdk/api": "~1.10.0-beta.1",
26
- "@osdk/gateway": "~2.4.0"
25
+ "@osdk/api": "~2.0.0-beta.6",
26
+ "@osdk/gateway": "~2.5.0-beta.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/yargs": "^17.0.32",
30
30
  "typescript": "^5.5.4",
31
31
  "vitest": "^2.0.4",
32
- "@osdk/client.unstable": "~0.1.0",
32
+ "@osdk/client.unstable": "~2.0.0-beta.6",
33
33
  "@osdk/monorepo.api-extractor": "~0.0.0",
34
34
  "@osdk/monorepo.tsconfig": "~0.0.0",
35
35
  "@osdk/monorepo.tsup": "~0.0.0"