@kosatyi/ejs 0.0.20 → 0.0.21

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.
@@ -0,0 +1,2 @@
1
+ (function(o){
2
+ })(window["ejs.precompiled"] = window["ejs.precompiled"] || {});
package/global.d.ts CHANGED
@@ -10,7 +10,7 @@ declare global {
10
10
  * @param name
11
11
  * @param callback
12
12
  */
13
- function block(name: string, callback);
13
+ function block(name: string, callback?);
14
14
 
15
15
  /**
16
16
  * set property in current scope
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kosatyi/ejs",
3
3
  "description": "EJS Templates",
4
4
  "homepage": "https://github.com/kosatyi/ejs",
5
- "version": "0.0.20",
5
+ "version": "0.0.21",
6
6
  "main": "dist/ejs.cjs",
7
7
  "module": "dist/ejs.mjs",
8
8
  "browser": "dist/ejs.js",