Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
🐸 committed Nov 27, 2023
1 parent 36dc14d commit e3a4665
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.3.0"
"version": "0.3.1"
}
18 changes: 9 additions & 9 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 packages/tslua-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-common",
"version": "0.3.0",
"version": "0.3.1",
"description": "Common Utils Library",
"keywords": [
"lua",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-dcs-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-dcs-types",
"version": "0.3.0",
"version": "0.3.1",
"description": "Typescript type definitions for DCS",
"keywords": [
"lua",
Expand Down
8 changes: 4 additions & 4 deletions packages/tslua-http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-http-api",
"version": "0.3.0",
"version": "0.3.1",
"description": "LUA HTTP API Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
Expand Down Expand Up @@ -34,9 +34,9 @@
"exec": "npm run dev"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.3.0",
"@flying-dice/tslua-http": "^0.3.0",
"@flying-dice/tslua-rxi-json": "^0.3.0"
"@flying-dice/tslua-common": "^0.3.1",
"@flying-dice/tslua-http": "^0.3.1",
"@flying-dice/tslua-rxi-json": "^0.3.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/tslua-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-http",
"version": "0.3.0",
"version": "0.3.1",
"description": "LUA HTTP Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
Expand All @@ -23,7 +23,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.3.0"
"@flying-dice/tslua-common": "^0.3.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-rxi-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-rxi-json",
"version": "0.3.0",
"version": "0.3.1",
"description": "rxi-json library with typings",
"keywords": [
"lua",
Expand Down

0 comments on commit e3a4665

Please sign in to comment.