algomath-extract 1.0.15 → 1.0.16
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/bin/install.js +1 -1
- package/package.json +2 -2
package/bin/install.js
CHANGED
|
@@ -73,7 +73,7 @@ console.log(GREEN + `
|
|
|
73
73
|
██╔══██║██║ ██║ ██║██║ ██║██║╚██╔╝██║██╔══██║ ██║ ██╔══██║
|
|
74
74
|
██║ ██║███████╗╚██████╔╝╚██████╔╝██║ ╚═╝ ██║██║ ██║ ██║ ██║ ██║
|
|
75
75
|
╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
|
|
76
|
-
Framework Installer v1.0.
|
|
76
|
+
Framework Installer v1.0.16
|
|
77
77
|
Mathematical Algorithm Extraction & Code
|
|
78
78
|
` + RESET + '\n');
|
|
79
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "algomath-extract",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "AlgoMath Framework - Transform AI assistants into reliable mathematical problem-solving environments",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"commander": "^11.0.0",
|
|
44
|
-
"inquirer": "^
|
|
44
|
+
"inquirer": "^8.2.6",
|
|
45
45
|
"chalk": "^4.1.2",
|
|
46
46
|
"ora": "^5.4.1"
|
|
47
47
|
},
|