Skip to content

Commit 25be793

Browse files
alpha912claude
andcommitted
chore: publish packages to NPM v0.5.7-0.5.8
Package Updates: - omniscript-parser@0.5.7 published to NPM - omniscript-cli@0.5.8 published to NPM - Updated homepage URLs to point to https://omniscriptosf.github.io - Aligned all package versions (parser: 0.5.7, cli: 0.5.8) Configuration Changes: - Updated workspace dependencies to published versions - Configured publishConfig for public access - Verified TypeScript exports and types configuration All packages successfully built and published with proper: - Type definitions (.d.ts files) - Source maps for debugging - ESM/CJS dual exports - Peer dependencies properly configured 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0f31ae8 commit 25be793

File tree

4 files changed

+13
-38
lines changed

4 files changed

+13
-38
lines changed

cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniscript-cli",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "OmniScript Format (OSF) CLI tools - Command-line interface for parsing, validating, and converting OSF documents",
55
"main": "dist/osf.js",
66
"types": "dist/osf.d.ts",
@@ -26,7 +26,7 @@
2626
"bugs": {
2727
"url": "https://github.com/OmniScriptOSF/omniscript-core/issues"
2828
},
29-
"homepage": "https://github.com/OmniScriptOSF/omniscript-core/tree/main/cli#readme",
29+
"homepage": "https://omniscriptosf.github.io",
3030
"scripts": {
3131
"build": "pnpm exec tsc -p tsconfig.json",
3232
"clean": "pnpm exec rimraf dist",
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"ajv": "^8.12.0",
41-
"omniscript-parser": "^0.5.6",
42-
"omniscript-converters": "^0.5.6"
41+
"omniscript-parser": "^0.5.7",
42+
"omniscript-converters": "^0.5.7"
4343
},
4444
"devDependencies": {
4545
"@types/node": "^22.15.33",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniscript-core",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "OmniScript Format (OSF) - universal document DSL for LLMs, agentic AI, and Git-native workflows",
55
"private": true,
66
"type": "commonjs",

parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniscript-parser",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "OmniScript Format (OSF) parser and serializer - A universal document DSL for LLMs, Agentic AI, and Git-native workflows",
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/parser#readme",
31+
"homepage": "https://omniscriptosf.github.io",
3232
"scripts": {
3333
"build": "pnpm exec tsc -p tsconfig.json",
3434
"clean": "pnpm exec rimraf dist",

pnpm-lock.yaml

Lines changed: 6 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)