@contentful/node-apps-toolkit
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,8 @@ | ||
## [3.0.1](https://github.com/contentful/node-apps-toolkit/compare/v3.0.0...v3.0.1) (2024-02-27) | ||
### Bug Fixes | ||
* use node 20.8.1 for semantic-release [] ([#544](https://github.com/contentful/node-apps-toolkit/issues/544)) ([02f2cf6](https://github.com/contentful/node-apps-toolkit/commit/02f2cf6ebc4af724e56372147ece3f39bcf1dafe)) | ||
# [3.0.0](https://github.com/contentful/node-apps-toolkit/compare/v2.8.2...v3.0.0) (2024-01-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@contentful/node-apps-toolkit", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps", | ||
@@ -37,22 +37,22 @@ "main": "lib/index.js", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/jsonwebtoken": "9.0.5", | ||
"@types/jsonwebtoken": "9.0.6", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.11.10", | ||
"@types/node": "20.11.20", | ||
"@types/sinon": "17.0.3", | ||
"@typescript-eslint/eslint-plugin": "6.19.1", | ||
"@typescript-eslint/parser": "6.19.1", | ||
"@typescript-eslint/eslint-plugin": "7.1.0", | ||
"@typescript-eslint/parser": "7.1.0", | ||
"base64url": "3.0.1", | ||
"dotenv": "16.3.1", | ||
"eslint": "8.56.0", | ||
"dotenv": "16.4.5", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "9.0.6", | ||
"lint-staged": "15.2.0", | ||
"mocha": "10.2.0", | ||
"prettier": "3.2.4", | ||
"semantic-release": "22.0.12", | ||
"husky": "9.0.11", | ||
"lint-staged": "15.2.2", | ||
"mocha": "10.3.0", | ||
"prettier": "3.2.5", | ||
"semantic-release": "23.0.2", | ||
"serve": "14.2.1", | ||
"sinon": "17.0.1", | ||
"ts-node": "10.9.2", | ||
"typedoc": "0.25.7", | ||
"typedoc": "0.25.9", | ||
"typescript": "5.3.3" | ||
@@ -59,0 +59,0 @@ }, |
52903