starti.app 2.0.83 → 2.0.84

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.
@@ -3,6 +3,7 @@ export declare class OptionsStack extends EventTarget {
3
3
  private STACK_MAX_SIZE;
4
4
  private defaultOptions;
5
5
  private optionsStack;
6
+ needsRerender(options: InitializeParams): boolean;
6
7
  setHead(options?: InitializeParams): void;
7
8
  push(options: InitializeParams): void;
8
9
  pop(): InitializeParams | undefined;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "starti.app",
3
3
  "author": "starti.app",
4
4
  "license": "MIT",
5
- "version": "2.0.83",
5
+ "version": "2.0.84",
6
6
  "description": "Use this package for easy communication with the starti.app API.",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",