@veltdev/react 1.0.89 → 1.0.90

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.
@@ -15,6 +15,7 @@ export interface IVeltPresenceProps {
15
15
  */
16
16
  disableFlockNavigation?: boolean;
17
17
  defaultFlockNavigation?: boolean;
18
+ self?: boolean;
18
19
  onNavigate?: (pageInfo: {
19
20
  path: string;
20
21
  url: string;
@@ -1,2 +1,2 @@
1
- export declare const VELT_SDK_VERSION = "1.0.105";
1
+ export declare const VELT_SDK_VERSION = "1.0.106";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/index.d.ts CHANGED
@@ -203,6 +203,7 @@ interface IVeltPresenceProps {
203
203
  */
204
204
  disableFlockNavigation?: boolean;
205
205
  defaultFlockNavigation?: boolean;
206
+ self?: boolean;
206
207
  onNavigate?: (pageInfo: {
207
208
  path: string;
208
209
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",