Skip to content

Commit

Permalink
v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Nov 19, 2019
1 parent 8712a41 commit c3c6315
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.18"
"version": "0.0.19"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-client",
"version": "0.0.18",
"version": "0.0.19",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Kamille Team",
Expand All @@ -26,7 +26,7 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.18",
"@marcj/glut-core": "^0.0.19",
"@marcj/marshal": "^0.9.0",
"@types/dot-prop": "^4.2.0",
"@types/ws": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-core",
"version": "0.0.18",
"version": "0.0.19",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Kamille Team",
Expand Down
8 changes: 4 additions & 4 deletions packages/integration/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-integration",
"version": "0.0.18",
"version": "0.0.19",
"main": "src",
"module": "src",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"dependencies": {
"@marcj/estdlib": "^0.1.10",
"@marcj/estdlib-rxjs": "^0.1.10",
"@marcj/glut-client": "^0.0.18",
"@marcj/glut-core": "^0.0.18",
"@marcj/glut-server": "^0.0.18",
"@marcj/glut-client": "^0.0.19",
"@marcj/glut-core": "^0.0.19",
"@marcj/glut-server": "^0.0.19",
"@marcj/marshal": "^0.9.0",
"@marcj/marshal-mongo": "^0.9.1",
"bluebird": "^3.5.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/sample-todomvc-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-sample-angular",
"version": "0.0.18",
"version": "0.0.19",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -21,9 +21,9 @@
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"@marcj/glut-client": "^0.0.18",
"@marcj/glut-core": "^0.0.18",
"@marcj/glut-server": "^0.0.18",
"@marcj/glut-client": "^0.0.19",
"@marcj/glut-core": "^0.0.19",
"@marcj/glut-server": "^0.0.19",
"@marcj/marshal": "^0.8.10",
"@marcj/marshal-mongo": "^0.8.10",
"core-js": "^2.5.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-server",
"version": "0.0.18",
"version": "0.0.19",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.18",
"@marcj/glut-core": "^0.0.19",
"@marcj/marshal": "^0.9.0",
"@marcj/marshal-mongo": "^0.9.1",
"@types/clone": "^0.1.30",
Expand All @@ -57,9 +57,9 @@
"reflect-metadata": "^0.1.12",
"rxjs": "~6.5.3",
"source-map": "^0.7.3",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v16.0.0",
"source-map-support": "^0.5.9",
"typeorm": "^0.2.18"
"typeorm": "^0.2.18",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v16.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit c3c6315

Please sign in to comment.