@wix/metro-runtime
Advanced tools
Comparing version 1.1584.0 to 1.1585.0
{ | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/b79e65d69e7d49e1e491c83dba934b69bc5d3e89af02691b5b813054/metro-runtime.umd.js" | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/e91c3cae21211623172901da405abc22b546a3546b1efd90a50c4599/metro-runtime.umd.js" | ||
} |
{ | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/b79e65d69e7d49e1e491c83dba934b69bc5d3e89af02691b5b813054/metro-runtime.umd.min.js" | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/e91c3cae21211623172901da405abc22b546a3546b1efd90a50c4599/metro-runtime.umd.min.js" | ||
} |
{ | ||
"name": "@wix/metro-runtime", | ||
"version": "1.1584.0", | ||
"version": "1.1585.0", | ||
"license": "UNLICENSED", | ||
@@ -77,3 +77,3 @@ "author": { | ||
"@wix/metro-public-utils": "1.0.13", | ||
"@wix/motion-edm-autogen-p13n": "1.0.34", | ||
"@wix/motion-edm-autogen-p13n": "1.0.35", | ||
"@wix/motion-edm-autogen-transformations": "1.35.0", | ||
@@ -118,3 +118,3 @@ "@wix/motion-edm-autogen-transformations-core": "1.32.0", | ||
}, | ||
"falconPackageHash": "f803038bd883edbab1ac3142ea39d18b794216af605ace93ac759775" | ||
"falconPackageHash": "21e553dd219a6a1b744e91f67a8f81930f54f198f6b1d0894a51a86e" | ||
} |
@@ -318,2 +318,3 @@ | ||
whatsApp?: ($wrapper.wix.common.WhatsAppLink | null); | ||
tpaPage?: ($wrapper.wix.common.TpaPageLink | null); | ||
} | ||
@@ -327,2 +328,3 @@ export interface ExternalLink { | ||
target?: (string | null); | ||
rel?: ($wrapper.wix.common.LinkRel[] | null); | ||
} | ||
@@ -333,2 +335,3 @@ export interface AnchorLink { | ||
pageId?: (string | null); | ||
rel?: ($wrapper.wix.common.LinkRel[] | null); | ||
} | ||
@@ -339,2 +342,3 @@ export interface DynamicPageLink { | ||
anchorDataId?: (string | null); | ||
rel?: ($wrapper.wix.common.LinkRel[] | null); | ||
} | ||
@@ -360,2 +364,17 @@ export interface DocumentLink { | ||
} | ||
export interface TpaPageLink { | ||
itemTypeIdentifier?: (string | null); | ||
itemId?: (string | null); | ||
pageId?: (string | null); | ||
appDefinitionId?: (string | null); | ||
path?: (string | null); | ||
rel?: ($wrapper.wix.common.LinkRel[] | null); | ||
} | ||
export enum LinkRel { | ||
unknown_link_rel = "unknown_link_rel", | ||
nofollow = "nofollow", | ||
noopener = "noopener", | ||
noreferrer = "noreferrer", | ||
sponsored = "sponsored", | ||
} | ||
} | ||
@@ -362,0 +381,0 @@ export namespace api { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4402987
39404
+ Added@wix/motion-edm-autogen-p13n@1.0.35(transitive)
- Removed@wix/motion-edm-autogen-p13n@1.0.34(transitive)