algomath-extract 1.0.14 → 1.0.15

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/bin/install.js +1 -1
  2. package/package.json +3 -3
package/bin/install.js CHANGED
@@ -73,7 +73,7 @@ console.log(GREEN + `
73
73
  ██╔══██║██║ ██║ ██║██║ ██║██║╚██╔╝██║██╔══██║ ██║ ██╔══██║
74
74
  ██║ ██║███████╗╚██████╔╝╚██████╔╝██║ ╚═╝ ██║██║ ██║ ██║ ██║ ██║
75
75
  ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
76
- Framework Installer v1.0.14
76
+ Framework Installer v1.0.15
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.14",
3
+ "version": "1.0.15",
4
4
  "description": "AlgoMath Framework - Transform AI assistants into reliable mathematical problem-solving environments",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -42,8 +42,8 @@
42
42
  "dependencies": {
43
43
  "commander": "^11.0.0",
44
44
  "inquirer": "^9.2.0",
45
- "chalk": "^5.3.0",
46
- "ora": "^7.0.0"
45
+ "chalk": "^4.1.2",
46
+ "ora": "^5.4.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "eslint": "^8.0.0"