@wix/metro-runtime
Advanced tools
Comparing version 1.1503.0 to 1.1504.0
{ | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/24d361606ed7f7e5c4edc3c18304ffc90fb3e488968411a542c26b57/metro-runtime.umd.js" | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/81681285b9c07dbbb8a2007c7e09f8495f85a2c2999e04c4cf808b5b/metro-runtime.umd.js" | ||
} |
{ | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/24d361606ed7f7e5c4edc3c18304ffc90fb3e488968411a542c26b57/metro-runtime.umd.min.js" | ||
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/81681285b9c07dbbb8a2007c7e09f8495f85a2c2999e04c4cf808b5b/metro-runtime.umd.min.js" | ||
} |
{ | ||
"name": "@wix/metro-runtime", | ||
"version": "1.1503.0", | ||
"version": "1.1504.0", | ||
"license": "UNLICENSED", | ||
@@ -43,3 +43,3 @@ "author": { | ||
"dependencies": { | ||
"@wix/motion-edm-autogen-p13n": "1.0.19", | ||
"@wix/motion-edm-autogen-p13n": "1.0.20", | ||
"@wix/motion-edm-autogen-transformations": "1.19.0", | ||
@@ -83,3 +83,3 @@ "@wix/motion-edm-autogen-transformations-core": "1.18.0", | ||
}, | ||
"falconPackageHash": "aae5238011a03d16d2a4a29b9a45474d67117f6c84b6ef5429056c72" | ||
"falconPackageHash": "8ff69922ded7554a22185440114d302c0d699f3e990eff3c29e7f890" | ||
} |
@@ -339,2 +339,5 @@ | ||
export namespace api { | ||
export interface ReferenceEntityField { | ||
path?: (string | null); | ||
} | ||
export interface CacheSettings { | ||
@@ -447,2 +450,3 @@ maxAgeSeconds?: (number | null); | ||
meAliasableField?: (string[] | null); | ||
search?: ($wrapper.wix.api.Search[] | null); | ||
} | ||
@@ -536,4 +540,9 @@ export interface BulkCreateMethodOptions { | ||
requiredFields?: ($wrapper.wix.api.Wql.RequiredFields[] | null); | ||
maturity?: ($wrapper.wix.api.Maturity | null); | ||
} | ||
} | ||
export interface Search { | ||
field?: (string[] | null); | ||
maturity?: ($wrapper.wix.api.Maturity | null); | ||
} | ||
export interface Hookable { | ||
@@ -929,2 +938,3 @@ } | ||
'.wix.api.referencedEntity'?: (string | null); | ||
'.wix.api.referencedEntityField'?: ($wrapper.wix.api.ReferenceEntityField | null); | ||
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.Deprecated | null); | ||
@@ -931,0 +941,0 @@ '.wix.api.translatable'?: ($wrapper.wix.api.Translatable | null); |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4259315
37992
+ Added@wix/motion-edm-autogen-p13n@1.0.20(transitive)
- Removed@wix/motion-edm-autogen-p13n@1.0.19(transitive)