@fairfox/polly 0.25.1 → 0.26.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairfox/polly",
3
- "version": "0.25.1",
3
+ "version": "0.26.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Multi-execution-context framework with reactive state and cross-context messaging for Chrome extensions, PWAs, and worker-based applications",
@@ -100,7 +100,11 @@
100
100
  },
101
101
  "./ui/styles.css": "./dist/src/polly-ui/styles.css",
102
102
  "./ui/theme.css": "./dist/src/polly-ui/theme.css",
103
- "./ui/components.css": "./dist/src/polly-ui/index.css"
103
+ "./ui/components.css": "./dist/src/polly-ui/index.css",
104
+ "./ui/markdown": {
105
+ "import": "./dist/src/polly-ui/markdown.js",
106
+ "types": "./dist/src/polly-ui/markdown.d.ts"
107
+ }
104
108
  },
105
109
  "files": [
106
110
  "dist",
@@ -142,8 +146,10 @@
142
146
  "@types/pngjs": "^6.0.5",
143
147
  "@types/serialize-javascript": "^5.0.4",
144
148
  "@types/ws": "^8.18.1",
149
+ "dompurify": "^3.2.4",
145
150
  "elysia": "^1.4.28",
146
151
  "fast-check": "^3.23.2",
152
+ "marked": "^18.0.0",
147
153
  "pixelmatch": "^7.1.0",
148
154
  "pngjs": "^7.0.0",
149
155
  "puppeteer": "^24.41.0",
@@ -173,7 +179,9 @@
173
179
  "ws": ">= 8.0.0",
174
180
  "tweetnacl": ">= 1.0.0",
175
181
  "werift": ">= 0.19.0",
176
- "@roamhq/wrtc": ">= 0.8.0"
182
+ "@roamhq/wrtc": ">= 0.8.0",
183
+ "marked": ">= 12.0.0",
184
+ "dompurify": ">= 3.0.0"
177
185
  },
178
186
  "peerDependenciesMeta": {
179
187
  "elysia": {
@@ -208,6 +216,12 @@
208
216
  },
209
217
  "@roamhq/wrtc": {
210
218
  "optional": true
219
+ },
220
+ "marked": {
221
+ "optional": true
222
+ },
223
+ "dompurify": {
224
+ "optional": true
211
225
  }
212
226
  },
213
227
  "keywords": [