node-nlp-typescript
Advanced tools
Comparing version 0.1.29 to 0.1.30
@@ -1,2 +0,5 @@ | ||
export class Point { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Point = void 0; | ||
class Point { | ||
x = 0; | ||
@@ -10,1 +13,2 @@ y = 0; | ||
} | ||
exports.Point = Point; |
{ | ||
"name": "node-nlp-typescript", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"description": "nlp.js from axa-group in typescript 🚀. NLP library for building bots 🤖, with entity extraction, sentiment analysis, automatic language identification, and more. ", | ||
@@ -33,4 +33,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"node-nlp-typescript": "^0.1.20" | ||
"node-nlp-typescript": "^0.1.29" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"module": "CommonJS", | ||
"target": "ESNext", | ||
"moduleResolution": "node", | ||
"esModuleInterop": true, | ||
"noEmitOnError": false, | ||
@@ -5,0 +8,0 @@ "declaration": 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
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
3817
8
51
Updatednode-nlp-typescript@^0.1.29