mikser-io 10.0.0 → 10.0.1

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.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mikser-io",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "files": [
5
5
  "app.js",
6
6
  "index.js",
@@ -12,7 +12,7 @@
12
12
  "mikser-mark.svg",
13
13
  "mikser-lockup-stacked.svg"
14
14
  ],
15
- "description": "A mixer for content: entities in, configurable render pipelines, outputs of any kind. Static sites are the canonical recipe, not the definition the same engine renders PDFs, emails and whatever a renderer plugin produces. Files are the source of truth, every lifecycle phase is observable, and the build graph is queryable by an agent.",
15
+ "description": "A mixer for content: entities in, configurable render pipelines, outputs of any kind. Static sites are the canonical recipe, not the definition \u2014 the same engine renders PDFs, emails and whatever a renderer plugin produces. Files are the source of truth, every lifecycle phase is observable, and the build graph is queryable by an agent.",
16
16
  "main": "index.js",
17
17
  "exports": {
18
18
  ".": "./index.js",
@@ -96,5 +96,9 @@
96
96
  "bugs": {
97
97
  "url": "https://github.com/almero-digital-marketing/mikser-io/issues"
98
98
  },
99
- "homepage": "https://github.com/almero-digital-marketing/mikser-io#readme"
99
+ "homepage": "https://github.com/almero-digital-marketing/mikser-io#readme",
100
+ "allowScripts": {
101
+ "better-sqlite3": true,
102
+ "sharp": true
103
+ }
100
104
  }