@spinajs/templates-pug 2.0.101 → 2.0.103
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.
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spinajs/templates-pug",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.103",
|
|
4
4
|
"description": "templates support for pug files eg. html file generation",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "npm run clean && npm run compile",
|
|
20
|
-
"compile": "tsc -b tsconfig.json",
|
|
20
|
+
"compile": "tsc -b tsconfig.mjs.json",
|
|
21
21
|
"compile:cjs": "tsc -b tsconfig.cjs.json",
|
|
22
22
|
"rimraf": "./node_modules/rimraf/bin.js",
|
|
23
23
|
"clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"@types/pug": "^2.0.6"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@spinajs/configuration": "^2.0.
|
|
59
|
-
"@spinajs/di": "^2.0.
|
|
60
|
-
"@spinajs/exceptions": "^2.0.
|
|
61
|
-
"@spinajs/intl": "^2.0.
|
|
62
|
-
"@spinajs/log": "^2.0.
|
|
63
|
-
"@spinajs/templates": "^2.0.
|
|
58
|
+
"@spinajs/configuration": "^2.0.103",
|
|
59
|
+
"@spinajs/di": "^2.0.103",
|
|
60
|
+
"@spinajs/exceptions": "^2.0.103",
|
|
61
|
+
"@spinajs/intl": "^2.0.103",
|
|
62
|
+
"@spinajs/log": "^2.0.103",
|
|
63
|
+
"@spinajs/templates": "^2.0.103",
|
|
64
64
|
"pug": "^3.0.2",
|
|
65
65
|
"tempfile": "4.0.0"
|
|
66
66
|
},
|