Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeg committed Jan 24, 2022
1 parent 9495a6c commit 3b6b2c8
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 65 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": "4.0.0-alpha.22"
"version": "4.0.0"
}
2 changes: 1 addition & 1 deletion packages/babel-preset-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forrestjs/babel-preset-package",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com>",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forrestjs/babel-preset-universal",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com>",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forrestjs/eslint-config-universal",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"description": "ForrestJS ESLint config that we like, you are free to ditch this and use your own :-)",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@forrestjs/hooks",
"description": "ForrestJS library which helps to decouple your application into small and reusable modules.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"main": "src/index.js",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"bugs": {
Expand Down
28 changes: 14 additions & 14 deletions packages/kitchensink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@forrestjs/kitchensink",
"description": "ForrestJS demonstrational tool",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
Expand Down Expand Up @@ -51,19 +51,19 @@
"tdd:mock-axios-e2e": "jest -t mock-axios-e2e --runInBand --watchAll"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/service-apollo": "^4.0.0-alpha.22",
"@forrestjs/service-env": "^4.0.0-alpha.22",
"@forrestjs/service-fastify": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-cookie": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-cors": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-gql": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-healthz": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-static": "^4.0.0-alpha.22",
"@forrestjs/service-fetchq": "^4.0.0-alpha.22",
"@forrestjs/service-hash": "^4.0.0-alpha.22",
"@forrestjs/service-jwt": "^4.0.0-alpha.22",
"@forrestjs/service-logger": "^4.0.0-alpha.22"
"@forrestjs/hooks": "^4.0.0",
"@forrestjs/service-apollo": "^4.0.0",
"@forrestjs/service-env": "^4.0.0",
"@forrestjs/service-fastify": "^4.0.0",
"@forrestjs/service-fastify-cookie": "^4.0.0",
"@forrestjs/service-fastify-cors": "^4.0.0",
"@forrestjs/service-fastify-gql": "^4.0.0",
"@forrestjs/service-fastify-healthz": "^4.0.0",
"@forrestjs/service-fastify-static": "^4.0.0",
"@forrestjs/service-fetchq": "^4.0.0",
"@forrestjs/service-hash": "^4.0.0",
"@forrestjs/service-jwt": "^4.0.0",
"@forrestjs/service-logger": "^4.0.0"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-fastify#readme",
"keywords": [
Expand Down
32 changes: 16 additions & 16 deletions packages/package-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forrestjs/package-fastify",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"description": "ForrestJS Dependencies package for a Fastify app.",
"main": "index.js",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
Expand All @@ -23,21 +23,21 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/service-apollo": "^4.0.0-alpha.22",
"@forrestjs/service-env": "^4.0.0-alpha.22",
"@forrestjs/service-fastify": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-cookie": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-cors": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-gql": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-healthz": "^4.0.0-alpha.22",
"@forrestjs/service-fastify-static": "^4.0.0-alpha.22",
"@forrestjs/service-fetchq": "^4.0.0-alpha.22",
"@forrestjs/service-hash": "^4.0.0-alpha.22",
"@forrestjs/service-jwt": "^4.0.0-alpha.22",
"@forrestjs/service-logger": "^4.0.0-alpha.22",
"@forrestjs/service-postgres": "^4.0.0-alpha.22",
"@forrestjs/service-postgres-pubsub": "^4.0.0-alpha.22"
"@forrestjs/hooks": "^4.0.0",
"@forrestjs/service-apollo": "^4.0.0",
"@forrestjs/service-env": "^4.0.0",
"@forrestjs/service-fastify": "^4.0.0",
"@forrestjs/service-fastify-cookie": "^4.0.0",
"@forrestjs/service-fastify-cors": "^4.0.0",
"@forrestjs/service-fastify-gql": "^4.0.0",
"@forrestjs/service-fastify-healthz": "^4.0.0",
"@forrestjs/service-fastify-static": "^4.0.0",
"@forrestjs/service-fetchq": "^4.0.0",
"@forrestjs/service-hash": "^4.0.0",
"@forrestjs/service-jwt": "^4.0.0",
"@forrestjs/service-logger": "^4.0.0",
"@forrestjs/service-postgres": "^4.0.0",
"@forrestjs/service-postgres-pubsub": "^4.0.0"
},
"gitHead": "47b14bfbe30bd59e3526a55b7c71cd8fcc56a578"
}
4 changes: 2 additions & 2 deletions packages/service-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-apollo",
"description": "ForrestJS service which adds an Apollo GraphQL client to the App's context.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"apollo-boost": "^0.4.9",
"cross-fetch": "^3.1.5",
"graphql": "^16.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-env/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-env",
"description": "ForrestJS feature which helps importing environment variables from .env.* files.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index.js",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"node-env-file": "^0.1.8"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-env#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-fastify-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-fastify-cookie",
"description": "ForrestJS service which adds cookie management capabilities to a Fastify server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"fastify-cookie": "^5.5.0"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-fastify-cookie#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-fastify-cors/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-fastify-cors",
"description": "ForrestJS service which adds CORS management capabilities to a Fastify server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"fastify-cors": "6.0.2"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-fastify-cors#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-fastify-gql/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@forrestjs/service-fastify-gql",
"description": "ForrestJS service which adds GraphQL utilities to a Fastify server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@apollo/federation": "^0.33.9",
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"apollo-server-core": "3.6.2",
"apollo-server-fastify": "3.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/service-fastify-healthz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@forrestjs/service-fastify-healthz",
"description": "ForrestJS service which adds a healthcheck route to a Fastify server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/service-fastify-static/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-fastify-static",
"description": "ForrestJS service which adds static content serving to a Fastify server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"fastify-static": "^4.5.0"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-fastify-static#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-fastify",
"description": "ForrestJS service which helps setting up a Fastify server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"main": "src/index.js",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"axios": "^0.25.0",
"fastify": "^3.27.0",
"moxios": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-fetchq/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-fetchq",
"description": "ForrestJS service which helps setting up a Fetchq node.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"fetchq": "4.1.1"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-fetchq#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-hash",
"description": "ForrestJS service which helps hashing stuff with bcrypt.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"bcrypt-nodejs": "^0.0.3"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-hash#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-jwt",
"description": "ForrestJS service which helps handling jwt activities.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"jsonwebtoken": "^8.5.1"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-jwt#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@forrestjs/service-logger",
"description": "ForrestJS service which helps logging stuff in the server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"main": "src/index",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"winston": "^3.4.0"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-logger#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/service-postgres-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@forrestjs/service-postgres-pubsub",
"description": "ForrestJS service which helps turning a Postgres db into a pub/sub facility.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@fetchq/pg-pubsub": "^0.8.0",
"@forrestjs/hooks": "^4.0.0-alpha.22"
"@forrestjs/hooks": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@forrestjs/babel-preset-package": "^4.0.0-alpha.22"
"@forrestjs/babel-preset-package": "^4.0.0"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-postgres-pubsub#readme",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/service-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@forrestjs/service-postgres",
"description": "ForrestJS service which helps connecting to a Postgres server.",
"version": "4.0.0-alpha.22",
"version": "4.0.0",
"author": "Marco Pegoraro <marco.pegoraro@gmail.com",
"bugs": {
"url": "https://github.com/forrestjs/forrestjs/issues"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@forrestjs/hooks": "^4.0.0-alpha.22",
"@forrestjs/service-logger": "^4.0.0-alpha.22",
"@forrestjs/hooks": "^4.0.0",
"@forrestjs/service-logger": "^4.0.0",
"@marcopeg/utils": "^2.0.1",
"pg": "^8.7.1",
"sequelize": "^6.14.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@forrestjs/babel-preset-package": "^4.0.0-alpha.22"
"@forrestjs/babel-preset-package": "^4.0.0"
},
"homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/service-postgres#readme",
"keywords": [
Expand Down

0 comments on commit 3b6b2c8

Please sign in to comment.