Skip to content

Commit

Permalink
v0.4.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Dec 24, 2017
1 parent 1e26f0e commit 4a934e2
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.3.0"
"version": "0.4.0-alpha.0"
}
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/common",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "Common hooks, controller factories and services for FoalTS.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,17 +41,17 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.3.0"
"@foal/core": "^0.4.0-alpha.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"del": "^3.0.0"
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2"
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/core",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "A Node.js framework for building robust web apps.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"del": "^3.0.0"
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2"
}
}
14 changes: 7 additions & 7 deletions packages/ejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/ejs",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "Foal package to render ejs templates",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,20 +41,20 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.3.0",
"@foal/common": "^0.3.0"
"@foal/common": "^0.4.0-alpha.0",
"@foal/core": "^0.4.0-alpha.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.5.1",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"del": "^3.0.0",
"ejs": "^2.5.7",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"del": "^3.0.0"
"mocha": "^3.5.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2"
}
}
20 changes: 10 additions & 10 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "FoalTs examples",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"license": "MIT",
"dependencies": {
"@foal/common": "^0.3.0",
"@foal/core": "^0.3.0",
"@foal/ejs": "^0.3.0",
"@foal/express": "^0.3.0",
"@foal/sequelize": "^0.3.0",
"@foal/common": "^0.4.0-alpha.0",
"@foal/core": "^0.4.0-alpha.0",
"@foal/ejs": "^0.4.0-alpha.0",
"@foal/express": "^0.4.0-alpha.0",
"@foal/sequelize": "^0.4.0-alpha.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
Expand All @@ -48,12 +48,12 @@
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"mocha": "^4.0.1",
"nodemon": "^1.12.1",
"ts-node": "^3.3.0",
"typescript": "^2.5.3",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"del": "^3.0.0"
"typescript": "^2.5.3"
}
}
12 changes: 6 additions & 6 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/express",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "Foal util to connect a foal application to express",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.3.0"
"@foal/core": "^0.4.0-alpha.0"
},
"peerDependencies": {
"express": "4.x"
Expand All @@ -51,13 +51,13 @@
"@types/supertest": "^2.0.3",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"del": "^3.0.0",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"mocha": "^3.5.3",
"supertest": "^3.0.0",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"del": "^3.0.0"
"typescript": "^2.5.2"
}
}
14 changes: 7 additions & 7 deletions packages/sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/sequelize",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "Foal integration of sequelize (ORM)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,21 +40,21 @@
"dist/"
],
"dependencies": {
"@foal/common": "^0.3.0",
"@foal/core": "^0.3.0",
"@foal/common": "^0.4.0-alpha.0",
"@foal/core": "^0.4.0-alpha.0",
"sequelize": "^4.8.4"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"mocha": "^3.5.3",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"ts-node": "^3.3.0",
"typescript": "^2.5.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.9",
"del": "^3.0.0"
"typescript": "^2.5.2"
}
}

0 comments on commit 4a934e2

Please sign in to comment.