theprogrammablemind 7.3.4-beta.1 → 7.3.4-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/client.js +1 -1
  2. package/package.json +34 -34
package/client.js CHANGED
@@ -1261,7 +1261,7 @@ const knowledgeModule = async ({
1261
1261
  config.server('http://localhost:3000', '6804954f-e56d-471f-bbb8-08e3c54d9321')
1262
1262
  }
1263
1263
  if (args.server) {
1264
- config.server(server)
1264
+ config.server(args.server)
1265
1265
  }
1266
1266
 
1267
1267
  if (args.debug) {
package/package.json CHANGED
@@ -1,26 +1,5 @@
1
1
  {
2
- "version": "7.3.4-beta.1",
3
- "scripts": {
4
- "to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO",
5
- "test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json",
6
- "to": "node node_modules/.bin/jest --runInBand -t NEO",
7
- "lint:fix": "eslint \"**/*.js\" --fix",
8
- "tod": "node inspect node_modules/.bin/jest --runInBand -t NEO",
9
- "test:watch": "npm run test -- --watch",
10
- "test": "jest --config ./jest.config.json",
11
- "lint": "eslint \"**/*.js\""
12
- },
13
- "license": "ISC",
14
- "devDependencies": {
15
- "eslint": "^7.31.0",
16
- "eslint-config-standard": "^16.0.3",
17
- "eslint-plugin-node": "^11.1.0",
18
- "eslint-plugin-import": "^2.23.4",
19
- "@typescript-eslint/eslint-plugin": "^4.28.4",
20
- "jest": "^26.6.3",
21
- "eslint-plugin-promise": "^5.1.0",
22
- "@typescript-eslint/parser": "^4.28.4"
23
- },
2
+ "author": "dev@thinktelligence.com",
24
3
  "keywords": [
25
4
  "NLP",
26
5
  "NLU",
@@ -30,23 +9,44 @@
30
9
  "natural language understanding",
31
10
  "chatbot"
32
11
  ],
12
+ "license": "ISC",
13
+ "name": "theprogrammablemind",
14
+ "version": "7.3.4-beta.3",
15
+ "main": "index.js",
16
+ "devDependencies": {
17
+ "@typescript-eslint/parser": "^4.28.4",
18
+ "eslint": "^7.31.0",
19
+ "eslint-plugin-node": "^11.1.0",
20
+ "eslint-config-standard": "^16.0.3",
21
+ "jest": "^26.6.3",
22
+ "@typescript-eslint/eslint-plugin": "^4.28.4",
23
+ "eslint-plugin-promise": "^5.1.0",
24
+ "eslint-plugin-import": "^2.23.4"
25
+ },
26
+ "scripts": {
27
+ "test:watch": "npm run test -- --watch",
28
+ "lint": "eslint \"**/*.js\"",
29
+ "lint:fix": "eslint \"**/*.js\" --fix",
30
+ "tod": "node inspect node_modules/.bin/jest --runInBand -t NEO",
31
+ "test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json",
32
+ "test": "jest --config ./jest.config.json",
33
+ "to": "node node_modules/.bin/jest --runInBand -t NEO",
34
+ "to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO"
35
+ },
33
36
  "dependencies": {
34
- "fs": "0.0.1-security",
35
- "scriptjs": "^2.5.9",
36
- "base-64": "^1.0.0",
37
- "lodash": "^4.17.20",
38
- "sort-json": "^2.0.0",
39
- "deep-equal": "^2.0.4",
37
+ "node-fetch": "^2.6.1",
40
38
  "underscore": "^1.13.1",
41
- "json-diff": "^1.0.3",
39
+ "readline": "^1.3.0",
42
40
  "uuid": "^8.3.2",
41
+ "deep-equal": "^2.0.4",
42
+ "scriptjs": "^2.5.9",
43
+ "lodash": "^4.17.20",
43
44
  "json-stable-stringify": "^1.0.1",
44
- "node-fetch": "^2.6.1",
45
- "readline": "^1.3.0"
45
+ "base-64": "^1.0.0",
46
+ "fs": "0.0.1-security",
47
+ "json-diff": "^1.0.3",
48
+ "sort-json": "^2.0.0"
46
49
  },
47
- "author": "dev@thinktelligence.com",
48
- "main": "index.js",
49
- "name": "theprogrammablemind",
50
50
  "files": [
51
51
  "client.js",
52
52
  "index.js",