Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @plumjs/core@0.2.0
 - @plumjs/jwt@0.2.0
 - @plumjs/mongoose@0.2.0
 - @plumjs/plumier@0.2.0
 - @plumjs/validator@0.2.0
  • Loading branch information
ktutnik committed Jan 18, 2019
1 parent 57ffedb commit 434c6e4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumjs/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Pleasant TypeScript Web Api Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumjs/jwt",
"version": "0.1.1",
"version": "0.2.0",
"description": "Plumier authorization module using JWT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumjs/core": "^0.1.0",
"@plumjs/core": "^0.2.0",
"koa-jwt": "^3.5.1",
"tslib": "^1.9.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumjs/mongoose",
"version": "0.1.1",
"version": "0.2.0",
"description": "TypeScript Mongoose with decorator based configuration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,15 +14,15 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumjs/core": "^0.1.0",
"@plumjs/validator": "^0.1.1",
"@plumjs/core": "^0.2.0",
"@plumjs/validator": "^0.2.0",
"@types/mongoose": "^5.3.8",
"chalk": "^2.4.2",
"tinspector": "^2.0.0-3",
"mongoose": "^5.4.5"
"mongoose": "^5.4.5",
"tinspector": "^2.0.0-3"
},
"devDependencies": {
"@plumjs/plumier": "^0.1.2",
"@plumjs/plumier": "^0.2.0",
"@types/supertest": "^2.0.7",
"supertest": "^3.4.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plumier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumjs/plumier",
"version": "0.1.2",
"version": "0.2.0",
"description": "Delightful NodeJS Web Api Framework powered by KoaJs and TypeScript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"license": "MIT",
"dependencies": {
"@koa/cors": "^2.2.3",
"@plumjs/core": "^0.1.0",
"@plumjs/jwt": "^0.1.1",
"@plumjs/validator": "^0.1.1",
"@plumjs/core": "^0.2.0",
"@plumjs/jwt": "^0.2.0",
"@plumjs/validator": "^0.2.0",
"@types/busboy": "^0.2.3",
"@types/glob": "^7.1.1",
"@types/koa": "^2.0.48",
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumjs/validator",
"version": "0.1.1",
"version": "0.2.0",
"description": "TypeScript object validator powered by Validator.JS",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumjs/core": "^0.1.0",
"@plumjs/core": "^0.2.0",
"@types/validator": "^10.9.0",
"tinspector": "^2.0.0-3",
"validator": "^10.11.0"
Expand Down

0 comments on commit 434c6e4

Please sign in to comment.