minijinja-js 2.9.0 → 2.10.0

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.
Binary file
@@ -5,7 +5,7 @@
5
5
  "Armin Ronacher <armin.ronacher@active-4.com>"
6
6
  ],
7
7
  "description": "a powerful template engine with minimal dependencies",
8
- "version": "2.9.0",
8
+ "version": "2.10.0",
9
9
  "license": "Apache-2.0",
10
10
  "files": [
11
11
  "minijinja_js_bg.wasm",
Binary file
@@ -4,7 +4,7 @@
4
4
  "Armin Ronacher <armin.ronacher@active-4.com>"
5
5
  ],
6
6
  "description": "a powerful template engine with minimal dependencies",
7
- "version": "2.9.0",
7
+ "version": "2.10.0",
8
8
  "license": "Apache-2.0",
9
9
  "files": [
10
10
  "minijinja_js_bg.wasm",
Binary file
@@ -5,7 +5,7 @@
5
5
  "Armin Ronacher <armin.ronacher@active-4.com>"
6
6
  ],
7
7
  "description": "a powerful template engine with minimal dependencies",
8
- "version": "2.9.0",
8
+ "version": "2.10.0",
9
9
  "license": "Apache-2.0",
10
10
  "files": [
11
11
  "minijinja_js_bg.wasm",
package/package.json CHANGED
@@ -38,5 +38,5 @@
38
38
  "test": "mocha tests"
39
39
  },
40
40
  "types": "dist/node/minijinja_js.d.ts",
41
- "version": "2.9.0"
41
+ "version": "2.10.0"
42
42
  }