Skip to content

Commit

Permalink
v7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Oct 17, 2024
1 parent 75e51e4 commit af49c0e
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.3",
"version": "7.0.4",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
96 changes: 48 additions & 48 deletions 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/create-gasket-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gasket-app",
"version": "7.0.3",
"version": "7.0.4",
"description": "starter pack for creating a gasket app",
"type": "module",
"bin": {
Expand Down Expand Up @@ -35,11 +35,11 @@
"dependencies": {
"@gasket/core": "^7.0.1",
"@gasket/plugin-command": "^7.0.1",
"@gasket/plugin-docs": "^7.0.1",
"@gasket/plugin-docs": "^7.0.4",
"@gasket/plugin-docusaurus": "^7.0.3",
"@gasket/plugin-git": "^7.0.1",
"@gasket/plugin-logger": "^7.0.1",
"@gasket/plugin-metadata": "^7.0.1",
"@gasket/plugin-logger": "^7.0.4",
"@gasket/plugin-metadata": "^7.0.4",
"@gasket/utils": "^7.0.1",
"commander": "^12.0.0",
"deepmerge": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-plugin-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-docs",
"version": "7.0.1",
"version": "7.0.4",
"description": "Centralize doc files from plugins and modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@gasket/core": "^7.0.1",
"@gasket/plugin-metadata": "^7.0.1",
"@gasket/plugin-metadata": "^7.0.4",
"@godaddy/dmd": "^1.0.4",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-express",
"version": "7.0.1",
"version": "7.0.4",
"description": "Adds express support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-fastify",
"version": "7.0.3",
"version": "7.0.4",
"description": "Adds fastify support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-happyfeet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-happyfeet",
"version": "7.0.1",
"version": "7.0.4",
"description": "A gasket plugin to enable happyfeet healthchecks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-https/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-https",
"version": "7.0.1",
"version": "7.0.4",
"description": "Create http/s servers with graceful termination",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/gasket-plugin-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-logger",
"version": "7.0.1",
"version": "7.0.4",
"description": "Gasket plugin for logging",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-logger",
"devDependencies": {
"@gasket/core": "^7.0.1",
"@gasket/plugin-https": "^7.0.1",
"@gasket/plugin-metadata": "^7.0.1",
"@gasket/plugin-https": "^7.0.4",
"@gasket/plugin-metadata": "^7.0.4",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-godaddy": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-metadata",
"version": "7.0.1",
"version": "7.0.4",
"description": "Adds metadata to gasket lifecycles",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-mocha",
"version": "7.0.1",
"version": "7.0.4",
"description": "Integrates mocha based testing in to your Gasket application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-nextjs",
"version": "7.0.1",
"version": "7.0.4",
"description": "Adds Next support to your application",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-nextjs",
"dependencies": {
"@gasket/plugin-webpack": "^7.0.1",
"@gasket/plugin-webpack": "^7.0.4",
"fastify": "^4.28.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-webpack",
"version": "7.0.1",
"version": "7.0.4",
"description": "Adds webpack support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit af49c0e

Please sign in to comment.