@wix/auto_sdk_events_categories 1.0.33 → 1.0.34
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.js +0 -12
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +0 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +0 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -12
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +0 -12
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +0 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -12
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +0 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +0 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -12
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +0 -12
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +0 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.js
CHANGED
|
@@ -331,10 +331,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
331
331
|
{
|
|
332
332
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
333
333
|
destPath: "/v1/orders"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
337
|
-
destPath: "/v1/tickets"
|
|
338
334
|
}
|
|
339
335
|
],
|
|
340
336
|
"editor.wixapps.net": [
|
|
@@ -361,10 +357,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
361
357
|
{
|
|
362
358
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
363
359
|
destPath: "/v1/orders"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
367
|
-
destPath: "/v1/tickets"
|
|
368
360
|
}
|
|
369
361
|
],
|
|
370
362
|
"*.dev.wix-code.com": [
|
|
@@ -443,10 +435,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
443
435
|
{
|
|
444
436
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
445
437
|
destPath: "/v1/orders"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
449
|
-
destPath: "/v1/tickets"
|
|
450
438
|
}
|
|
451
439
|
],
|
|
452
440
|
"editor._base_domain_": [
|