@vonage/redact
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -11,3 +11,3 @@ "use strict"; | ||
ProductType["VerifySDK"] = "VerifySDK"; | ||
})(ProductType = exports.ProductType || (exports.ProductType = {})); | ||
})(ProductType || (exports.ProductType = ProductType = {})); | ||
//# sourceMappingURL=product.js.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
Type["OUTBOUND"] = "Outbound"; | ||
})(Type = exports.Type || (exports.Type = {})); | ||
})(Type || (exports.Type = Type = {})); | ||
//# sourceMappingURL=type.js.map |
{ | ||
"name": "@vonage/redact", | ||
"version": "1.3.0", | ||
"description": "Delete data from the Vonage platform.", | ||
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme", | ||
"bugs": { | ||
"url": "https://github.com/Vonage/vonage-node-sdk/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Vonage/vonage-node-sdk.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Chuck MANCHUCK Reeves <chuck@manchuck.com>", | ||
"main": "dist/index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo", | ||
"compile": "npx tsc --build --verbose" | ||
}, | ||
"dependencies": { | ||
"@vonage/server-client": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@vonage/auth": "^1.3.0", | ||
"nock": "^13.3.0" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
} | ||
"name": "@vonage/redact", | ||
"version": "1.4.0", | ||
"description": "Delete data from the Vonage platform.", | ||
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme", | ||
"bugs": { | ||
"url": "https://github.com/Vonage/vonage-node-sdk/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Vonage/vonage-node-sdk.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Chuck MANCHUCK Reeves <chuck@manchuck.com>", | ||
"main": "dist/index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo", | ||
"compile": "npx tsc --build --verbose" | ||
}, | ||
"dependencies": { | ||
"@vonage/server-client": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@vonage/auth": "^1.4.0", | ||
"nock": "^13.3.1" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
} | ||
} |
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
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
14852
Updated@vonage/server-client@^1.5.0