From fc3ba5622c6b1c339ea61ba4d91ee53e64c014d4 Mon Sep 17 00:00:00 2001 From: alansemenov Date: Thu, 24 Oct 2024 09:07:50 +0200 Subject: [PATCH] Release prep --- package-lock.json | 7 ++++--- package.json | 2 +- types/README.md | 4 ++++ types/package.template.json | 3 ++- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f26831d..95e471b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7456,10 +7456,11 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" diff --git a/package.json b/package.json index 0eb1b3b..89ed8d5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bugs": { "url": "https://github.com/enonic/lib-static/issues" }, - "homepage": "https://github.com/enonic/lib-static#readme", + "homepage": "https://developer.enonic.com/docs/lib-static", "devDependencies": { "@enonic-types/core": "^7.14.2", "@enonic-types/global": "^7.14.4", diff --git a/types/README.md b/types/README.md index 6687e1d..3d55e19 100644 --- a/types/README.md +++ b/types/README.md @@ -27,3 +27,7 @@ import {requestHandler} from '/lib/enonic/static'; ``` All imports from /lib/enonic/static should now be typed. + +## Documentation + +[Static asset library](https://developer.enonic.com/docs/lib-static) diff --git a/types/package.template.json b/types/package.template.json index 1512ffb..0c31552 100644 --- a/types/package.template.json +++ b/types/package.template.json @@ -10,11 +10,12 @@ "files": [ "*" ], - "homepage": "https://github.com/enonic/lib-static#readme", + "homepage": "https://developer.enonic.com/docs/lib-static", "keywords": [ "enonic", "enonic-xp", "lib-static", + "assets", "static", "types", "typescript"