@minute-spa/vanilla-ui-router 0.0.2 → 0.0.3

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Vanilla UI Router
2
2
 
3
+ > **⚠️ DEPRECATED**: This package is deprecated. Please use the public MinSPA repository for the newest code: [https://github.com/devosm1030/minspa](https://github.com/devosm1030/minspa)
4
+
3
5
  A lightweight, client-side router for single-page applications (SPAs) that handles navigation, route registration, authentication, and lifecycle management. This is a standalone component of the minute-spa browser SPA application framework (work in progress).
4
6
 
5
7
  This module is a component of the Minute SPA framework (https://github.com/devosm1030/minute-spa), but is an standalone component that can be used independently of the framework.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minute-spa/vanilla-ui-router",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A simple vanilla client side SPA router.",
5
5
  "main": "index.js",
6
6
  "author": "Mike DeVos",