apigee-x-module
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -1,2 +0,2 @@ | ||
export * from "../lib/apigee.types"; | ||
export * from "../lib/apigee.service"; | ||
export * from "../lib/interfaces"; | ||
export * from "../lib/service"; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("../lib/apigee.types"), exports); | ||
__exportStar(require("../lib/apigee.service"), exports); | ||
__exportStar(require("../lib/interfaces"), exports); | ||
__exportStar(require("../lib/service"), exports); |
{ | ||
"name": "apigee-x-module", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Module for integrating with the Apigee X platform for TS/JS developer portal integrations.", | ||
@@ -21,3 +21,3 @@ "homepage": "https://github.com/tyayers/apigee-x-module", | ||
"build": "rm -rf dist/** && tsc", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts --timeout 5000", | ||
"deploy": "npm run build && npm publish" | ||
@@ -34,3 +34,3 @@ }, | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.9.6", | ||
"@types/node": "^16.11.32", | ||
"chai": "^4.3.4", | ||
@@ -41,2 +41,2 @@ "mocha": "^9.1.1", | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
65777
1354
1