@contentful/node-apps-toolkit
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -0,1 +1,8 @@ | ||
## [3.4.2](https://github.com/contentful/node-apps-toolkit/compare/v3.4.1...v3.4.2) (2024-05-29) | ||
### Bug Fixes | ||
* re-add action for building and publishing docs [] ([#625](https://github.com/contentful/node-apps-toolkit/issues/625)) ([40b89e2](https://github.com/contentful/node-apps-toolkit/commit/40b89e21e549e07849856edee525c91557446631)) | ||
## [3.4.1](https://github.com/contentful/node-apps-toolkit/compare/v3.4.0...v3.4.1) (2024-05-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@contentful/node-apps-toolkit", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps", | ||
@@ -39,6 +39,6 @@ "main": "lib/index.js", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.12.4", | ||
"@types/node": "20.12.12", | ||
"@types/sinon": "17.0.3", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"@typescript-eslint/eslint-plugin": "7.10.0", | ||
"@typescript-eslint/parser": "7.10.0", | ||
"base64url": "3.0.1", | ||
@@ -50,8 +50,8 @@ "dotenv": "16.4.5", | ||
"husky": "9.0.11", | ||
"lint-staged": "15.2.2", | ||
"lint-staged": "15.2.4", | ||
"mocha": "10.4.0", | ||
"prettier": "3.2.5", | ||
"semantic-release": "23.0.7", | ||
"serve": "14.2.1", | ||
"sinon": "17.0.1", | ||
"semantic-release": "23.1.1", | ||
"serve": "14.2.3", | ||
"sinon": "18.0.0", | ||
"ts-node": "10.9.2", | ||
@@ -58,0 +58,0 @@ "typedoc": "0.25.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61375
51