spice-js 2.6.42 → 2.6.44

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spice-js",
3
- "version": "2.6.42",
3
+ "version": "2.6.44",
4
4
  "description": "spice",
5
5
  "main": "build/index.js",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "socket.io-client": "^4.0.1",
40
40
  "sonover-date": "^1.0.1",
41
41
  "uuid": "^3.3.3",
42
- "winston": "^3.2.1"
42
+ "winston": "^3.14.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.8.4",
package/src/index.js CHANGED
@@ -33,7 +33,7 @@ export { default as MailDebug } from "./mail/providers/Debug";
33
33
  export { default as DebugStorage } from "./storage/providers/Debug";
34
34
  export { default as LocalStorage } from "./storage/providers/Local";
35
35
  export { default as Storage } from "./storage/Storage";
36
- export { default as AI } from "./artificial_intelligence/Ai";
36
+ export { default as AI } from "./nova/Ai";
37
37
 
38
38
  export { default as MailFile } from "./mail/providers/File";
39
39
  export { default as SpiceCache } from "./cache/providers/SpiceCache";
File without changes