Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-contracts",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Framework-neutral capability, error, and security contracts for AnyDoc",
"type": "module",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/convex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-convex",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Durable Convex ingestion adapter for AnyDoc",
"type": "module",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@baseblocks/anydoc-ingestion": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-ingestion": "workspace:0.1.0-alpha.15",
"@convex-dev/workpool": "^0.4.9"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ingestion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-ingestion",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Runtime-light AnyDoc ingestion for Node, queues, workers, and server actions",
"type": "module",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"sideEffects": false,
"engines": { "node": ">=20" },
"dependencies": {
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.15",
"@firecrawl/anydoc": "0.1.8"
},
"devDependencies": { "@types/node": "^24.10.1" },
Expand Down
12 changes: 6 additions & 6 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "One-install AnyDoc ingestion and universal format-native viewers",
"type": "module",
"license": "MIT",
Expand All @@ -24,12 +24,12 @@
"files": ["*.js", "*.d.ts", "README.md", "LICENSE", "NOTICE"],
"sideEffects": false,
"engines": { "node": ">=20" },
"dependencies": { "@baseblocks/anydoc-ingestion": "workspace:0.1.0-alpha.14" },
"dependencies": { "@baseblocks/anydoc-ingestion": "workspace:0.1.0-alpha.15" },
"optionalDependencies": {
"@baseblocks/anydoc-presentation-viewer": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-react-viewer": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-spreadsheet-engine": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-spreadsheet-viewer": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-presentation-viewer": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-react-viewer": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-spreadsheet-engine": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-spreadsheet-viewer": "workspace:0.1.0-alpha.15",
"@firecrawl/anydoc-wasm": "0.1.8"
},
"peerDependencies": { "react": ">=18" },
Expand Down
6 changes: 3 additions & 3 deletions packages/presentation-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-presentation-viewer",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Safe, lazy React viewer for PowerPoint presentations",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-viewer-ui": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-viewer-ui": "workspace:0.1.0-alpha.15",
"@aiden0z/pptx-renderer": "1.2.4"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-react-viewer",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Safe, lazy React viewers for PDF, DOCX, text, and Markdown documents",
"type": "module",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
},
"engines": { "node": ">=22.13.0" },
"peerDependencies": {
"@baseblocks/anydoc-presentation-viewer": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-spreadsheet-viewer": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-presentation-viewer": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-spreadsheet-viewer": "workspace:0.1.0-alpha.15",
"react": ">=18.2",
"react-dom": ">=18.2"
},
Expand All @@ -34,8 +34,8 @@
"@baseblocks/anydoc-spreadsheet-viewer": { "optional": true }
},
"dependencies": {
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-viewer-ui": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-viewer-ui": "workspace:0.1.0-alpha.15",
"@zip.js/zip.js": "2.8.31",
"@tanstack/react-virtual": "^3.13.12",
"docx-preview": "^0.3.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/spreadsheet-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-spreadsheet-engine",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Bounded OOXML spreadsheet model and read engine for AnyDoc",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.15",
"@zip.js/zip.js": "2.8.31",
"saxes": "5.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/spreadsheet-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-spreadsheet-viewer",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Worker-backed virtualized React spreadsheet viewer for AnyDoc",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -29,9 +29,9 @@
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-viewer-ui": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-spreadsheet-engine": "workspace:0.1.0-alpha.14",
"@baseblocks/anydoc-contracts": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-viewer-ui": "workspace:0.1.0-alpha.15",
"@baseblocks/anydoc-spreadsheet-engine": "workspace:0.1.0-alpha.15",
"echarts": "6.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseblocks/anydoc-viewer-ui",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.15",
"description": "Shared control model and UI primitives for AnyDoc viewers",
"type": "module",
"license": "MIT",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading