@wix/events 1.0.396 → 1.0.397
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/package.json +18 -23
- package/build/cjs/context.d.ts +0 -16
- package/build/cjs/context.js +0 -43
- package/build/cjs/context.js.map +0 -1
- package/build/es/context.d.ts +0 -16
- package/build/es/context.js +0 -17
- package/build/es/context.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.397",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,11 +21,6 @@
|
|
|
21
21
|
"import": "./build/es/meta.js",
|
|
22
22
|
"require": "./build/cjs/meta.js",
|
|
23
23
|
"types": "./build/es/meta.d.ts"
|
|
24
|
-
},
|
|
25
|
-
"./context": {
|
|
26
|
-
"import": "./build/es/context.js",
|
|
27
|
-
"require": "./build/cjs/context.js",
|
|
28
|
-
"types": "./build/es/context.d.ts"
|
|
29
24
|
}
|
|
30
25
|
},
|
|
31
26
|
"files": [
|
|
@@ -34,22 +29,22 @@
|
|
|
34
29
|
"service-plugins"
|
|
35
30
|
],
|
|
36
31
|
"dependencies": {
|
|
37
|
-
"@wix/events_categories": "1.0.
|
|
38
|
-
"@wix/events_forms": "1.0.
|
|
39
|
-
"@wix/events_guests": "1.0.
|
|
40
|
-
"@wix/events_notifications": "1.0.
|
|
41
|
-
"@wix/events_orders": "1.0.
|
|
42
|
-
"@wix/events_policies": "1.0.
|
|
43
|
-
"@wix/events_ricos": "1.0.
|
|
44
|
-
"@wix/events_rsvp": "1.0.
|
|
45
|
-
"@wix/events_rsvp-v-2": "1.0.
|
|
46
|
-
"@wix/events_schedule": "1.0.
|
|
47
|
-
"@wix/events_schedule-bookmarks": "1.0.
|
|
48
|
-
"@wix/events_staff-members": "1.0.
|
|
49
|
-
"@wix/events_ticket-definitions": "1.0.
|
|
50
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
51
|
-
"@wix/events_tickets": "1.0.
|
|
52
|
-
"@wix/events_wix-events-v-2": "1.0.
|
|
32
|
+
"@wix/events_categories": "1.0.72",
|
|
33
|
+
"@wix/events_forms": "1.0.74",
|
|
34
|
+
"@wix/events_guests": "1.0.107",
|
|
35
|
+
"@wix/events_notifications": "1.0.67",
|
|
36
|
+
"@wix/events_orders": "1.0.86",
|
|
37
|
+
"@wix/events_policies": "1.0.73",
|
|
38
|
+
"@wix/events_ricos": "1.0.45",
|
|
39
|
+
"@wix/events_rsvp": "1.0.76",
|
|
40
|
+
"@wix/events_rsvp-v-2": "1.0.53",
|
|
41
|
+
"@wix/events_schedule": "1.0.64",
|
|
42
|
+
"@wix/events_schedule-bookmarks": "1.0.60",
|
|
43
|
+
"@wix/events_staff-members": "1.0.47",
|
|
44
|
+
"@wix/events_ticket-definitions": "1.0.78",
|
|
45
|
+
"@wix/events_ticket-definitions-v-2": "1.0.100",
|
|
46
|
+
"@wix/events_tickets": "1.0.72",
|
|
47
|
+
"@wix/events_wix-events-v-2": "1.0.89"
|
|
53
48
|
},
|
|
54
49
|
"devDependencies": {
|
|
55
50
|
"typescript": "^5.3.2"
|
|
@@ -69,5 +64,5 @@
|
|
|
69
64
|
"fqdn": ""
|
|
70
65
|
}
|
|
71
66
|
},
|
|
72
|
-
"falconPackageHash": "
|
|
67
|
+
"falconPackageHash": "637d5c6b49fe9a52892b6092fa009716964eb66d5faa5ac9e595439b"
|
|
73
68
|
}
|
package/build/cjs/context.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * as guests from '@wix/events_guests/context';
|
|
2
|
-
export * as notifications from '@wix/events_notifications/context';
|
|
3
|
-
export * as scheduleBookmarks from '@wix/events_schedule-bookmarks/context';
|
|
4
|
-
export * as schedule from '@wix/events_schedule/context';
|
|
5
|
-
export * as staffMembers from '@wix/events_staff-members/context';
|
|
6
|
-
export * as categories from '@wix/events_categories/context';
|
|
7
|
-
export * as forms from '@wix/events_forms/context';
|
|
8
|
-
export * as orders from '@wix/events_orders/context';
|
|
9
|
-
export * as ricos from '@wix/events_ricos/context';
|
|
10
|
-
export * as rsvp from '@wix/events_rsvp/context';
|
|
11
|
-
export * as tickets from '@wix/events_tickets/context';
|
|
12
|
-
export * as ticketDefinitions from '@wix/events_ticket-definitions/context';
|
|
13
|
-
export * as policies from '@wix/events_policies/context';
|
|
14
|
-
export * as rsvpV2 from '@wix/events_rsvp-v-2/context';
|
|
15
|
-
export * as wixEventsV2 from '@wix/events_wix-events-v-2/context';
|
|
16
|
-
export * as ticketDefinitionsV2 from '@wix/events_ticket-definitions-v-2/context';
|
package/build/cjs/context.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
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.ticketDefinitionsV2 = exports.wixEventsV2 = exports.rsvpV2 = exports.policies = exports.ticketDefinitions = exports.tickets = exports.rsvp = exports.ricos = exports.orders = exports.forms = exports.categories = exports.staffMembers = exports.schedule = exports.scheduleBookmarks = exports.notifications = exports.guests = void 0;
|
|
27
|
-
exports.guests = __importStar(require("@wix/events_guests/context"));
|
|
28
|
-
exports.notifications = __importStar(require("@wix/events_notifications/context"));
|
|
29
|
-
exports.scheduleBookmarks = __importStar(require("@wix/events_schedule-bookmarks/context"));
|
|
30
|
-
exports.schedule = __importStar(require("@wix/events_schedule/context"));
|
|
31
|
-
exports.staffMembers = __importStar(require("@wix/events_staff-members/context"));
|
|
32
|
-
exports.categories = __importStar(require("@wix/events_categories/context"));
|
|
33
|
-
exports.forms = __importStar(require("@wix/events_forms/context"));
|
|
34
|
-
exports.orders = __importStar(require("@wix/events_orders/context"));
|
|
35
|
-
exports.ricos = __importStar(require("@wix/events_ricos/context"));
|
|
36
|
-
exports.rsvp = __importStar(require("@wix/events_rsvp/context"));
|
|
37
|
-
exports.tickets = __importStar(require("@wix/events_tickets/context"));
|
|
38
|
-
exports.ticketDefinitions = __importStar(require("@wix/events_ticket-definitions/context"));
|
|
39
|
-
exports.policies = __importStar(require("@wix/events_policies/context"));
|
|
40
|
-
exports.rsvpV2 = __importStar(require("@wix/events_rsvp-v-2/context"));
|
|
41
|
-
exports.wixEventsV2 = __importStar(require("@wix/events_wix-events-v-2/context"));
|
|
42
|
-
exports.ticketDefinitionsV2 = __importStar(require("@wix/events_ticket-definitions-v-2/context"));
|
|
43
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAqD;AACrD,mFAAmE;AACnE,4FAA4E;AAC5E,yEAAyD;AACzD,kFAAkE;AAClE,6EAA6D;AAC7D,mEAAmD;AACnD,qEAAqD;AACrD,mEAAmD;AACnD,iEAAiD;AACjD,uEAAuD;AACvD,4FAA4E;AAC5E,yEAAyD;AACzD,uEAAuD;AACvD,kFAAkE;AAClE,kGAAkF"}
|
package/build/es/context.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * as guests from '@wix/events_guests/context';
|
|
2
|
-
export * as notifications from '@wix/events_notifications/context';
|
|
3
|
-
export * as scheduleBookmarks from '@wix/events_schedule-bookmarks/context';
|
|
4
|
-
export * as schedule from '@wix/events_schedule/context';
|
|
5
|
-
export * as staffMembers from '@wix/events_staff-members/context';
|
|
6
|
-
export * as categories from '@wix/events_categories/context';
|
|
7
|
-
export * as forms from '@wix/events_forms/context';
|
|
8
|
-
export * as orders from '@wix/events_orders/context';
|
|
9
|
-
export * as ricos from '@wix/events_ricos/context';
|
|
10
|
-
export * as rsvp from '@wix/events_rsvp/context';
|
|
11
|
-
export * as tickets from '@wix/events_tickets/context';
|
|
12
|
-
export * as ticketDefinitions from '@wix/events_ticket-definitions/context';
|
|
13
|
-
export * as policies from '@wix/events_policies/context';
|
|
14
|
-
export * as rsvpV2 from '@wix/events_rsvp-v-2/context';
|
|
15
|
-
export * as wixEventsV2 from '@wix/events_wix-events-v-2/context';
|
|
16
|
-
export * as ticketDefinitionsV2 from '@wix/events_ticket-definitions-v-2/context';
|
package/build/es/context.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export * as guests from '@wix/events_guests/context';
|
|
2
|
-
export * as notifications from '@wix/events_notifications/context';
|
|
3
|
-
export * as scheduleBookmarks from '@wix/events_schedule-bookmarks/context';
|
|
4
|
-
export * as schedule from '@wix/events_schedule/context';
|
|
5
|
-
export * as staffMembers from '@wix/events_staff-members/context';
|
|
6
|
-
export * as categories from '@wix/events_categories/context';
|
|
7
|
-
export * as forms from '@wix/events_forms/context';
|
|
8
|
-
export * as orders from '@wix/events_orders/context';
|
|
9
|
-
export * as ricos from '@wix/events_ricos/context';
|
|
10
|
-
export * as rsvp from '@wix/events_rsvp/context';
|
|
11
|
-
export * as tickets from '@wix/events_tickets/context';
|
|
12
|
-
export * as ticketDefinitions from '@wix/events_ticket-definitions/context';
|
|
13
|
-
export * as policies from '@wix/events_policies/context';
|
|
14
|
-
export * as rsvpV2 from '@wix/events_rsvp-v-2/context';
|
|
15
|
-
export * as wixEventsV2 from '@wix/events_wix-events-v-2/context';
|
|
16
|
-
export * as ticketDefinitionsV2 from '@wix/events_ticket-definitions-v-2/context';
|
|
17
|
-
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,YAAY,MAAM,mCAAmC,CAAC;AAClE,OAAO,KAAK,UAAU,MAAM,gCAAgC,CAAC;AAC7D,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AACnD,OAAO,KAAK,IAAI,MAAM,0BAA0B,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,iBAAiB,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,8BAA8B,CAAC;AACvD,OAAO,KAAK,WAAW,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,mBAAmB,MAAM,4CAA4C,CAAC"}
|