@ovh-api/ssl-gateway
Advanced tools
Comparing version 3.1.25 to 4.0.0
12
index.js
@@ -1,12 +0,8 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.proxySslGateway = void 0; | ||
const common_1 = require("@ovh-api/common"); | ||
import { buildOvhProxy } from '@ovh-api/common'; | ||
/** | ||
* END API /sslGateway Models | ||
*/ | ||
function proxySslGateway(ovhEngine) { | ||
return (0, common_1.buildOvhProxy)(ovhEngine, '/sslGateway'); | ||
export function proxySslGateway(ovhEngine) { | ||
return buildOvhProxy(ovhEngine, '/sslGateway'); | ||
} | ||
exports.proxySslGateway = proxySslGateway; | ||
exports.default = proxySslGateway; | ||
export default proxySslGateway; |
{ | ||
"name": "@ovh-api/ssl-gateway", | ||
"description": "Add typing to to ovh api ssl-gateway", | ||
"version": "3.1.25", | ||
"version": "4.0.0", | ||
"type": "module", | ||
"keywords": [ | ||
"ovh", | ||
"ovhCloud", | ||
"api", | ||
"typing", | ||
"typescript" | ||
], | ||
"exports": { | ||
".": { | ||
"require": "./cjs/index.js", | ||
"import": "./index.js", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"typings": "index.d.ts", | ||
"main": "./cjs/index.js", | ||
"license": "MIT", | ||
"author": "Uriel Chemouni <uchemouni@gmail.com>", | ||
"dependencies": { | ||
"@ovh-api/common": "^3.1.2" | ||
"@ovh-api/common": "4.0.0" | ||
}, | ||
@@ -20,18 +36,12 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "tsc", | ||
"build:watch": "tsc --watch", | ||
"build": "tsc --pretty --project . && tsc --pretty --project tsconfig-cjs.json", | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"index.ts", | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"gitHead": "aa731164a80e16ba21c4034c3d43bba8eaaa4651", | ||
"keywords": [ | ||
"ovh", | ||
"ovhCloud", | ||
"api", | ||
"typing", | ||
"typescript" | ||
] | ||
"gitHead": "fc86295d83ad9ce5ea062d0fab42c86c665ae1bd" | ||
} |
@@ -0,0 +0,0 @@ # OVHCloud API client for **ssl-gateway** region Europe |
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
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
31645
7
810
Yes
+ Added@ovh-api/common@4.0.0(transitive)
- Removed@ovh-api/common@3.1.2(transitive)
Updated@ovh-api/common@4.0.0