@botmock-api/utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@botmock-api/utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "utilities for handling data from the Botmock API", | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"build": "babel --out-file bundle.js src/index.ts" | ||
}, | ||
"keywords": [ | ||
"botmock", | ||
"nodejs" | ||
"api", | ||
"typescript" | ||
], | ||
@@ -22,5 +24,6 @@ "jest": { | ||
"prettier": { | ||
"singleQuote": true, | ||
"singleQuote": false, | ||
"printWidth": 80 | ||
}, | ||
"bugs": "https://github.com/Botmock/utils/issues", | ||
"repository": { | ||
@@ -32,2 +35,5 @@ "type": "git", | ||
"devDependencies": { | ||
"@babel/cli": "7.4.4", | ||
"@babel/core": "7.4.5", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@types/jest": "24.0.15", | ||
@@ -34,0 +40,0 @@ "@types/node": "12.0.8", |
@@ -14,2 +14,3 @@ # utils | ||
`createIntentMap(messages: Message[], intents: Intent[]): IntentMap` | ||
Returns a map of message ids and any intents connected to them. |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
12061
10
96
16
0
10