@osdk/maker 0.16.0-beta.1 → 0.16.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,15 @@
1
1
  # @osdk/maker
2
2
 
3
+ ## 0.16.0-beta.2
4
+
5
+ ### Minor Changes
6
+
7
+ - e462938: Support PSGs in OAC
8
+
9
+ ### Patch Changes
10
+
11
+ - @osdk/api@2.8.0-beta.2
12
+
3
13
  ## 0.15.0-beta.9
4
14
 
5
15
  ### Minor Changes
@@ -24,7 +24,7 @@ import { defineOntology } from "../api/defineOntology.js";
24
24
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
25
25
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
26
26
  export default async function main(args = process.argv) {
27
- const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.1" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
27
+ const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.2" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
28
28
  input: {
29
29
  alias: "i",
30
30
  describe: "Input file",
@@ -2531,7 +2531,7 @@ function addNamespaceIfNone(apiName) {
2531
2531
  var apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
2532
2532
  var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
2533
2533
  async function main(args = process.argv) {
2534
- const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.16.0-beta.1").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
2534
+ const commandLineOpts = await yargs__default.default(helpers.hideBin(args)).version("0.16.0-beta.2").wrap(Math.min(150, yargs__default.default().terminalWidth())).strict().help().options({
2535
2535
  input: {
2536
2536
  alias: "i",
2537
2537
  describe: "Input file",
@@ -24,7 +24,7 @@ import { defineOntology } from "../api/defineOntology.js";
24
24
  const apiNamespaceRegex = /^[a-z0-9-]+(\.[a-z0-9-]+)*\.$/;
25
25
  const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/;
26
26
  export default async function main(args = process.argv) {
27
- const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.1" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
27
+ const commandLineOpts = await yargs(hideBin(args)).version("0.16.0-beta.2" ?? "").wrap(Math.min(150, yargs().terminalWidth())).strict().help().options({
28
28
  input: {
29
29
  alias: "i",
30
30
  describe: "Input file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.16.0-beta.1",
3
+ "version": "0.16.0-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "tiny-invariant": "^1.3.3",
36
36
  "ts-node": "^10.9.2",
37
37
  "yargs": "^17.7.2",
38
- "@osdk/api": "~2.8.0-beta.1"
38
+ "@osdk/api": "~2.8.0-beta.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/mustache": "^4.2.6",
@@ -44,7 +44,7 @@
44
44
  "typescript": "~5.5.4",
45
45
  "vitest": "^3.2.4",
46
46
  "@osdk/monorepo.tsconfig": "~0.7.0-beta.1",
47
- "@osdk/client.unstable": "~2.8.0-beta.1",
47
+ "@osdk/client.unstable": "~2.8.0-beta.2",
48
48
  "@osdk/monorepo.api-extractor": "~0.7.0-beta.1"
49
49
  },
50
50
  "publishConfig": {