Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🐸 committed Nov 30, 2023
1 parent 33f6af7 commit 97459de
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions 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.9.0"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.10.0"
}
30 changes: 15 additions & 15 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-base64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-base64",
"version": "0.9.0",
"version": "0.10.0",
"description": "Base64 library with typings",
"keywords": [
"lua",
Expand Down
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.9.0",
"version": "0.10.0",
"description": "Common Utils Library",
"keywords": [
"lua",
Expand Down
10 changes: 5 additions & 5 deletions packages/tslua-dcs-testapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-dcs-testapp",
"version": "0.9.0",
"version": "0.10.0",
"description": "Test app for DCS World and tslua-http",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@flying-dice/tslua-base64": "^0.9.0",
"@flying-dice/tslua-dcs-types": "^0.9.0",
"@flying-dice/tslua-http": "^0.9.0",
"@flying-dice/tslua-http-api": "^0.9.0"
"@flying-dice/tslua-base64": "^0.10.0",
"@flying-dice/tslua-dcs-types": "^0.10.0",
"@flying-dice/tslua-http": "^0.10.0",
"@flying-dice/tslua-http-api": "^0.10.0"
},
"devDependencies": {
"@biomejs/biome": "^1.4.0",
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.9.0",
"version": "0.10.0",
"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.9.0",
"version": "0.10.0",
"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.9.0",
"@flying-dice/tslua-http": "^0.9.0",
"@flying-dice/tslua-rxi-json": "^0.9.0"
"@flying-dice/tslua-common": "^0.10.0",
"@flying-dice/tslua-http": "^0.10.0",
"@flying-dice/tslua-rxi-json": "^0.10.0"
},
"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.9.0",
"version": "0.10.0",
"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.9.0"
"@flying-dice/tslua-common": "^0.10.0"
},
"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.9.0",
"version": "0.10.0",
"description": "rxi-json library with typings",
"keywords": [
"lua",
Expand Down

0 comments on commit 97459de

Please sign in to comment.