Skip to content

Commit

Permalink
v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 5, 2020
1 parent 3afde02 commit cd9703f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.25"
"version": "0.0.26"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-client",
"version": "0.0.25",
"version": "0.0.26",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Kamille Team",
Expand All @@ -27,7 +27,7 @@
"ws": "^6.1.2"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.25",
"@marcj/glut-core": "^0.0.26",
"@marcj/marshal": "^2.1.1",
"@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.25",
"version": "0.0.26",
"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.25",
"version": "0.0.26",
"main": "src",
"module": "src",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"dependencies": {
"@marcj/estdlib": "^0.1.17",
"@marcj/estdlib-rxjs": "^0.1.17",
"@marcj/glut-client": "^0.0.25",
"@marcj/glut-core": "^0.0.25",
"@marcj/glut-server": "^0.0.25",
"@marcj/glut-client": "^0.0.26",
"@marcj/glut-core": "^0.0.26",
"@marcj/glut-server": "^0.0.26",
"@marcj/marshal": "^2.1.1",
"@marcj/marshal-mongo": "^2.1.1",
"@types/proper-lockfile": "^4.1.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.25",
"version": "0.0.26",
"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.25",
"@marcj/glut-core": "^0.0.25",
"@marcj/glut-server": "^0.0.25",
"@marcj/glut-client": "^0.0.26",
"@marcj/glut-core": "^0.0.26",
"@marcj/glut-server": "^0.0.26",
"@marcj/marshal": "^0.8.10",
"@marcj/marshal-mongo": "^0.8.10",
"core-js": "^2.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/glut-server",
"version": "0.0.25",
"version": "0.0.26",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -38,16 +38,16 @@
"ws": "^7.2.1"
},
"devDependencies": {
"@marcj/glut-core": "^0.0.25",
"@marcj/glut-core": "^0.0.26",
"@marcj/marshal": "^2.1.1",
"@marcj/marshal-mongo": "^2.1.1",
"@types/clone": "^0.1.30",
"@types/fs-extra": "^5.0.2",
"@types/mongodb": "^3.1.14",
"@types/node": "^12.12.6",
"@types/redis": "^2.8.8",
"@types/redlock": "^3.0.2",
"@types/ws": "^6.0.1",
"@types/node": "^12.12.6",
"awesome-typescript-loader": "^5.2.1",
"bson-ext": "^2.0.3",
"buffer": "^5.2.1",
Expand Down

0 comments on commit cd9703f

Please sign in to comment.