touchstudy-core 0.1.63 → 0.1.64

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.
@@ -0,0 +1,5 @@
1
+ export default function _default(): void;
2
+ export namespace options {
3
+ export const vus: number;
4
+ export const duration: string;
5
+ }
@@ -1 +1 @@
1
- export declare const pushTo: (history: any, data: any) => void;
1
+ export declare const pushTo: (history: any, data: any, isReplace?: boolean) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchstudy-core",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "Contains core components && functions for TouchStudy project",
5
5
  "author": "brss",
6
6
  "license": "MIT",