@wix/email-subscriptions 1.0.22 → 1.0.24
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 +1 -1
- package/build/cjs/index.js +2 -1
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +2 -1
- package/build/cjs/meta.js.map +1 -0
- package/build/es/index.d.ts +1 -1
- package/build/es/index.js +2 -1
- package/build/es/index.js.map +1 -0
- package/build/es/meta.d.ts +1 -1
- package/build/es/meta.js +2 -1
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +29 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/{cjs/context.js → internal/cjs/meta.js} +2 -1
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/index.d.ts +2 -0
- package/build/internal/es/index.js +3 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/meta/package.json +1 -5
- package/package.json +23 -17
- package/build/cjs/context.d.ts +0 -1
- package/build/es/context.d.ts +0 -1
- package/build/es/context.js +0 -1
- package/context/package.json +0 -7
- package/type-bundles/context.bundle.d.ts +0 -553
- package/type-bundles/index.bundle.d.ts +0 -553
- package/type-bundles/meta.bundle.d.ts +0 -401
package/build/cjs/index.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import * as emailSubscriptions from '@wix/
|
1
|
+
import * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions';
|
2
2
|
export { emailSubscriptions };
|
package/build/cjs/index.js
CHANGED
@@ -24,5 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
exports.emailSubscriptions = void 0;
|
27
|
-
const emailSubscriptions = __importStar(require("@wix/
|
27
|
+
const emailSubscriptions = __importStar(require("@wix/auto_sdk_email-subscriptions_email-subscriptions"));
|
28
28
|
exports.emailSubscriptions = emailSubscriptions;
|
29
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0GAA4F;AAEnF,gDAAkB"}
|
package/build/cjs/meta.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * as emailSubscriptions from '@wix/
|
1
|
+
export * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions/meta';
|
package/build/cjs/meta.js
CHANGED
@@ -24,4 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
exports.emailSubscriptions = void 0;
|
27
|
-
exports.emailSubscriptions = __importStar(require("@wix/
|
27
|
+
exports.emailSubscriptions = __importStar(require("@wix/auto_sdk_email-subscriptions_email-subscriptions/meta"));
|
28
|
+
//# sourceMappingURL=meta.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iHAAiG"}
|
package/build/es/index.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import * as emailSubscriptions from '@wix/
|
1
|
+
import * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions';
|
2
2
|
export { emailSubscriptions };
|
package/build/es/index.js
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,uDAAuD,CAAC;AAE5F,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * as emailSubscriptions from '@wix/
|
1
|
+
export * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions/meta';
|
package/build/es/meta.js
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
export * as emailSubscriptions from '@wix/
|
1
|
+
export * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions/meta';
|
2
|
+
//# sourceMappingURL=meta.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,4DAA4D,CAAC"}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.emailSubscriptions = void 0;
|
27
|
+
const emailSubscriptions = __importStar(require("@wix/auto_sdk_email-subscriptions_email-subscriptions"));
|
28
|
+
exports.emailSubscriptions = emailSubscriptions;
|
29
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0GAA4F;AAEnF,gDAAkB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions/meta';
|
@@ -24,4 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
exports.emailSubscriptions = void 0;
|
27
|
-
exports.emailSubscriptions = __importStar(require("@wix/
|
27
|
+
exports.emailSubscriptions = __importStar(require("@wix/auto_sdk_email-subscriptions_email-subscriptions/meta"));
|
28
|
+
//# sourceMappingURL=meta.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iHAAiG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,uDAAuD,CAAC;AAE5F,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * as emailSubscriptions from '@wix/auto_sdk_email-subscriptions_email-subscriptions/meta';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,4DAA4D,CAAC"}
|
package/meta/package.json
CHANGED
package/package.json
CHANGED
@@ -1,38 +1,44 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/email-subscriptions",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.24",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
7
7
|
},
|
8
8
|
"keywords": [
|
9
|
-
"
|
9
|
+
"wixSdkBackendModule",
|
10
|
+
"wixSdkPageModule",
|
11
|
+
"wixSdkPublicModule"
|
10
12
|
],
|
11
13
|
"sideEffects": false,
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
|
14
|
+
"main": "./build/cjs/index.js",
|
15
|
+
"types": "./build/es/index.d.ts",
|
16
|
+
"exports": {
|
17
|
+
".": {
|
18
|
+
"import": "./build/es/index.js",
|
19
|
+
"require": "./build/cjs/index.js",
|
20
|
+
"types": "./build/es/index.d.ts"
|
21
|
+
},
|
22
|
+
"./package.json": "./package.json",
|
23
|
+
"./meta": {
|
24
|
+
"import": "./build/es/meta.js",
|
25
|
+
"require": "./build/cjs/meta.js",
|
26
|
+
"types": "./build/es/meta.d.ts"
|
27
|
+
}
|
28
|
+
},
|
16
29
|
"files": [
|
17
30
|
"build",
|
18
|
-
"frontend/package.json",
|
19
31
|
"meta",
|
20
|
-
"
|
21
|
-
"type-bundles"
|
32
|
+
"service-plugins"
|
22
33
|
],
|
23
34
|
"dependencies": {
|
24
|
-
"@wix/
|
35
|
+
"@wix/auto_sdk_email-subscriptions_email-subscriptions": "1.0.0"
|
25
36
|
},
|
26
37
|
"devDependencies": {
|
27
|
-
"glob": "^10.4.1",
|
28
|
-
"rollup": "^4.18.0",
|
29
|
-
"rollup-plugin-dts": "^6.1.1",
|
30
38
|
"typescript": "^5.3.2"
|
31
39
|
},
|
32
40
|
"scripts": {
|
33
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json
|
34
|
-
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
35
|
-
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
|
41
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
36
42
|
"test": ":"
|
37
43
|
},
|
38
44
|
"wix": {
|
@@ -46,5 +52,5 @@
|
|
46
52
|
"fqdn": ""
|
47
53
|
}
|
48
54
|
},
|
49
|
-
"falconPackageHash": "
|
55
|
+
"falconPackageHash": "fe7cd65a54650cea9f30d8d17695e173f26b0236dcb72f3b6b497748"
|
50
56
|
}
|
package/build/cjs/context.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * as emailSubscriptions from '@wix/email-subscriptions_email-subscriptions/context';
|
package/build/es/context.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * as emailSubscriptions from '@wix/email-subscriptions_email-subscriptions/context';
|
package/build/es/context.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * as emailSubscriptions from '@wix/email-subscriptions_email-subscriptions/context';
|