Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and loopingz committed Jul 8, 2023
1 parent ab465f1 commit ffd2b1d
Show file tree
Hide file tree
Showing 32 changed files with 186 additions and 63 deletions.
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"packages/amqp": "3.0.5",
"packages/async": "3.0.5",
"packages/aws": "3.1.2",
"packages/core": "3.1.2",
"packages/amqp": "3.0.6",
"packages/async": "3.0.6",
"packages/aws": "3.1.3",
"packages/core": "3.2.0",
"packages/codmod": "3.0.0",
"packages/elasticsearch": "3.0.5",
"packages/gcp": "3.1.2",
"packages/google-auth": "3.0.5",
"packages/graphql": "3.1.2",
"packages/hawk": "3.0.5",
"packages/kubernetes": "3.0.5",
"packages/mongodb": "3.1.2",
"packages/postgres": "3.0.5",
"packages/profiler": "3.0.5",
"packages/profiler-aws-xray": "3.0.5",
"packages/shell": "3.1.2",
"packages/elasticsearch": "3.0.6",
"packages/gcp": "3.1.3",
"packages/google-auth": "3.0.6",
"packages/graphql": "3.1.3",
"packages/hawk": "3.0.6",
"packages/kubernetes": "3.0.6",
"packages/mongodb": "3.1.3",
"packages/postgres": "3.0.6",
"packages/profiler": "3.0.6",
"packages/profiler-aws-xray": "3.0.6",
"packages/shell": "3.1.3",
"packages/tsc-esm": "1.0.5",
"packages/websockets": "3.0.5",
"packages/websockets": "3.0.6",
"packages/workout": "3.0.2"
}
8 changes: 8 additions & 0 deletions packages/amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
* devDependencies
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.0.4](https://github.com/loopingz/webda.io/compare/amqp-v3.0.3...amqp-v3.0.4) (2023-06-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/amqp",
"version": "3.0.5",
"version": "3.0.6",
"description": "Implements AMQP on webda",
"keywords": [
"activemq",
Expand All @@ -19,7 +19,7 @@
"test": "c8 mocha --recursive --exit --timeout=100000 src/**/*.spec.ts src/*.spec.ts"
},
"dependencies": {
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"amqplib": "^0.10.0"
},
"files": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"@testdeck/mocha": "^0.3.3",
"@types/amqplib": "^0.10.0",
"@types/node": "14.6.0",
"@webda/shell": "^3.1.2",
"@webda/shell": "^3.1.3",
"sinon": "^15.2.0"
},
"nx": {
Expand Down
6 changes: 6 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @webda/core bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0

## [3.0.4](https://github.com/loopingz/webda.io/compare/async-v3.0.3...async-v3.0.4) (2023-06-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/async",
"version": "3.0.5",
"version": "3.0.6",
"description": "Async System",
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"package.json"
],
"dependencies": {
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"@webda/workout": "^3.0.2",
"axios": "^1.1.3",
"json-schema": "^0.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @webda/async bumped from ^3.0.4 to ^3.0.5
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/async bumped from ^3.0.5 to ^3.0.6
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.1.1](https://github.com/loopingz/webda.io/compare/aws-v3.1.0...aws-v3.1.1) (2023-06-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/aws",
"version": "3.1.2",
"version": "3.1.3",
"description": "Webda AWS Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@aws-sdk/client-sts": "^3.58.0",
"@aws-sdk/lib-dynamodb": "^3.58.0",
"@aws-sdk/s3-request-presigner": "^3.58.0",
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"@webda/workout": "^3.0.2",
"bluebird": "^3.7.2",
"cookie": "^0.5.0",
Expand Down Expand Up @@ -76,8 +76,8 @@
"@testdeck/mocha": "^0.3.2",
"@types/aws-lambda": "^8.10.97",
"@types/node": "14.6.0",
"@webda/async": "^3.0.5",
"@webda/shell": "^3.1.2",
"@webda/async": "^3.0.6",
"@webda/shell": "^3.1.3",
"aws-lambda": "^1.0.7",
"aws-sdk-client-mock": "^3.0.0",
"node-fetch": "^3.3.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.2.0](https://github.com/loopingz/webda.io/compare/core-v3.1.2...core-v3.2.0) (2023-07-07)


### Features

* add a Webda.UpdateContextRoute to be able to alter router decision ([22463f9](https://github.com/loopingz/webda.io/commit/22463f9b12a25cbee124184df0243d8ab7bf706d))
* add regexp validator utility classes ([b71f1ca](https://github.com/loopingz/webda.io/commit/b71f1ca37ac3602675de21341ac843833d6eaf63))


### Bug Fixes

* ignore any .folder in node_modules for pnpm and nx ([ebe7f81](https://github.com/loopingz/webda.io/commit/ebe7f81e19d27f5a8bed27e040a18c2925fe5e27))

## [3.1.2](https://github.com/loopingz/webda.io/compare/core-v3.1.1...core-v3.1.2) (2023-07-01)


Expand Down
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": "@webda/core",
"version": "3.1.2",
"version": "3.2.0",
"description": "Expose API with Lambda",
"keywords": [
"aws",
Expand Down
8 changes: 8 additions & 0 deletions packages/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* devDependencies
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.0.4](https://github.com/loopingz/webda.io/compare/elasticsearch-v3.0.3...elasticsearch-v3.0.4) (2023-06-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/elasticsearch",
"version": "3.0.5",
"version": "3.0.6",
"description": "Webda ElasticSearch implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/loopingz/webda.io#readme",
"dependencies": {
"@elastic/elasticsearch": "^8.1.0",
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"dateformat": "^5.0.3",
"yaml": "^2.0.0"
},
Expand All @@ -54,7 +54,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@webda/shell": "^3.1.2",
"@webda/shell": "^3.1.3",
"sinon": "^15.0.0"
},
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
* @webda/async bumped from ^3.0.4 to ^3.0.5
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/async bumped from ^3.0.5 to ^3.0.6
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.1.1](https://github.com/loopingz/webda.io/compare/gcp-v3.1.0...gcp-v3.1.1) (2023-06-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/gcp",
"version": "3.1.2",
"version": "3.1.3",
"description": "Webda GCP Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@google-cloud/firestore": "^6.0.0",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "~6.11.0",
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"mime-types": "^2.1.35"
},
"c8": {
Expand All @@ -57,8 +57,8 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@webda/async": "^3.0.5",
"@webda/shell": "^3.1.2",
"@webda/async": "^3.0.6",
"@webda/shell": "^3.1.3",
"sinon": "^15.0.0",
"uuid": "^9.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
* devDependencies
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.0.4](https://github.com/loopingz/webda.io/compare/google-auth-v3.0.3...google-auth-v3.0.4) (2023-06-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/google-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/google-auth",
"version": "3.0.5",
"version": "3.0.6",
"description": "Webda Google Authentication",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/loopingz/webda.io#readme",
"dependencies": {
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"google-auth-library": "^8.0.1"
},
"c8": {
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@webda/shell": "^3.1.2",
"@webda/shell": "^3.1.3",
"node-fetch": "^3.3.1",
"sinon": "^15.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
* devDependencies
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.1.1](https://github.com/loopingz/webda.io/compare/graphql-v3.1.0...graphql-v3.1.1) (2023-06-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/graphql",
"version": "3.1.2",
"version": "3.1.3",
"description": "GraphQL endpoint for your Webda Application",
"main": "lib/index.js",
"type": "module",
Expand All @@ -24,15 +24,15 @@
],
"dependencies": {
"@types/node": "^18.15.3",
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"graphql": "^16.6.0",
"graphql-http": "^1.16.0",
"json-schema": "^0.4.0"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/node": "^18.15.3",
"@webda/shell": "^3.1.2",
"@webda/shell": "^3.1.3",
"c8": "^8.0.0",
"glob": "^10.0.0",
"js-beautify": "^1.14.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/hawk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
* devDependencies
* @webda/shell bumped from ^3.1.1 to ^3.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.1.2 to ^3.2.0
* devDependencies
* @webda/shell bumped from ^3.1.2 to ^3.1.3

## [3.0.4](https://github.com/loopingz/webda.io/compare/hawk-v3.0.3...hawk-v3.0.4) (2023-06-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/hawk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/hawk",
"version": "3.0.5",
"version": "3.0.6",
"description": "Implements Hawk on webda",
"keywords": [
"hawk",
Expand All @@ -20,7 +20,7 @@
"test:debug": "mocha --recursive --exit --timeout=100000 src/**/*.spec.ts src/*.spec.ts"
},
"dependencies": {
"@webda/core": "^3.1.2",
"@webda/core": "^3.2.0",
"hawk": "^9.0.0",
"is-in-subnet": "^4.0.1",
"jsonwebtoken": "^9.0.0"
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/node": "14.6.0",
"@webda/shell": "^3.1.2"
"@webda/shell": "^3.1.3"
},
"type": "module",
"engines": {
Expand Down
Loading

0 comments on commit ffd2b1d

Please sign in to comment.