@beyondwork/docx-react-component 1.0.130 → 1.0.131
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 +4 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beyondwork/docx-react-component",
|
|
3
3
|
"publisher": "beyondwork",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.131",
|
|
5
5
|
"description": "Embeddable React Word (docx) editor with review, comments, tracked changes, and round-trip OOXML fidelity.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": [
|
|
@@ -212,7 +212,10 @@
|
|
|
212
212
|
"build": "NODE_OPTIONS=--max-old-space-size=8192 tsup",
|
|
213
213
|
"ci:main-pr": "node scripts/ci-main-pr-local.mjs",
|
|
214
214
|
"ship:preview:audit": "node scripts/ship-preview.mjs --audit",
|
|
215
|
+
"ship:preview:materialize": "node scripts/ship-preview.mjs --materialize --commit",
|
|
216
|
+
"ship:preview:pr-body": "node scripts/ship-preview.mjs --pr-body",
|
|
215
217
|
"ship:preview:prune": "node scripts/ship-preview.mjs --prune",
|
|
218
|
+
"ship:preview:verify": "node scripts/ship-preview.mjs --verify",
|
|
216
219
|
"test": "bash scripts/run-workspace-tests.sh",
|
|
217
220
|
"test:repo": "node scripts/run-ci-repo-suite.mjs standard",
|
|
218
221
|
"test:repo:ship": "node scripts/ci-check-layout-engine-version.mjs && node scripts/ci-check-chrome-composition.mjs && node scripts/ci-check-headless-example-imports.mjs && node scripts/ci-check-chrome-smoke-isolation.mjs && node scripts/ci-check-no-legacy-presentation.mjs && node scripts/ci-check-layer-11-boundary.mjs && node scripts/run-repo-tests.mjs ship",
|