Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Dec 26, 2018
1 parent f399b5f commit 62e5d9c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.11"
"version": "0.0.12"
}
2 changes: 1 addition & 1 deletion packages/emeralt-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/assets",
"version": "0.0.11",
"version": "0.0.12",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "CC-BY-4.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/emeralt-auth-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/auth-inmemory",
"version": "0.0.11",
"version": "0.0.12",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -9,7 +9,7 @@
"build": "node ../../cli/index build ."
},
"dependencies": {
"@emeralt/types": "^0.0.11",
"@emeralt/types": "^0.0.12",
"jsonwebtoken": "^8.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/emeralt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/cli",
"version": "0.0.11",
"version": "0.0.12",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -13,7 +13,7 @@
"start": "nodemon build/index.js"
},
"dependencies": {
"@emeralt/server": "^0.0.11",
"@emeralt/server": "^0.0.12",
"ts-node": "^7.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/emeralt-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/server",
"version": "0.0.11",
"version": "0.0.12",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -10,13 +10,13 @@
"build": "node ../../cli/index build ."
},
"devDependencies": {
"@emeralt/types": "^0.0.11",
"@emeralt/types": "^0.0.12",
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.0",
"deepmerge": "^3.0.0"
},
"dependencies": {
"@emeralt/auth-inmemory": "^0.0.11",
"@emeralt/auth-inmemory": "^0.0.12",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"morgan": "^1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/emeralt-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/types",
"version": "0.0.11",
"version": "0.0.12",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./build/index.js",
Expand Down

0 comments on commit 62e5d9c

Please sign in to comment.