From 6de3df7dc979865775195d3a0fe787ea134747d2 Mon Sep 17 00:00:00 2001 From: Johannes Meier Date: Fri, 20 Dec 2024 13:42:06 +0100 Subject: [PATCH] Update versions to v0.1.0 (#53) --- examples/lox/package.json | 4 ++-- examples/ox/package.json | 4 ++-- package-lock.json | 30 ++++++++++++++++++++++------- packages/typir-langium/package.json | 4 ++-- packages/typir/package.json | 2 +- 5 files changed, 30 insertions(+), 14 deletions(-) diff --git a/examples/lox/package.json b/examples/lox/package.json index f3a072d..533d4aa 100644 --- a/examples/lox/package.json +++ b/examples/lox/package.json @@ -1,7 +1,7 @@ { "name": "typir-example-lox", "displayName": "lox", - "version": "0.0.2", + "version": "0.1.0", "private": true, "description": "", "author": { @@ -30,7 +30,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, diff --git a/examples/ox/package.json b/examples/ox/package.json index c54a83f..d2e65b6 100644 --- a/examples/ox/package.json +++ b/examples/ox/package.json @@ -1,7 +1,7 @@ { "name": "typir-example-ox", "displayName": "ox", - "version": "0.0.2", + "version": "0.1.0", "private": true, "description": "", "author": { @@ -30,7 +30,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, diff --git a/package-lock.json b/package-lock.json index ff3ab7f..d75aa5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,12 +36,12 @@ }, "examples/lox": { "name": "typir-example-lox", - "version": "0.0.2", + "version": "0.1.0", "license": "MIT", "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, @@ -64,14 +64,30 @@ "node": ">=18" } }, + "examples/lox/node_modules/typir-langium/node_modules/langium": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/langium/-/langium-3.2.1.tgz", + "integrity": "sha512-Dnew3MLir8lzrSBFbtjBh/thxu0eU9EqBE58sbi6lBw/FHarYkbuZ8N9azMb0cWqkfCbV6J6EMnUOOhX4ZRxhA==", + "extraneous": true, + "dependencies": { + "chevrotain": "~11.0.3", + "chevrotain-allstar": "~0.3.0", + "vscode-languageserver": "~9.0.1", + "vscode-languageserver-textdocument": "~1.0.11", + "vscode-uri": "~3.0.8" + }, + "engines": { + "node": ">=16.0.0" + } + }, "examples/ox": { "name": "typir-example-ox", - "version": "0.0.2", + "version": "0.1.0", "license": "MIT", "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, @@ -4069,18 +4085,18 @@ } }, "packages/typir": { - "version": "0.0.2", + "version": "0.1.0", "license": "MIT", "engines": { "node": ">= 18.0.0" } }, "packages/typir-langium": { - "version": "0.0.2", + "version": "0.1.0", "license": "MIT", "dependencies": { "langium": "~3.3.0", - "typir": "~0.0.2" + "typir": "~0.1.0" }, "engines": { "node": ">= 18.0.0" diff --git a/packages/typir-langium/package.json b/packages/typir-langium/package.json index fbf68de..d772fe1 100644 --- a/packages/typir-langium/package.json +++ b/packages/typir-langium/package.json @@ -1,6 +1,6 @@ { "name": "typir-langium", - "version": "0.0.2", + "version": "0.1.0", "description": "Typir binding for Langium", "homepage": "https://typir.org", "author": { @@ -49,6 +49,6 @@ "bugs": "https://github.com/TypeFox/typir/issues", "dependencies": { "langium": "~3.3.0", - "typir": "~0.0.2" + "typir": "~0.1.0" } } diff --git a/packages/typir/package.json b/packages/typir/package.json index 83634bb..684799c 100644 --- a/packages/typir/package.json +++ b/packages/typir/package.json @@ -1,6 +1,6 @@ { "name": "typir", - "version": "0.0.2", + "version": "0.1.0", "description": "General purpose type checking library", "homepage": "https://typir.org", "author": {