@dintero/sri-to-dist 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/lib.js +1 -1
  2. package/package.json +7 -7
package/dist/lib.js CHANGED
@@ -113,7 +113,7 @@ const parseImportMap = (scriptOrLinkTag) => {
113
113
  }
114
114
  return importMapJson;
115
115
  }
116
- catch (error) {
116
+ catch (_error) {
117
117
  throw new Error(`Failed to parse import map for tag ${scriptOrLinkTag}`);
118
118
  }
119
119
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dintero/sri-to-dist",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "HTML tool for adding subresource integrity hashes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,16 +32,16 @@
32
32
  "author": "Sven Nicolai Viig <sven@dintero.com> (http://dintero.com)",
33
33
  "license": "MIT",
34
34
  "devDependencies": {
35
- "@biomejs/biome": "1.9.4",
36
- "@types/node": "22.15.19",
35
+ "@biomejs/biome": "2.2.4",
36
+ "@types/node": "24.4.0",
37
37
  "@types/temp": "0.9.4",
38
- "semantic-release": "24.2.4",
38
+ "semantic-release": "24.2.8",
39
39
  "temp": "0.9.4",
40
- "typescript": "5.8.3",
41
- "vitest": "3.1.3"
40
+ "typescript": "5.9.2",
41
+ "vitest": "3.2.4"
42
42
  },
43
43
  "dependencies": {
44
- "commander": "14.0.0"
44
+ "commander": "14.0.1"
45
45
  },
46
46
  "bugs": {
47
47
  "url": "https://github.com/Dintero/sri-to-dist/issues"