Skip to content

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorzg committed May 19, 2021
1 parent ef46b5e commit 63e8b0e
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "8.1.0-rc.2"
"version": "8.1.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/cli",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "Cli tools for Typeix",
"main": "bin/typeix.js",
"publishConfig": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"@angular-devkit/core": "^11.2.4",
"@angular-devkit/schematics": "^11.2.4",
"@angular-devkit/schematics-cli": "^0.1102.11",
"@typeix/di": "^8.1.0-rc.2",
"@typeix/schematics": "^8.1.0-rc.2",
"@typeix/utils": "^8.1.0-rc.2",
"@typeix/di": "^8.1.0",
"@typeix/schematics": "^8.1.0",
"@typeix/utils": "^8.1.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"cli-table3": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/di/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/di",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "Typescript dependency injection",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://typeix.com",
"dependencies": {
"@typeix/metadata": "^8.1.0-rc.2",
"@typeix/utils": "^8.1.0-rc.2"
"@typeix/metadata": "^8.1.0",
"@typeix/utils": "^8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/logger/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/logger",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "Pino Logger wrapper for typescript",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://typeix.com",
"dependencies": {
"@typeix/di": "^8.1.0-rc.2",
"@typeix/di": "^8.1.0",
"pino": "^6.11.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/metadata/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/metadata",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "@typeix metadata apis::::",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://typeix.com",
"dependencies": {
"@typeix/utils": "^8.1.0-rc.2",
"@typeix/utils": "^8.1.0",
"reflect-metadata": "^0.1.13"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/modules",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "missing modularity system for nodejs",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://typeix.com",
"dependencies": {
"@typeix/di": "^8.1.0-rc.2",
"@typeix/metadata": "^8.1.0-rc.2",
"@typeix/utils": "^8.1.0-rc.2"
"@typeix/di": "^8.1.0",
"@typeix/metadata": "^8.1.0",
"@typeix/utils": "^8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/resty-aws-lambda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/resty-aws-lambda/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/resty-aws-lambda",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "REST nodejs framework for typescript",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/aws-lambda": "^8.10.75"
},
"dependencies": {
"@typeix/resty": "^8.1.0-rc.2"
"@typeix/resty": "^8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/resty/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/resty/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/resty",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "Fast, unopinionated, minimalist framework for building efficient and scalable applications",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,12 +26,12 @@
},
"homepage": "https://typeix.com",
"dependencies": {
"@typeix/di": "^8.1.0-rc.2",
"@typeix/logger": "^8.1.0-rc.2",
"@typeix/metadata": "^8.1.0-rc.2",
"@typeix/modules": "^8.1.0-rc.2",
"@typeix/router": "^8.1.0-rc.2",
"@typeix/utils": "^8.1.0-rc.2"
"@typeix/di": "^8.1.0",
"@typeix/logger": "^8.1.0",
"@typeix/metadata": "^8.1.0",
"@typeix/modules": "^8.1.0",
"@typeix/router": "^8.1.0",
"@typeix/utils": "^8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/router",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "Node js router for typescript projects",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://typeix.com",
"dependencies": {
"@typeix/di": "^8.1.0-rc.2",
"@typeix/metadata": "^8.1.0-rc.2",
"@typeix/utils": "^8.1.0-rc.2"
"@typeix/di": "^8.1.0",
"@typeix/metadata": "^8.1.0",
"@typeix/utils": "^8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/schematics",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"files": [
"dist/**/*"
],
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-angular": "12.1.1",
"@typeix/resty": "^8.1.0-rc.2",
"@typeix/resty": "^8.1.0",
"@types/fs-extra": "9.0.11",
"@types/jest": "^26.0.23",
"cpx": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@typeix/utils",
"version": "8.1.0-rc.2",
"version": "8.1.0",
"description": "typeix helper functions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 63e8b0e

Please sign in to comment.