@dharmax/state-router 2.1.2 → 3.0.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.
@@ -46,4 +46,3 @@ export declare class StateManager {
46
46
  addState(name: string, pageName?: string, route?: RegExp | string, mode?: string | string[]): void;
47
47
  registerStateByState(state: ApplicationState): void;
48
48
  }
49
- export declare const stateManager: StateManager;
@@ -108,4 +108,3 @@ export class StateManager {
108
108
  });
109
109
  }
110
110
  }
111
- export const stateManager = new StateManager();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dharmax/state-router",
3
- "version": "2.1.2",
3
+ "version": "3.0.0",
4
4
  "description": "A cute and tight router and application state controller",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -139,4 +139,3 @@ export class StateManager {
139
139
  }
140
140
  }
141
141
 
142
- export const stateManager = new StateManager()