@dogsbay/minja 0.2.0-beta.51 → 0.2.0-beta.52

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/bin/minja.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * minja v0.2.0-beta.51
3
+ * minja v0.2.0-beta.52
4
4
  * Minimal, secure Jinja2/Nunjucks subset for documentation preprocessing
5
5
  * @license MIT
6
6
  */
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * minja v0.2.0-beta.51
2
+ * minja v0.2.0-beta.52
3
3
  * Minimal, secure Jinja2/Nunjucks subset for documentation preprocessing
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * minja v0.2.0-beta.51
2
+ * minja v0.2.0-beta.52
3
3
  * Minimal, secure Jinja2/Nunjucks subset for documentation preprocessing
4
4
  * @license MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dogsbay/minja",
3
- "version": "0.2.0-beta.51",
3
+ "version": "0.2.0-beta.52",
4
4
  "description": "Minimal, secure Jinja2/Nunjucks subset for documentation preprocessing with zero code execution",
5
5
  "keywords": [
6
6
  "template",