@wix/referral 1.0.3 → 1.0.5
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.d.ts +1 -1
- package/build/cjs/context.js +2 -2
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +1 -1
- package/build/es/context.js +1 -1
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +1 -1
- package/build/es/index.js +1 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -1
- package/build/es/meta.js +1 -1
- package/build/es/meta.js.map +1 -1
- package/package.json +4 -4
- package/type-bundles/context.bundle.d.ts +652 -963
- package/type-bundles/index.bundle.d.ts +880 -2113
- package/type-bundles/meta.bundle.d.ts +863 -1469
package/build/cjs/context.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs/context';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker/context';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards/context';
|
|
3
3
|
export * as friends from '@wix/referral_friends/context';
|
|
4
4
|
export * as customers from '@wix/referral_customers/context';
|
package/build/cjs/context.js
CHANGED
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.customers = exports.friends = exports.
|
|
27
|
-
exports.programs = __importStar(require("@wix/referral_programs/context"));
|
|
26
|
+
exports.customers = exports.friends = exports.rewards = exports.tracker = void 0;
|
|
28
27
|
exports.tracker = __importStar(require("@wix/referral_tracker/context"));
|
|
28
|
+
exports.rewards = __importStar(require("@wix/referral_rewards/context"));
|
|
29
29
|
exports.friends = __importStar(require("@wix/referral_friends/context"));
|
|
30
30
|
exports.customers = __importStar(require("@wix/referral_customers/context"));
|
|
31
31
|
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,yEAAyD;AACzD,yEAAyD;AACzD,6EAA6D"}
|
package/build/cjs/index.d.ts
CHANGED
package/build/cjs/index.js
CHANGED
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.customers = exports.friends = exports.
|
|
27
|
-
exports.programs = __importStar(require("@wix/referral_programs"));
|
|
26
|
+
exports.customers = exports.friends = exports.rewards = exports.tracker = void 0;
|
|
28
27
|
exports.tracker = __importStar(require("@wix/referral_tracker"));
|
|
28
|
+
exports.rewards = __importStar(require("@wix/referral_rewards"));
|
|
29
29
|
exports.friends = __importStar(require("@wix/referral_friends"));
|
|
30
30
|
exports.customers = __importStar(require("@wix/referral_customers"));
|
|
31
31
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iEAAiD;AACjD,iEAAiD;AACjD,iEAAiD;AACjD,qEAAqD"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs/meta';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker/meta';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards/meta';
|
|
3
3
|
export * as friends from '@wix/referral_friends/meta';
|
|
4
4
|
export * as customers from '@wix/referral_customers/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.customers = exports.friends = exports.
|
|
27
|
-
exports.programs = __importStar(require("@wix/referral_programs/meta"));
|
|
26
|
+
exports.customers = exports.friends = exports.rewards = exports.tracker = void 0;
|
|
28
27
|
exports.tracker = __importStar(require("@wix/referral_tracker/meta"));
|
|
28
|
+
exports.rewards = __importStar(require("@wix/referral_rewards/meta"));
|
|
29
29
|
exports.friends = __importStar(require("@wix/referral_friends/meta"));
|
|
30
30
|
exports.customers = __importStar(require("@wix/referral_customers/meta"));
|
|
31
31
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,sEAAsD;AACtD,sEAAsD;AACtD,0EAA0D"}
|
package/build/es/context.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs/context';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker/context';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards/context';
|
|
3
3
|
export * as friends from '@wix/referral_friends/context';
|
|
4
4
|
export * as customers from '@wix/referral_customers/context';
|
package/build/es/context.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs/context';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker/context';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards/context';
|
|
3
3
|
export * as friends from '@wix/referral_friends/context';
|
|
4
4
|
export * as customers from '@wix/referral_customers/context';
|
|
5
5
|
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAC;AACzD,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAC;AACzD,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAC;AACzD,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC"}
|
package/build/es/index.d.ts
CHANGED
package/build/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards';
|
|
3
3
|
export * as friends from '@wix/referral_friends';
|
|
4
4
|
export * as customers from '@wix/referral_customers';
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs/meta';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker/meta';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards/meta';
|
|
3
3
|
export * as friends from '@wix/referral_friends/meta';
|
|
4
4
|
export * as customers from '@wix/referral_customers/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as programs from '@wix/referral_programs/meta';
|
|
2
1
|
export * as tracker from '@wix/referral_tracker/meta';
|
|
2
|
+
export * as rewards from '@wix/referral_rewards/meta';
|
|
3
3
|
export * as friends from '@wix/referral_friends/meta';
|
|
4
4
|
export * as customers from '@wix/referral_customers/meta';
|
|
5
5
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/referral",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/referral_customers": "1.0.0",
|
|
22
22
|
"@wix/referral_friends": "1.0.0",
|
|
23
|
-
"@wix/
|
|
24
|
-
"@wix/referral_tracker": "1.0.
|
|
23
|
+
"@wix/referral_rewards": "1.0.0",
|
|
24
|
+
"@wix/referral_tracker": "1.0.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "40c3c40b038354d9c91b04a1655fd14b280cf322d988720928d5f41f"
|
|
49
49
|
}
|