Skip to content

Commit b107a1a

Browse files
committed
Bump parser and CLI to v1.3.0
1 parent 6ef4c73 commit b107a1a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniscript-cli",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
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",
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"ajv": "^8.12.0",
41-
"omniscript-parser": "^1.2.0",
42-
"omniscript-converters": "^1.2.0"
41+
"omniscript-parser": "^1.3.0",
42+
"omniscript-converters": "^1.3.0"
4343
},
4444
"devDependencies": {
4545
"@types/node": "24.8.1",

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": "1.2.0",
3+
"version": "1.3.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniscript-parser",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
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",

0 commit comments

Comments
 (0)