pro-gallery 4.1.64 → 4.1.65
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.
|
@@ -252,8 +252,8 @@
|
|
|
252
252
|
"affectsGlobalScope": true
|
|
253
253
|
},
|
|
254
254
|
"../../lib/dist/esm-types/common/constants/index.d.ts": {
|
|
255
|
-
"version": "
|
|
256
|
-
"signature": "
|
|
255
|
+
"version": "31a78d332c7ac069e5330bcdc5b818a44a945642f6cfa4f32ee9c051bdd373e5",
|
|
256
|
+
"signature": "31a78d332c7ac069e5330bcdc5b818a44a945642f6cfa4f32ee9c051bdd373e5",
|
|
257
257
|
"affectsGlobalScope": false
|
|
258
258
|
},
|
|
259
259
|
"../../lib/dist/esm-types/common/defaultOptions.d.ts": {
|
|
@@ -267,8 +267,8 @@
|
|
|
267
267
|
"affectsGlobalScope": false
|
|
268
268
|
},
|
|
269
269
|
"../../lib/dist/esm-types/common/v4DefaultOptions.d.ts": {
|
|
270
|
-
"version": "
|
|
271
|
-
"signature": "
|
|
270
|
+
"version": "3df6cebc10b8650efd37c879ff1e735803a1e5a4bcea1bec3a2135b024f55d1e",
|
|
271
|
+
"signature": "3df6cebc10b8650efd37c879ff1e735803a1e5a4bcea1bec3a2135b024f55d1e",
|
|
272
272
|
"affectsGlobalScope": false
|
|
273
273
|
},
|
|
274
274
|
"../../lib/dist/esm-types/common/coreOptions.d.ts": {
|
|
@@ -252,8 +252,8 @@
|
|
|
252
252
|
"affectsGlobalScope": true
|
|
253
253
|
},
|
|
254
254
|
"../../lib/dist/esm-types/common/constants/index.d.ts": {
|
|
255
|
-
"version": "
|
|
256
|
-
"signature": "
|
|
255
|
+
"version": "31a78d332c7ac069e5330bcdc5b818a44a945642f6cfa4f32ee9c051bdd373e5",
|
|
256
|
+
"signature": "31a78d332c7ac069e5330bcdc5b818a44a945642f6cfa4f32ee9c051bdd373e5",
|
|
257
257
|
"affectsGlobalScope": false
|
|
258
258
|
},
|
|
259
259
|
"../../lib/dist/esm-types/common/defaultOptions.d.ts": {
|
|
@@ -267,8 +267,8 @@
|
|
|
267
267
|
"affectsGlobalScope": false
|
|
268
268
|
},
|
|
269
269
|
"../../lib/dist/esm-types/common/v4DefaultOptions.d.ts": {
|
|
270
|
-
"version": "
|
|
271
|
-
"signature": "
|
|
270
|
+
"version": "3df6cebc10b8650efd37c879ff1e735803a1e5a4bcea1bec3a2135b024f55d1e",
|
|
271
|
+
"signature": "3df6cebc10b8650efd37c879ff1e735803a1e5a4bcea1bec3a2135b024f55d1e",
|
|
272
272
|
"affectsGlobalScope": false
|
|
273
273
|
},
|
|
274
274
|
"../../lib/dist/esm-types/common/coreOptions.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "pro-gallery",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.65",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"./src/components/styles/gallery.scss"
|
|
7
7
|
],
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@vimeo/player": "2.8.2",
|
|
40
40
|
"hls.js": "^1.1.5",
|
|
41
|
-
"pro-gallery-blueprints": "4.1.
|
|
42
|
-
"pro-gallery-lib": "4.1.
|
|
43
|
-
"pro-layouts": "4.1.
|
|
41
|
+
"pro-gallery-blueprints": "4.1.65",
|
|
42
|
+
"pro-gallery-lib": "4.1.65",
|
|
43
|
+
"pro-layouts": "4.1.65",
|
|
44
44
|
"react-player": "^2.6.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"<rootDir>/tests/drivers/mocks/jest-setup.js"
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "92a622c7ec9efb88c4083a00ecb7f464095851b5"
|
|
100
100
|
}
|