@ribpay/oxlin
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -66,4 +66,3 @@ import axios from 'axios'; | ||
// https://stackoverflow.com/a/62892482 | ||
const { pathname } = new URL("../swagger-oxlin-payments-api.yaml", import.meta.url); | ||
const definition = decodeURI(pathname); | ||
const definition = "https://ribpay.blob.core.windows.net/openapi/swagger-oxlin-payments-api.yaml"; | ||
// Perform `async` stuff here... | ||
@@ -70,0 +69,0 @@ const api = new OpenAPIClientAxios({ |
{ | ||
"name": "@ribpay/oxlin", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Guillaume FORTAINE <guillaume+github@fortaine.com>", | ||
@@ -11,4 +11,3 @@ "repository": "https://github.com/ribpay/oxlin-node", | ||
"files": [ | ||
"dist", | ||
"swagger-oxlin-payments-api.yaml" | ||
"dist" | ||
], | ||
@@ -20,2 +19,3 @@ "main": "./dist/index.js", | ||
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", | ||
"prebuild": "npm run clean", | ||
"build": "rollup -c", | ||
@@ -31,3 +31,2 @@ "prepublishOnly": "npm run build", | ||
"devDependencies": { | ||
"@ribpay/uuidv7": "0.1.0", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
@@ -34,0 +33,0 @@ "@tsconfig/node16": "^1.0.2", |
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
6
5029
2
73