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
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-docx-suite",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Monorepo for Safe DOCX packages",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-test-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/allure-test-factory",
"version": "0.7.0",
"version": "0.7.1",
"description": "Shared Allure test helpers for vitest — BDD context, OpenSpec auto-inference, Prism.js highlighting",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docx-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/docx-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "OOXML (.docx) core library: primitives, comparison, and track changes",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/docx-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/docx-mcp",
"version": "0.7.0",
"version": "0.7.1",
"description": "Safe Docx MCP server (TypeScript)",
"type": "module",
"main": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"lint": "tsc -b --pretty false"
},
"dependencies": {
"@usejunior/docx-core": "^0.7.0",
"@usejunior/docx-core": "^0.7.1",
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^4.3.6"
},
Expand All @@ -53,7 +53,7 @@
"dist"
],
"peerDependencies": {
"@usejunior/google-docs-core": "^0.7.0"
"@usejunior/google-docs-core": "^0.7.1"
},
"peerDependenciesMeta": {
"@usejunior/google-docs-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-docs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/google-docs-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Google Docs core library: read, write, and anchor management via Google Docs API",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-docx-mcpb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "0.3",
"name": "safe-docx",
"display_name": "Safe Docx",
"version": "0.7.0",
"version": "0.7.1",
"description": "AI-native Word document editing with stable paragraph anchors and deterministic DOCX operations.",
"long_description": "Safe Docx lets Claude work directly with .docx files on your local filesystem. It provides stable paragraph IDs (jr_para_*) for precise editing while preserving formatting and structure.\n\nCore capabilities include reading/searching content, formatting-preserving edits and inserts, deterministic layout controls, tracked-changes output, comments, footnote tools, document comparison, and revision extraction.",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-docx-mcpb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/safedocx-mcpb",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Claude Desktop MCP Bundle (.mcpb) wrapper for @usejunior/safe-docx",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"lint": "tsc --noEmit"
},
"dependencies": {
"@usejunior/safe-docx": "^0.7.0"
"@usejunior/safe-docx": "^0.7.1"
},
"devDependencies": {
"@vitest/runner": "^3.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-docx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/safe-docx",
"version": "0.7.0",
"version": "0.7.1",
"description": "Canonical npm package for the Safe Docx MCP server and CLI",
"mcpName": "io.github.UseJunior/safe-docx",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"safedocx": "./bin/safe-docx.js"
},
"dependencies": {
"@usejunior/docx-mcp": "^0.7.0"
"@usejunior/docx-mcp": "^0.7.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-docx/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.UseJunior/safe-docx",
"title": "Safe Docx",
"description": "AI-native surgical editing of existing Word .docx files with formatting preservation",
"version": "0.7.0",
"version": "0.7.1",
"websiteUrl": "https://usejunior.com/developer-tools/safe-docx",
"icons": [
{
Expand All @@ -18,7 +18,7 @@
{
"registryType": "npm",
"identifier": "@usejunior/safe-docx",
"version": "0.7.0",
"version": "0.7.1",
"transport": {
"type": "stdio"
},
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usejunior/safe-docx-site",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"type": "module",
"description": "Safe DOCX marketing and trust site (Eleventy)",
Expand Down
Loading