@vctqs1/nav-progress-bar-react 0.0.2-5 → 0.1.0

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/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -73,7 +73,7 @@ That's it. The bar starts on every route departure and finishes automatically wh
73
73
 
74
74
  > 🎬 **Demo** — watch the bar in action with Next.js App Router:
75
75
 
76
- https://github.com/user-attachments/assets/d7537ef6-81a5-4c55-8884-900c9af06161
76
+ <video src="https://github.com/user-attachments/assets/4144ed95-8c25-4aa9-b804-905ac24805b4" controls width="100%"></video>
77
77
 
78
78
  ---
79
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vctqs1/nav-progress-bar-react",
3
- "version": "0.0.2-5",
3
+ "version": "0.1.0",
4
4
  "repository": "https://github.com/vctqs1/nav-progress-bar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,6 +21,7 @@
21
21
  ],
22
22
  "license": "MIT",
23
23
  "keywords": [
24
+ "toploader",
24
25
  "progress-bar",
25
26
  "navigation",
26
27
  "react",
@@ -36,7 +37,7 @@
36
37
  "access": "public"
37
38
  },
38
39
  "dependencies": {
39
- "@vctqs1/nav-progress-bar": "0.0.2-5"
40
+ "@vctqs1/nav-progress-bar": "0.1.0"
40
41
  },
41
42
  "nx": {
42
43
  "name": "@vctqs1/nav-progress-bar-react",