@wix/fast-gallery 1.0.0 → 1.0.2
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.
- package/build/cjs/index.d.ts +9 -0
- package/build/cjs/index.js +11 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -0
- package/build/cjs/meta.js +11 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +9 -0
- package/build/es/index.mjs +7 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -0
- package/build/es/meta.mjs +7 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +9 -0
- package/build/internal/cjs/index.js +11 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -0
- package/build/internal/cjs/meta.js +11 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +9 -0
- package/build/internal/es/index.mjs +7 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -0
- package/build/internal/es/meta.mjs +7 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +6 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import * as auto_sdk_fastGallery_app from '@wix/auto_sdk_fast-gallery_app';
|
|
2
2
|
export { auto_sdk_fastGallery_app as app };
|
|
3
|
+
import * as auto_sdk_fastGallery_draftItems from '@wix/auto_sdk_fast-gallery_draft-items';
|
|
4
|
+
export { auto_sdk_fastGallery_draftItems as draftItems };
|
|
5
|
+
import * as auto_sdk_fastGallery_galleries from '@wix/auto_sdk_fast-gallery_galleries';
|
|
6
|
+
export { auto_sdk_fastGallery_galleries as galleries };
|
|
7
|
+
import * as auto_sdk_fastGallery_items from '@wix/auto_sdk_fast-gallery_items';
|
|
8
|
+
export { auto_sdk_fastGallery_items as items };
|
|
3
9
|
import '@wix/auto_sdk_fast-gallery_app/meta';
|
|
10
|
+
import '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
11
|
+
import '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
12
|
+
import '@wix/auto_sdk_fast-gallery_items/meta';
|
package/build/cjs/index.js
CHANGED
|
@@ -30,12 +30,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
-
app: () => app
|
|
33
|
+
app: () => app,
|
|
34
|
+
draftItems: () => draftItems,
|
|
35
|
+
galleries: () => galleries,
|
|
36
|
+
items: () => items
|
|
34
37
|
});
|
|
35
38
|
module.exports = __toCommonJS(index_exports);
|
|
36
39
|
var app = __toESM(require("@wix/auto_sdk_fast-gallery_app"));
|
|
40
|
+
var draftItems = __toESM(require("@wix/auto_sdk_fast-gallery_draft-items"));
|
|
41
|
+
var galleries = __toESM(require("@wix/auto_sdk_fast-gallery_galleries"));
|
|
42
|
+
var items = __toESM(require("@wix/auto_sdk_fast-gallery_items"));
|
|
37
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
44
|
0 && (module.exports = {
|
|
39
|
-
app
|
|
45
|
+
app,
|
|
46
|
+
draftItems,
|
|
47
|
+
galleries,
|
|
48
|
+
items
|
|
40
49
|
});
|
|
41
50
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\n\nexport { app };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\nimport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items';\nimport * as galleries from '@wix/auto_sdk_fast-gallery_galleries';\nimport * as items from '@wix/auto_sdk_fast-gallery_items';\n\nexport { app, draftItems, galleries, items };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,iBAA4B;AAC5B,gBAA2B;AAC3B,YAAuB;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_fast-gallery_app/meta';
|
|
2
2
|
export { meta as app };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
4
|
+
export { meta$1 as draftItems };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
6
|
+
export { meta$2 as galleries };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_fast-gallery_items/meta';
|
|
8
|
+
export { meta$3 as items };
|
package/build/cjs/meta.js
CHANGED
|
@@ -30,12 +30,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// meta.ts
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
|
-
app: () => app
|
|
33
|
+
app: () => app,
|
|
34
|
+
draftItems: () => draftItems,
|
|
35
|
+
galleries: () => galleries,
|
|
36
|
+
items: () => items
|
|
34
37
|
});
|
|
35
38
|
module.exports = __toCommonJS(meta_exports);
|
|
36
39
|
var app = __toESM(require("@wix/auto_sdk_fast-gallery_app/meta"));
|
|
40
|
+
var draftItems = __toESM(require("@wix/auto_sdk_fast-gallery_draft-items/meta"));
|
|
41
|
+
var galleries = __toESM(require("@wix/auto_sdk_fast-gallery_galleries/meta"));
|
|
42
|
+
var items = __toESM(require("@wix/auto_sdk_fast-gallery_items/meta"));
|
|
37
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
44
|
0 && (module.exports = {
|
|
39
|
-
app
|
|
45
|
+
app,
|
|
46
|
+
draftItems,
|
|
47
|
+
galleries,
|
|
48
|
+
items
|
|
40
49
|
});
|
|
41
50
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\nexport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items/meta';\nexport * as galleries from '@wix/auto_sdk_fast-gallery_galleries/meta';\nexport * as items from '@wix/auto_sdk_fast-gallery_items/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,iBAA4B;AAC5B,gBAA2B;AAC3B,YAAuB;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import * as auto_sdk_fastGallery_app from '@wix/auto_sdk_fast-gallery_app';
|
|
2
2
|
export { auto_sdk_fastGallery_app as app };
|
|
3
|
+
import * as auto_sdk_fastGallery_draftItems from '@wix/auto_sdk_fast-gallery_draft-items';
|
|
4
|
+
export { auto_sdk_fastGallery_draftItems as draftItems };
|
|
5
|
+
import * as auto_sdk_fastGallery_galleries from '@wix/auto_sdk_fast-gallery_galleries';
|
|
6
|
+
export { auto_sdk_fastGallery_galleries as galleries };
|
|
7
|
+
import * as auto_sdk_fastGallery_items from '@wix/auto_sdk_fast-gallery_items';
|
|
8
|
+
export { auto_sdk_fastGallery_items as items };
|
|
3
9
|
import '@wix/auto_sdk_fast-gallery_app/meta';
|
|
10
|
+
import '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
11
|
+
import '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
12
|
+
import '@wix/auto_sdk_fast-gallery_items/meta';
|
package/build/es/index.mjs
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as app from "@wix/auto_sdk_fast-gallery_app";
|
|
3
|
+
import * as draftItems from "@wix/auto_sdk_fast-gallery_draft-items";
|
|
4
|
+
import * as galleries from "@wix/auto_sdk_fast-gallery_galleries";
|
|
5
|
+
import * as items from "@wix/auto_sdk_fast-gallery_items";
|
|
3
6
|
export {
|
|
4
|
-
app
|
|
7
|
+
app,
|
|
8
|
+
draftItems,
|
|
9
|
+
galleries,
|
|
10
|
+
items
|
|
5
11
|
};
|
|
6
12
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\n\nexport { app };\n"],"mappings":";AAAA,YAAY,SAAS;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\nimport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items';\nimport * as galleries from '@wix/auto_sdk_fast-gallery_galleries';\nimport * as items from '@wix/auto_sdk_fast-gallery_items';\n\nexport { app, draftItems, galleries, items };\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,gBAAgB;AAC5B,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_fast-gallery_app/meta';
|
|
2
2
|
export { meta as app };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
4
|
+
export { meta$1 as draftItems };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
6
|
+
export { meta$2 as galleries };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_fast-gallery_items/meta';
|
|
8
|
+
export { meta$3 as items };
|
package/build/es/meta.mjs
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as app from "@wix/auto_sdk_fast-gallery_app/meta";
|
|
3
|
+
import * as draftItems from "@wix/auto_sdk_fast-gallery_draft-items/meta";
|
|
4
|
+
import * as galleries from "@wix/auto_sdk_fast-gallery_galleries/meta";
|
|
5
|
+
import * as items from "@wix/auto_sdk_fast-gallery_items/meta";
|
|
3
6
|
export {
|
|
4
|
-
app
|
|
7
|
+
app,
|
|
8
|
+
draftItems,
|
|
9
|
+
galleries,
|
|
10
|
+
items
|
|
5
11
|
};
|
|
6
12
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\n"],"mappings":";AAAA,YAAY,SAAS;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\nexport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items/meta';\nexport * as galleries from '@wix/auto_sdk_fast-gallery_galleries/meta';\nexport * as items from '@wix/auto_sdk_fast-gallery_items/meta';\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,gBAAgB;AAC5B,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import * as auto_sdk_fastGallery_app from '@wix/auto_sdk_fast-gallery_app';
|
|
2
2
|
export { auto_sdk_fastGallery_app as app };
|
|
3
|
+
import * as auto_sdk_fastGallery_draftItems from '@wix/auto_sdk_fast-gallery_draft-items';
|
|
4
|
+
export { auto_sdk_fastGallery_draftItems as draftItems };
|
|
5
|
+
import * as auto_sdk_fastGallery_galleries from '@wix/auto_sdk_fast-gallery_galleries';
|
|
6
|
+
export { auto_sdk_fastGallery_galleries as galleries };
|
|
7
|
+
import * as auto_sdk_fastGallery_items from '@wix/auto_sdk_fast-gallery_items';
|
|
8
|
+
export { auto_sdk_fastGallery_items as items };
|
|
3
9
|
import '@wix/auto_sdk_fast-gallery_app/meta';
|
|
10
|
+
import '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
11
|
+
import '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
12
|
+
import '@wix/auto_sdk_fast-gallery_items/meta';
|
|
@@ -30,12 +30,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
-
app: () => app
|
|
33
|
+
app: () => app,
|
|
34
|
+
draftItems: () => draftItems,
|
|
35
|
+
galleries: () => galleries,
|
|
36
|
+
items: () => items
|
|
34
37
|
});
|
|
35
38
|
module.exports = __toCommonJS(index_exports);
|
|
36
39
|
var app = __toESM(require("@wix/auto_sdk_fast-gallery_app"));
|
|
40
|
+
var draftItems = __toESM(require("@wix/auto_sdk_fast-gallery_draft-items"));
|
|
41
|
+
var galleries = __toESM(require("@wix/auto_sdk_fast-gallery_galleries"));
|
|
42
|
+
var items = __toESM(require("@wix/auto_sdk_fast-gallery_items"));
|
|
37
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
44
|
0 && (module.exports = {
|
|
39
|
-
app
|
|
45
|
+
app,
|
|
46
|
+
draftItems,
|
|
47
|
+
galleries,
|
|
48
|
+
items
|
|
40
49
|
});
|
|
41
50
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\n\nexport { app };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\nimport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items';\nimport * as galleries from '@wix/auto_sdk_fast-gallery_galleries';\nimport * as items from '@wix/auto_sdk_fast-gallery_items';\n\nexport { app, draftItems, galleries, items };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,iBAA4B;AAC5B,gBAA2B;AAC3B,YAAuB;","names":[]}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_fast-gallery_app/meta';
|
|
2
2
|
export { meta as app };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
4
|
+
export { meta$1 as draftItems };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
6
|
+
export { meta$2 as galleries };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_fast-gallery_items/meta';
|
|
8
|
+
export { meta$3 as items };
|
|
@@ -30,12 +30,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// meta.ts
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
|
-
app: () => app
|
|
33
|
+
app: () => app,
|
|
34
|
+
draftItems: () => draftItems,
|
|
35
|
+
galleries: () => galleries,
|
|
36
|
+
items: () => items
|
|
34
37
|
});
|
|
35
38
|
module.exports = __toCommonJS(meta_exports);
|
|
36
39
|
var app = __toESM(require("@wix/auto_sdk_fast-gallery_app/meta"));
|
|
40
|
+
var draftItems = __toESM(require("@wix/auto_sdk_fast-gallery_draft-items/meta"));
|
|
41
|
+
var galleries = __toESM(require("@wix/auto_sdk_fast-gallery_galleries/meta"));
|
|
42
|
+
var items = __toESM(require("@wix/auto_sdk_fast-gallery_items/meta"));
|
|
37
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
44
|
0 && (module.exports = {
|
|
39
|
-
app
|
|
45
|
+
app,
|
|
46
|
+
draftItems,
|
|
47
|
+
galleries,
|
|
48
|
+
items
|
|
40
49
|
});
|
|
41
50
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\nexport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items/meta';\nexport * as galleries from '@wix/auto_sdk_fast-gallery_galleries/meta';\nexport * as items from '@wix/auto_sdk_fast-gallery_items/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAAqB;AACrB,iBAA4B;AAC5B,gBAA2B;AAC3B,YAAuB;","names":[]}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import * as auto_sdk_fastGallery_app from '@wix/auto_sdk_fast-gallery_app';
|
|
2
2
|
export { auto_sdk_fastGallery_app as app };
|
|
3
|
+
import * as auto_sdk_fastGallery_draftItems from '@wix/auto_sdk_fast-gallery_draft-items';
|
|
4
|
+
export { auto_sdk_fastGallery_draftItems as draftItems };
|
|
5
|
+
import * as auto_sdk_fastGallery_galleries from '@wix/auto_sdk_fast-gallery_galleries';
|
|
6
|
+
export { auto_sdk_fastGallery_galleries as galleries };
|
|
7
|
+
import * as auto_sdk_fastGallery_items from '@wix/auto_sdk_fast-gallery_items';
|
|
8
|
+
export { auto_sdk_fastGallery_items as items };
|
|
3
9
|
import '@wix/auto_sdk_fast-gallery_app/meta';
|
|
10
|
+
import '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
11
|
+
import '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
12
|
+
import '@wix/auto_sdk_fast-gallery_items/meta';
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as app from "@wix/auto_sdk_fast-gallery_app";
|
|
3
|
+
import * as draftItems from "@wix/auto_sdk_fast-gallery_draft-items";
|
|
4
|
+
import * as galleries from "@wix/auto_sdk_fast-gallery_galleries";
|
|
5
|
+
import * as items from "@wix/auto_sdk_fast-gallery_items";
|
|
3
6
|
export {
|
|
4
|
-
app
|
|
7
|
+
app,
|
|
8
|
+
draftItems,
|
|
9
|
+
galleries,
|
|
10
|
+
items
|
|
5
11
|
};
|
|
6
12
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\n\nexport { app };\n"],"mappings":";AAAA,YAAY,SAAS;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as app from '@wix/auto_sdk_fast-gallery_app';\nimport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items';\nimport * as galleries from '@wix/auto_sdk_fast-gallery_galleries';\nimport * as items from '@wix/auto_sdk_fast-gallery_items';\n\nexport { app, draftItems, galleries, items };\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,gBAAgB;AAC5B,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_fast-gallery_app/meta';
|
|
2
2
|
export { meta as app };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_fast-gallery_draft-items/meta';
|
|
4
|
+
export { meta$1 as draftItems };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_fast-gallery_galleries/meta';
|
|
6
|
+
export { meta$2 as galleries };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_fast-gallery_items/meta';
|
|
8
|
+
export { meta$3 as items };
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as app from "@wix/auto_sdk_fast-gallery_app/meta";
|
|
3
|
+
import * as draftItems from "@wix/auto_sdk_fast-gallery_draft-items/meta";
|
|
4
|
+
import * as galleries from "@wix/auto_sdk_fast-gallery_galleries/meta";
|
|
5
|
+
import * as items from "@wix/auto_sdk_fast-gallery_items/meta";
|
|
3
6
|
export {
|
|
4
|
-
app
|
|
7
|
+
app,
|
|
8
|
+
draftItems,
|
|
9
|
+
galleries,
|
|
10
|
+
items
|
|
5
11
|
};
|
|
6
12
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\n"],"mappings":";AAAA,YAAY,SAAS;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as app from '@wix/auto_sdk_fast-gallery_app/meta';\nexport * as draftItems from '@wix/auto_sdk_fast-gallery_draft-items/meta';\nexport * as galleries from '@wix/auto_sdk_fast-gallery_galleries/meta';\nexport * as items from '@wix/auto_sdk_fast-gallery_items/meta';\n"],"mappings":";AAAA,YAAY,SAAS;AACrB,YAAY,gBAAgB;AAC5B,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/fast-gallery",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -32,7 +32,10 @@
|
|
|
32
32
|
"service-plugins"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wix/auto_sdk_fast-gallery_app": "1.0.
|
|
35
|
+
"@wix/auto_sdk_fast-gallery_app": "1.0.1",
|
|
36
|
+
"@wix/auto_sdk_fast-gallery_draft-items": "1.0.1",
|
|
37
|
+
"@wix/auto_sdk_fast-gallery_galleries": "1.0.1",
|
|
38
|
+
"@wix/auto_sdk_fast-gallery_items": "1.0.0"
|
|
36
39
|
},
|
|
37
40
|
"devDependencies": {
|
|
38
41
|
"tsup": "^8.4.0",
|
|
@@ -53,5 +56,5 @@
|
|
|
53
56
|
"fqdn": ""
|
|
54
57
|
}
|
|
55
58
|
},
|
|
56
|
-
"falconPackageHash": "
|
|
59
|
+
"falconPackageHash": "eade67c6620bf0316a10e958bacc1e525b651c4b10185e2b9e0f3d42"
|
|
57
60
|
}
|