free-framework 4.5.0 → 4.5.1

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/free.js +0 -7
  2. package/package.json +1 -1
package/bin/free.js CHANGED
@@ -161,11 +161,4 @@ program
161
161
  require("../cli/commands/bench")(options);
162
162
  });
163
163
 
164
- program
165
- .command("update")
166
- .description("Update Free Framework to the latest version")
167
- .action(() => {
168
- require("../cli/commands/update")();
169
- });
170
-
171
164
  program.parse(process.argv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-framework",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Professional Node.js engine for the .free language. Blazing-fast SSR, Islands Architecture, and built-in ORM.",
5
5
  "main": "index.js",
6
6
  "bin": {