free-framework 4.6.7 → 4.6.8

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.
@@ -12,6 +12,7 @@ function generate(ast) {
12
12
  "const jwt = require('jsonwebtoken');\n" +
13
13
  "const fs = require('fs');\n" +
14
14
  "const path = require('path');\n" +
15
+ "const { minify } = require('html-minifier-terser');\n" +
15
16
  "// Enterprise Services (Global Inject)\n" +
16
17
  "let Validator, Storage;\n" +
17
18
  "try { Validator = require(path.join(process.cwd(), 'app/Services/Validator.js')); } catch(e) {}\n" +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-framework",
3
- "version": "4.6.7",
3
+ "version": "4.6.8",
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": {