@better-fullstack/template-generator 1.1.5 → 1.1.6

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": "@better-fullstack/template-generator",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Virtual file system generator for Better-Fullstack templates - works in browsers and Node.js",
5
5
  "keywords": [
6
6
  "better-fullstack",
@@ -49,7 +49,7 @@
49
49
  "typecheck": "tsc --noEmit"
50
50
  },
51
51
  "dependencies": {
52
- "@better-fullstack/types": "^1.1.5",
52
+ "@better-fullstack/types": "^1.1.6",
53
53
  "handlebars": "^4.7.8",
54
54
  "memfs": "4.55.0",
55
55
  "pathe": "^2.0.3",