Skip to content

Commit 57f4086

Browse files
committed
chore: publish omniscript-converters@0.5.7 to NPM
- Updated to version 0.5.7 - Updated homepage to https://omniscriptosf.github.io - Updated omniscript-parser dependency to ^0.5.7 - Successfully published to NPM registry
1 parent b12accd commit 57f4086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniscript-converters",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Format converters for OmniScript Format (OSF) - Convert OSF documents to DOCX, PPTX, XLSX, and PDF with enterprise-grade quality",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
2828
"bugs": {
2929
"url": "https://github.com/OmniScriptOSF/omniscript-core/issues"
3030
},
31-
"homepage": "https://github.com/OmniScriptOSF/omniscript-core/tree/main/omniscript-converters#readme",
31+
"homepage": "https://omniscriptosf.github.io",
3232
"scripts": {
3333
"build": "pnpm exec tsc",
3434
"dev": "pnpm exec tsc --watch",
@@ -39,7 +39,7 @@
3939
"prepublishOnly": "pnpm run build"
4040
},
4141
"dependencies": {
42-
"omniscript-parser": "^0.5.6",
42+
"omniscript-parser": "^0.5.7",
4343
"docx": "^8.5.0",
4444
"pptxgenjs": "^4.0.1",
4545
"exceljs": "^4.4.0",

0 commit comments

Comments
 (0)