@tanem/react-nprogress 7.1.0 → 7.1.1
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 +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanem/react-nprogress",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"description": "A React primitive for building slim progress bars.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"exports": {
|
|
@@ -39,10 +39,8 @@
|
|
|
39
39
|
"src"
|
|
40
40
|
],
|
|
41
41
|
"scripts": {
|
|
42
|
-
"authors": "tanem-scripts authors > AUTHORS",
|
|
43
42
|
"build": "run-s clean bundle",
|
|
44
43
|
"bundle": "tsdown",
|
|
45
|
-
"changelog": "tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md",
|
|
46
44
|
"check:format": "prettier --list-different \"**/*.{cjs,cts,js,mjs,mts,ts,tsx}\"",
|
|
47
45
|
"check:types": "tsc --noEmit",
|
|
48
46
|
"clean": "run-p clean:*",
|
|
@@ -54,15 +52,13 @@
|
|
|
54
52
|
"package:publint": "publint",
|
|
55
53
|
"postbuild": "run-s package:*",
|
|
56
54
|
"prepare": "npm run build",
|
|
57
|
-
"release": "tanem-scripts release",
|
|
58
55
|
"size": "size-limit",
|
|
59
56
|
"test": "run-s check:* lint build size test:*",
|
|
60
57
|
"test:bundles": "jest --config ./scripts/jest/config.bundles.js",
|
|
61
58
|
"test:cjs": "jest --config ./scripts/jest/config.cjs.js",
|
|
62
59
|
"test:es": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.es.js",
|
|
63
60
|
"test:react": "node ./scripts/test-react.js",
|
|
64
|
-
"test:src": "jest --config ./scripts/jest/config.src.js"
|
|
65
|
-
"version": "run-s test changelog authors && git add ."
|
|
61
|
+
"test:src": "jest --config ./scripts/jest/config.src.js"
|
|
66
62
|
},
|
|
67
63
|
"repository": {
|
|
68
64
|
"type": "git",
|
|
@@ -122,7 +118,6 @@
|
|
|
122
118
|
"react-dom": "19.2.4",
|
|
123
119
|
"shx": "0.4.0",
|
|
124
120
|
"size-limit": "13.0.2",
|
|
125
|
-
"tanem-scripts": "8.0.4",
|
|
126
121
|
"ts-jest": "29.4.6",
|
|
127
122
|
"tsdown": "0.22.14",
|
|
128
123
|
"typescript": "5.9.3",
|