079project 8.0.0 → 9.1.0

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": "079project",
3
- "version": "8.0.0",
3
+ "version": "9.1.0",
4
4
  "description": "a matrix based ai that can performance well in little source of words,which use little resources.its startpoint initialize it and you can start it as the description in readme.md",
5
5
  "keywords": [
6
6
  "ai",
@@ -24,7 +24,8 @@
24
24
  "scripts": {
25
25
  "test": "echo \"Error: no test specified\" && exit 1",
26
26
  "start:ai": "node .\\main.cjs",
27
- "start:auth": "node .\\auth_frontend_server.cjs"
27
+ "start:auth": "node .\\auth_frontend_server.cjs",
28
+ "optimize": "node .\\optimization.cjs"
28
29
  },
29
30
  "dependencies": {
30
31
  "@redis/bloom": "^5.8.3",