@wix/promote-growth-tools-publisher 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 +4 -0
- package/build/cjs/index.js +5 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +5 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -0
- package/build/cjs/schemas.js +5 -2
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +4 -0
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -0
- package/build/es/meta.mjs +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -0
- package/build/es/schemas.mjs +3 -1
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +4 -0
- package/build/internal/cjs/index.js +5 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -0
- package/build/internal/cjs/meta.js +5 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +2 -0
- package/build/internal/cjs/schemas.js +5 -2
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +4 -0
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -0
- package/build/internal/es/meta.mjs +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -0
- package/build/internal/es/schemas.mjs +3 -1
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +4 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as auto_sdk_promoteGrowthToolsPublisher_items from '@wix/auto_sdk_promote-growth-tools-publisher_items';
|
|
2
2
|
export { auto_sdk_promoteGrowthToolsPublisher_items as items };
|
|
3
|
+
import * as auto_sdk_promoteGrowthToolsPublisher_premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';
|
|
4
|
+
export { auto_sdk_promoteGrowthToolsPublisher_premiumFeatures as premiumFeatures };
|
|
3
5
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';
|
|
6
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';
|
|
4
7
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';
|
|
8
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';
|
package/build/cjs/index.js
CHANGED
|
@@ -30,12 +30,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
-
items: () => items
|
|
33
|
+
items: () => items,
|
|
34
|
+
premiumFeatures: () => premiumFeatures
|
|
34
35
|
});
|
|
35
36
|
module.exports = __toCommonJS(index_exports);
|
|
36
37
|
var items = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_items"));
|
|
38
|
+
var premiumFeatures = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_premium-features"));
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
|
-
items
|
|
41
|
+
items,
|
|
42
|
+
premiumFeatures
|
|
40
43
|
});
|
|
41
44
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\n\nexport { items };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\nimport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';\n\nexport { items, premiumFeatures };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,sBAAiC;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
package/build/cjs/meta.js
CHANGED
|
@@ -30,12 +30,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// meta.ts
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
|
-
items: () => items
|
|
33
|
+
items: () => items,
|
|
34
|
+
premiumFeatures: () => premiumFeatures
|
|
34
35
|
});
|
|
35
36
|
module.exports = __toCommonJS(meta_exports);
|
|
36
37
|
var items = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_items/meta"));
|
|
38
|
+
var premiumFeatures = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta"));
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
|
-
items
|
|
41
|
+
items,
|
|
42
|
+
premiumFeatures
|
|
40
43
|
});
|
|
41
44
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,sBAAiC;","names":[]}
|
package/build/cjs/schemas.d.ts
CHANGED
package/build/cjs/schemas.js
CHANGED
|
@@ -30,12 +30,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// schemas.ts
|
|
31
31
|
var schemas_exports = {};
|
|
32
32
|
__export(schemas_exports, {
|
|
33
|
-
items: () => items
|
|
33
|
+
items: () => items,
|
|
34
|
+
premiumFeatures: () => premiumFeatures
|
|
34
35
|
});
|
|
35
36
|
module.exports = __toCommonJS(schemas_exports);
|
|
36
37
|
var items = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_items/schemas"));
|
|
38
|
+
var premiumFeatures = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas"));
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
|
-
items
|
|
41
|
+
items,
|
|
42
|
+
premiumFeatures
|
|
40
43
|
});
|
|
41
44
|
//# sourceMappingURL=schemas.js.map
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,sBAAiC;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as auto_sdk_promoteGrowthToolsPublisher_items from '@wix/auto_sdk_promote-growth-tools-publisher_items';
|
|
2
2
|
export { auto_sdk_promoteGrowthToolsPublisher_items as items };
|
|
3
|
+
import * as auto_sdk_promoteGrowthToolsPublisher_premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';
|
|
4
|
+
export { auto_sdk_promoteGrowthToolsPublisher_premiumFeatures as premiumFeatures };
|
|
3
5
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';
|
|
6
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';
|
|
4
7
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';
|
|
8
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';
|
package/build/es/index.mjs
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as items from "@wix/auto_sdk_promote-growth-tools-publisher_items";
|
|
3
|
+
import * as premiumFeatures from "@wix/auto_sdk_promote-growth-tools-publisher_premium-features";
|
|
3
4
|
export {
|
|
4
|
-
items
|
|
5
|
+
items,
|
|
6
|
+
premiumFeatures
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\n\nexport { items };\n"],"mappings":";AAAA,YAAY,WAAW;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\nimport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';\n\nexport { items, premiumFeatures };\n"],"mappings":";AAAA,YAAY,WAAW;AACvB,YAAY,qBAAqB;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
package/build/es/meta.mjs
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as items from "@wix/auto_sdk_promote-growth-tools-publisher_items/meta";
|
|
3
|
+
import * as premiumFeatures from "@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta";
|
|
3
4
|
export {
|
|
4
|
-
items
|
|
5
|
+
items,
|
|
6
|
+
premiumFeatures
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\n"],"mappings":";AAAA,YAAY,WAAW;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';\n"],"mappings":";AAAA,YAAY,WAAW;AACvB,YAAY,qBAAqB;","names":[]}
|
package/build/es/schemas.d.mts
CHANGED
package/build/es/schemas.mjs
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// schemas.ts
|
|
2
2
|
import * as items from "@wix/auto_sdk_promote-growth-tools-publisher_items/schemas";
|
|
3
|
+
import * as premiumFeatures from "@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas";
|
|
3
4
|
export {
|
|
4
|
-
items
|
|
5
|
+
items,
|
|
6
|
+
premiumFeatures
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=schemas.mjs.map
|
package/build/es/schemas.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\n"],"mappings":";AAAA,YAAY,WAAW;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';\n"],"mappings":";AAAA,YAAY,WAAW;AACvB,YAAY,qBAAqB;","names":[]}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as auto_sdk_promoteGrowthToolsPublisher_items from '@wix/auto_sdk_promote-growth-tools-publisher_items';
|
|
2
2
|
export { auto_sdk_promoteGrowthToolsPublisher_items as items };
|
|
3
|
+
import * as auto_sdk_promoteGrowthToolsPublisher_premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';
|
|
4
|
+
export { auto_sdk_promoteGrowthToolsPublisher_premiumFeatures as premiumFeatures };
|
|
3
5
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';
|
|
6
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';
|
|
4
7
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';
|
|
8
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';
|
|
@@ -30,12 +30,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
-
items: () => items
|
|
33
|
+
items: () => items,
|
|
34
|
+
premiumFeatures: () => premiumFeatures
|
|
34
35
|
});
|
|
35
36
|
module.exports = __toCommonJS(index_exports);
|
|
36
37
|
var items = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_items"));
|
|
38
|
+
var premiumFeatures = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_premium-features"));
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
|
-
items
|
|
41
|
+
items,
|
|
42
|
+
premiumFeatures
|
|
40
43
|
});
|
|
41
44
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\n\nexport { items };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\nimport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';\n\nexport { items, premiumFeatures };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,sBAAiC;","names":[]}
|
|
@@ -30,12 +30,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// meta.ts
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
|
-
items: () => items
|
|
33
|
+
items: () => items,
|
|
34
|
+
premiumFeatures: () => premiumFeatures
|
|
34
35
|
});
|
|
35
36
|
module.exports = __toCommonJS(meta_exports);
|
|
36
37
|
var items = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_items/meta"));
|
|
38
|
+
var premiumFeatures = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta"));
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
|
-
items
|
|
41
|
+
items,
|
|
42
|
+
premiumFeatures
|
|
40
43
|
});
|
|
41
44
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,sBAAiC;","names":[]}
|
|
@@ -30,12 +30,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// schemas.ts
|
|
31
31
|
var schemas_exports = {};
|
|
32
32
|
__export(schemas_exports, {
|
|
33
|
-
items: () => items
|
|
33
|
+
items: () => items,
|
|
34
|
+
premiumFeatures: () => premiumFeatures
|
|
34
35
|
});
|
|
35
36
|
module.exports = __toCommonJS(schemas_exports);
|
|
36
37
|
var items = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_items/schemas"));
|
|
38
|
+
var premiumFeatures = __toESM(require("@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas"));
|
|
37
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
40
|
0 && (module.exports = {
|
|
39
|
-
items
|
|
41
|
+
items,
|
|
42
|
+
premiumFeatures
|
|
40
43
|
});
|
|
41
44
|
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,sBAAiC;","names":[]}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as auto_sdk_promoteGrowthToolsPublisher_items from '@wix/auto_sdk_promote-growth-tools-publisher_items';
|
|
2
2
|
export { auto_sdk_promoteGrowthToolsPublisher_items as items };
|
|
3
|
+
import * as auto_sdk_promoteGrowthToolsPublisher_premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';
|
|
4
|
+
export { auto_sdk_promoteGrowthToolsPublisher_premiumFeatures as premiumFeatures };
|
|
3
5
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';
|
|
6
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';
|
|
4
7
|
import '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';
|
|
8
|
+
import '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as items from "@wix/auto_sdk_promote-growth-tools-publisher_items";
|
|
3
|
+
import * as premiumFeatures from "@wix/auto_sdk_promote-growth-tools-publisher_premium-features";
|
|
3
4
|
export {
|
|
4
|
-
items
|
|
5
|
+
items,
|
|
6
|
+
premiumFeatures
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\n\nexport { items };\n"],"mappings":";AAAA,YAAY,WAAW;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items';\nimport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features';\n\nexport { items, premiumFeatures };\n"],"mappings":";AAAA,YAAY,WAAW;AACvB,YAAY,qBAAqB;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as items from "@wix/auto_sdk_promote-growth-tools-publisher_items/meta";
|
|
3
|
+
import * as premiumFeatures from "@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta";
|
|
3
4
|
export {
|
|
4
|
-
items
|
|
5
|
+
items,
|
|
6
|
+
premiumFeatures
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\n"],"mappings":";AAAA,YAAY,WAAW;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/meta';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/meta';\n"],"mappings":";AAAA,YAAY,WAAW;AACvB,YAAY,qBAAqB;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// schemas.ts
|
|
2
2
|
import * as items from "@wix/auto_sdk_promote-growth-tools-publisher_items/schemas";
|
|
3
|
+
import * as premiumFeatures from "@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas";
|
|
3
4
|
export {
|
|
4
|
-
items
|
|
5
|
+
items,
|
|
6
|
+
premiumFeatures
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\n"],"mappings":";AAAA,YAAY,WAAW;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as items from '@wix/auto_sdk_promote-growth-tools-publisher_items/schemas';\nexport * as premiumFeatures from '@wix/auto_sdk_promote-growth-tools-publisher_premium-features/schemas';\n"],"mappings":";AAAA,YAAY,WAAW;AACvB,YAAY,qBAAqB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/promote-growth-tools-publisher",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"schemas"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@wix/auto_sdk_promote-growth-tools-publisher_items": "1.0.
|
|
42
|
+
"@wix/auto_sdk_promote-growth-tools-publisher_items": "1.0.1",
|
|
43
|
+
"@wix/auto_sdk_promote-growth-tools-publisher_premium-features": "1.0.0"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"tsup": "^8.4.0",
|
|
@@ -60,5 +61,5 @@
|
|
|
60
61
|
"fqdn": ""
|
|
61
62
|
}
|
|
62
63
|
},
|
|
63
|
-
"falconPackageHash": "
|
|
64
|
+
"falconPackageHash": "437f75a23ab1b13b387d43441b7cba323eaccee38b179866d91317f3"
|
|
64
65
|
}
|