@wix/email-marketing 1.0.72 → 1.0.73
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/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/package.json +5 -5
- package/type-bundles/context.bundle.d.ts +1274 -52
- package/type-bundles/index.bundle.d.ts +1274 -52
package/build/cjs/context.js
CHANGED
|
@@ -27,3 +27,4 @@ exports.senderDetails = exports.campaigns = exports.accountDetails = void 0;
|
|
|
27
27
|
exports.accountDetails = __importStar(require("@wix/email-marketing_account-details/context"));
|
|
28
28
|
exports.campaigns = __importStar(require("@wix/email-marketing_campaigns/context"));
|
|
29
29
|
exports.senderDetails = __importStar(require("@wix/email-marketing_sender-details/context"));
|
|
30
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E;AAC/E,oFAAoE;AACpE,6FAA6E"}
|
package/build/cjs/index.js
CHANGED
|
@@ -30,3 +30,4 @@ const campaigns = __importStar(require("@wix/email-marketing_campaigns"));
|
|
|
30
30
|
exports.campaigns = campaigns;
|
|
31
31
|
const senderDetails = __importStar(require("@wix/email-marketing_sender-details"));
|
|
32
32
|
exports.senderDetails = senderDetails;
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAuE;AAI9D,wCAAc;AAHvB,0EAA4D;AAGnC,8BAAS;AAFlC,mFAAqE;AAEjC,sCAAa"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -27,3 +27,4 @@ exports.senderDetails = exports.campaigns = exports.accountDetails = void 0;
|
|
|
27
27
|
exports.accountDetails = __importStar(require("@wix/email-marketing_account-details/meta"));
|
|
28
28
|
exports.campaigns = __importStar(require("@wix/email-marketing_campaigns/meta"));
|
|
29
29
|
exports.senderDetails = __importStar(require("@wix/email-marketing_sender-details/meta"));
|
|
30
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,iFAAiE;AACjE,0FAA0E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/email-marketing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.73",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/email-marketing_account-details": "1.0.
|
|
22
|
-
"@wix/email-marketing_campaigns": "1.0.
|
|
23
|
-
"@wix/email-marketing_sender-details": "1.0.
|
|
21
|
+
"@wix/email-marketing_account-details": "1.0.24",
|
|
22
|
+
"@wix/email-marketing_campaigns": "1.0.29",
|
|
23
|
+
"@wix/email-marketing_sender-details": "1.0.28"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "c7e614a4232f0b08ec08dacaaf35702a5cb7d3c2703078200dd2439f"
|
|
49
49
|
}
|