@dintero/sri-to-dist 1.1.13 → 1.1.14
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.
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dintero/sri-to-dist",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "HTML tool for adding subresource integrity hashes",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"prepare": "
|
|
16
|
+
"prepare": "yarn -s run build",
|
|
17
17
|
"start": "node bin/sri-to-dist.js",
|
|
18
|
-
"test": "
|
|
19
|
-
"test:watch": "
|
|
18
|
+
"test": "node --import tsx --test",
|
|
19
|
+
"test:watch": "yarn -s test --watch",
|
|
20
20
|
"lint": "biome check .",
|
|
21
21
|
"format": "biome check --write",
|
|
22
22
|
"prepublishOnly": "yarn run build"
|
|
@@ -32,13 +32,12 @@
|
|
|
32
32
|
"author": "Sven Nicolai Viig <sven@dintero.com> (http://dintero.com)",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@biomejs/biome": "2.4.
|
|
36
|
-
"@types/node": "24.12.
|
|
37
|
-
"@types/temp": "0.9.4",
|
|
35
|
+
"@biomejs/biome": "2.4.13",
|
|
36
|
+
"@types/node": "24.12.2",
|
|
38
37
|
"semantic-release": "25.0.3",
|
|
39
38
|
"temp": "0.9.4",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
39
|
+
"tsx": "4.21.0",
|
|
40
|
+
"typescript": "6.0.3"
|
|
42
41
|
},
|
|
43
42
|
"dependencies": {
|
|
44
43
|
"commander": "14.0.3"
|