werkmap 0.2.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "werkmap",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Tiny, CSP-safe OOXML spreadsheet writer. Write-only, zero dependencies, byte-identical output.",
5
5
  "keywords": [
6
6
  "csp",
@@ -25,6 +25,7 @@
25
25
  },
26
26
  "scripts": {
27
27
  "check": "run-s fmt:check lint fallow size test test:browser",
28
+ "bench": "node --disallow-code-generation-from-strings --expose-gc bench/index.js",
28
29
  "commitlint": "commitlint",
29
30
  "fallow": "fallow",
30
31
  "fmt": "oxfmt",