@podium/layout
Advanced tools
Comparing version 5.2.8 to 5.2.9
@@ -27,3 +27,3 @@ import { | ||
* @typedef {import('@podium/client').PodiumClientResource} PodiumClientResource | ||
* @typedef {import('@podium/client/lib/http-outgoing.js').PodiumClientResourceOptions} PodiumClientResourceOptions | ||
* @typedef {import('@podium/client').PodiumClientResourceOptions} PodiumClientResourceOptions | ||
* @typedef {import('@podium/client').PodiumClientResponse} PodiumClientResponse | ||
@@ -30,0 +30,0 @@ * @typedef {import('@podium/client').PodiumRedirect} PodiumRedirect |
{ | ||
"name": "@podium/layout", | ||
"version": "5.2.8", | ||
"version": "5.2.9", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", | ||
"types": "run-s types:tsc types:fixup types:test", | ||
"types:tsc": "tsc --declaration --emitDeclarationOnly", | ||
"types:tsc": "tsc", | ||
"types:test": "tsc --project tsconfig.test.json", | ||
@@ -58,24 +58,20 @@ "types:fixup": "node ./fixup.js" | ||
"@podium/test-utils": "2.5.2", | ||
"@podium/typescript-config": "1.0.0", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/commit-analyzer": "11.1.0", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "9.2.6", | ||
"@semantic-release/npm": "11.0.3", | ||
"@semantic-release/release-notes-generator": "12.1.0", | ||
"@types/node": "20.14.10", | ||
"@types/readable-stream": "4.0.15", | ||
"eslint": "9.6.0", | ||
"eslint": "9.11.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"express": "4.20.0", | ||
"globals": "15.8.0", | ||
"hbs": "4.2.0", | ||
"npm-run-all2": "5.0.2", | ||
"prettier": "3.1.0", | ||
"semantic-release": "22.0.12", | ||
"npm-run-all2": "6.2.3", | ||
"prettier": "3.3.3", | ||
"semantic-release": "24.1.1", | ||
"stoppable": "1.1.0", | ||
"supertest": "6.3.4", | ||
"tap": "18.8.0", | ||
"tap": "21.0.1", | ||
"typescript": "5.5.3" | ||
} | ||
} |
@@ -471,3 +471,3 @@ declare global { | ||
export type PodiumClientResource = import("@podium/client").PodiumClientResource; | ||
export type PodiumClientResourceOptions = any; | ||
export type PodiumClientResourceOptions = import("@podium/client").PodiumClientResourceOptions; | ||
export type PodiumClientResponse = import("@podium/client").PodiumClientResponse; | ||
@@ -474,0 +474,0 @@ export type PodiumRedirect = import("@podium/client").PodiumRedirect; |
Sorry, the diff of this file is too big to display
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
144961
19