orb-billing
Advanced tools
Comparing version 4.18.0 to 4.19.0
# Changelog | ||
## 4.19.0 (2024-09-18) | ||
Full Changelog: [v4.18.0...v4.19.0](https://github.com/orbcorp/orb-node/compare/v4.18.0...v4.19.0) | ||
### Features | ||
* **api:** OpenAPI spec update via Stainless API ([#327](https://github.com/orbcorp/orb-node/issues/327)) ([6e5c1dd](https://github.com/orbcorp/orb-node/commit/6e5c1ddaef8c2eb0804b54c478fe83a7a102e8c3)) | ||
### Documentation | ||
* update CONTRIBUTING.md ([#325](https://github.com/orbcorp/orb-node/issues/325)) ([89f1e3e](https://github.com/orbcorp/orb-node/commit/89f1e3eff8ba4f19558320648a288e9ed87b22dd)) | ||
## 4.18.0 (2024-09-18) | ||
@@ -4,0 +17,0 @@ |
@@ -31,3 +31,3 @@ "use strict"; | ||
const Uploads = __importStar(require("./uploads.js")); | ||
const qs = __importStar(require("qs")); | ||
const qs = __importStar(require("./internal/qs/index.js")); | ||
const Core = __importStar(require("./core.js")); | ||
@@ -34,0 +34,0 @@ const Pagination = __importStar(require("./pagination.js")); |
{ | ||
"name": "orb-billing", | ||
"version": "4.18.0", | ||
"version": "4.19.0", | ||
"description": "The official TypeScript library for the Orb API", | ||
@@ -27,3 +27,2 @@ "author": "Orb <team@withorb.com>", | ||
"@types/node-fetch": "^2.6.4", | ||
"@types/qs": "^6.9.15", | ||
"abort-controller": "^3.0.0", | ||
@@ -33,4 +32,3 @@ "agentkeepalive": "^4.2.1", | ||
"formdata-node": "^4.3.2", | ||
"node-fetch": "^2.6.7", | ||
"qs": "^6.10.3" | ||
"node-fetch": "^2.6.7" | ||
}, | ||
@@ -37,0 +35,0 @@ "sideEffects": [ |
@@ -6,3 +6,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
import { type Agent } from './_shims/index'; | ||
import * as qs from 'qs'; | ||
import * as qs from './internal/qs'; | ||
import * as Core from './core'; | ||
@@ -9,0 +9,0 @@ import * as Pagination from './pagination'; |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '4.18.0'; // x-release-please-version | ||
export const VERSION = '4.19.0'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "4.18.0"; | ||
export declare const VERSION = "4.19.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '4.18.0'; // x-release-please-version | ||
exports.VERSION = '4.19.0'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3261785
7
419
61109
1
- Removed@types/qs@^6.9.15
- Removedqs@^6.10.3
- Removed@types/qs@6.9.17(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddunder-proto@1.0.0(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.6(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.0.0(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedqs@6.13.1(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)