Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Apr 4, 2019
1 parent 2a72f72 commit 8cf5800
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.6"
"version": "0.0.7"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-client",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Kamille Team",
Expand All @@ -25,7 +25,7 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.6",
"@marcj/glut-core": "^0.0.7",
"@marcj/marshal": "^0.8.4",
"@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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"main": "src",
"module": "src",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"dependencies": {
"@marcj/estdlib": "^0.1.8",
"@marcj/estdlib-rxjs": "^0.1.8",
"@marcj/glut-client": "^0.0.6",
"@marcj/glut-core": "^0.0.6",
"@marcj/glut-server": "^0.0.6",
"@marcj/glut-client": "^0.0.7",
"@marcj/glut-core": "^0.0.7",
"@marcj/glut-server": "^0.0.7",
"@marcj/marshal": "^0.8.4",
"@marcj/marshal-mongo": "^0.8.4",
"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.6",
"version": "0.0.7",
"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.6",
"@marcj/glut-core": "^0.0.6",
"@marcj/glut-server": "^0.0.6",
"@marcj/glut-client": "^0.0.7",
"@marcj/glut-core": "^0.0.7",
"@marcj/glut-server": "^0.0.7",
"@marcj/marshal": "^0.8.4",
"@marcj/marshal-mongo": "^0.8.4",
"core-js": "^2.5.4",
Expand Down
20 changes: 10 additions & 10 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-server",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -17,12 +17,12 @@
"peerDependencies": {
"@marcj/glut-core": "0.0.1",
"@marcj/marshal": "^0.8.4",
"@marcj/marshal-mongo": "^0.8.4",
"buffer": "^5.2.1",
"mongodb": "^3.1.10",
"reflect-metadata": "^0.1.12",
"rxjs": "6.3.3",
"typeorm": "0.2.14",
"mongodb": "^3.1.10",
"@marcj/marshal-mongo": "^0.8.4"
"typeorm": "0.2.14"
},
"dependencies": {
"@marcj/estdlib": "^0.1.8",
Expand All @@ -37,24 +37,24 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.6",
"@marcj/glut-core": "^0.0.7",
"@marcj/marshal": "^0.8.4",
"@marcj/marshal-mongo": "^0.8.4",
"@types/clone": "^0.1.30",
"@types/fs-extra": "^5.0.2",
"@types/mongodb": "^3.1.14",
"@types/redis": "^2.8.8",
"@types/ws": "^6.0.1",
"@types/redlock": "^3.0.2",
"@types/ws": "^6.0.1",
"awesome-typescript-loader": "^5.2.1",
"buffer": "^5.2.1",
"cache-loader": "^1.2.2",
"mongodb": "^3.1.10",
"reflect-metadata": "^0.1.12",
"rxjs": "6.3.3",
"mongodb": "^3.1.10",
"@marcj/marshal-mongo": "^0.8.4",
"typeorm": "0.2.14",
"source-map": "^0.7.3",
"source-map-support": "^0.5.9"
"source-map-support": "^0.5.9",
"typeorm": "0.2.14"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 8cf5800

Please sign in to comment.