api 7.0.0-beta.13 → 7.0.0-beta.14

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.
@@ -1,3 +1,3 @@
1
1
  export declare const PACKAGE_NAME = "api";
2
- export declare const PACKAGE_VERSION = "7.0.0-beta.13";
2
+ export declare const PACKAGE_VERSION = "7.0.0-beta.14";
3
3
  //# sourceMappingURL=packageInfo.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // This file is automatically updated by the build script.
2
2
  export const PACKAGE_NAME = 'api';
3
- export const PACKAGE_VERSION = '7.0.0-beta.13';
3
+ export const PACKAGE_VERSION = '7.0.0-beta.14';
4
4
  //# sourceMappingURL=packageInfo.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api",
3
- "version": "7.0.0-beta.13",
3
+ "version": "7.0.0-beta.14",
4
4
  "description": "Magical SDK generation from an OpenAPI definition 🪄",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,19 +47,19 @@
47
47
  "swagger"
48
48
  ],
49
49
  "dependencies": {
50
- "@readme/api-core": "^7.0.0-beta.13",
50
+ "@readme/api-core": "^7.0.0-beta.14",
51
51
  "chalk": "^5.3.0",
52
52
  "ci-info": "^4.0.0",
53
53
  "commander": "^13.0.0",
54
54
  "emphasize": "^7.0.0",
55
55
  "execa": "^8.0.1",
56
56
  "figures": "^6.0.1",
57
- "httpsnippet-client-api": "^7.0.0-beta.13",
57
+ "httpsnippet-client-api": "^7.0.0-beta.14",
58
58
  "js-yaml": "^4.1.0",
59
59
  "license": "^1.0.3",
60
60
  "lodash-es": "^4.17.21",
61
- "oas": "^26.0.1",
62
- "oas-normalize": "^13.1.0",
61
+ "oas": "^27.0.0",
62
+ "oas-normalize": "^14.0.0",
63
63
  "ora": "^8.0.1",
64
64
  "preferred-pm": "^4.0.0",
65
65
  "prompts": "^2.4.2",
@@ -71,8 +71,8 @@
71
71
  "validate-npm-package-name": "^6.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@api/test-utils": "^7.0.0-beta.13",
75
- "@readme/oas-examples": "^5.19.1",
74
+ "@api/test-utils": "^7.0.0-beta.14",
75
+ "@readme/oas-examples": "^6.0.0",
76
76
  "@types/js-yaml": "^4.0.9",
77
77
  "@types/lodash-es": "^4.17.12",
78
78
  "@types/prompts": "^2.4.9",
@@ -94,5 +94,5 @@
94
94
  "vitest": "^3.0.4"
95
95
  },
96
96
  "prettier": "@readme/eslint-config/prettier",
97
- "gitHead": "afbe56450aeafe12567534975f7e08d7fe9c48f7"
97
+ "gitHead": "ee90e89f5872c279ad9ee9e810afc37c17782109"
98
98
  }