@lowdefy/nunjucks 4.0.0-alpha.12 → 4.0.0-alpha.13
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/dist/index.js +1 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -64,8 +64,7 @@ export const nunjucksFunction = (templateString)=>{
|
|
|
64
64
|
};
|
|
65
65
|
} else {
|
|
66
66
|
// for non string types like booleans or objects
|
|
67
|
-
nunjucksTemplates[templateString] = ()=>templateString
|
|
68
|
-
;
|
|
67
|
+
nunjucksTemplates[templateString] = ()=>templateString;
|
|
69
68
|
}
|
|
70
69
|
return nunjucksTemplates[templateString];
|
|
71
70
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/nunjucks",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
4
|
-
"
|
|
3
|
+
"version": "4.0.0-alpha.13",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
7
7
|
"keywords": [
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"test": "jest --coverage"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@lowdefy/helpers": "4.0.0-alpha.
|
|
43
|
+
"@lowdefy/helpers": "4.0.0-alpha.13",
|
|
44
44
|
"moment": "2.29.3",
|
|
45
45
|
"nunjucks": "3.2.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@swc/cli": "0.1.
|
|
49
|
-
"@swc/core": "1.2.
|
|
50
|
-
"@swc/jest": "0.2.
|
|
51
|
-
"jest": "
|
|
48
|
+
"@swc/cli": "0.1.57",
|
|
49
|
+
"@swc/core": "1.2.194",
|
|
50
|
+
"@swc/jest": "0.2.21",
|
|
51
|
+
"jest": "28.1.0"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e99b4b6c1f59804982fc148c0fe39dcf13b35d77"
|
|
57
57
|
}
|