ozone-api-request
Advanced tools
Comparing version 5.2.0 to 5.2.1-alpha.0
@@ -1,1 +0,6 @@ | ||
export * from "./ozone-api-request"; | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./ozone-api-request")); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
@@ -74,3 +76,3 @@ * OzoneAPIRequest is a light wrapper over XMLHttpRequest to manager AJAX request to Ozone. | ||
*/ | ||
export class OzoneAPIRequest { | ||
class OzoneAPIRequest { | ||
constructor() { | ||
@@ -216,4 +218,5 @@ this._url = ''; | ||
} | ||
exports.OzoneAPIRequest = OzoneAPIRequest; | ||
OzoneAPIRequest.option = { | ||
cache: true | ||
}; |
{ | ||
"name": "ozone-api-request", | ||
"version": "5.2.0", | ||
"version": "5.2.1-alpha.0", | ||
"publishConfig": { | ||
@@ -23,5 +23,5 @@ "access": "public" | ||
"devDependencies": { | ||
"ozone-type": "^5.2.0" | ||
"ozone-type": "^5.2.1-alpha.0" | ||
}, | ||
"gitHead": "280daf34ecbb2fe4cdc911a4bf0d9f2c1b7bea23" | ||
"gitHead": "add550ef77b4ff5e528938c9ac750b159ce9636a" | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "es6", | ||
"module": "esnext", | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
@@ -6,0 +6,0 @@ "experimentalDecorators": true, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23065
606
2