@wix/motion 1.0.70 → 1.0.71
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 +9 -4
- package/build/cjs/index.js +44 -30
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -3
- package/build/cjs/meta.js +44 -27
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +9 -0
- package/build/es/index.mjs +10 -0
- package/build/es/index.mjs.map +1 -0
- package/build/es/meta.d.mts +6 -0
- package/build/es/meta.mjs +10 -0
- package/build/es/meta.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +9 -4
- package/build/internal/cjs/index.js +44 -30
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -3
- package/build/internal/cjs/meta.js +44 -27
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +9 -0
- package/build/internal/es/index.mjs +10 -0
- package/build/internal/es/index.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +6 -0
- package/build/internal/es/meta.mjs +10 -0
- package/build/internal/es/meta.mjs.map +1 -0
- package/package.json +13 -11
- package/build/es/index.d.ts +0 -4
- package/build/es/index.js +0 -5
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -3
- package/build/es/meta.js +0 -4
- package/build/es/meta.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -4
- package/build/internal/es/index.js +0 -5
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -3
- package/build/internal/es/meta.js +0 -4
- package/build/internal/es/meta.js.map +0 -1
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
import * as
|
|
4
|
-
export {
|
|
1
|
+
import * as auto_sdk_motion_alarms from '@wix/auto_sdk_motion_alarms';
|
|
2
|
+
export { auto_sdk_motion_alarms as alarms };
|
|
3
|
+
import * as auto_sdk_motion_metroinspector from '@wix/auto_sdk_motion_metroinspector';
|
|
4
|
+
export { auto_sdk_motion_metroinspector as metroinspector };
|
|
5
|
+
import * as auto_sdk_motion_products from '@wix/auto_sdk_motion_products';
|
|
6
|
+
export { auto_sdk_motion_products as products };
|
|
7
|
+
import '@wix/auto_sdk_motion_alarms/meta';
|
|
8
|
+
import '@wix/auto_sdk_motion_metroinspector/meta';
|
|
9
|
+
import '@wix/auto_sdk_motion_products/meta';
|
package/build/cjs/index.js
CHANGED
|
@@ -1,33 +1,47 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
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;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
alarms: () => alarms,
|
|
34
|
+
metroinspector: () => metroinspector,
|
|
35
|
+
products: () => products
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(index_exports);
|
|
38
|
+
var alarms = __toESM(require("@wix/auto_sdk_motion_alarms"));
|
|
39
|
+
var metroinspector = __toESM(require("@wix/auto_sdk_motion_metroinspector"));
|
|
40
|
+
var products = __toESM(require("@wix/auto_sdk_motion_products"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
alarms,
|
|
44
|
+
metroinspector,
|
|
45
|
+
products
|
|
46
|
+
});
|
|
33
47
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as alarms from '@wix/auto_sdk_motion_alarms';\nimport * as metroinspector from '@wix/auto_sdk_motion_metroinspector';\nimport * as products from '@wix/auto_sdk_motion_products';\n\nexport { alarms, metroinspector, products };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,qBAAgC;AAChC,eAA0B;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
1
|
+
import * as meta from '@wix/auto_sdk_motion_alarms/meta';
|
|
2
|
+
export { meta as alarms };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_motion_metroinspector/meta';
|
|
4
|
+
export { meta$1 as metroinspector };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_motion_products/meta';
|
|
6
|
+
export { meta$2 as products };
|
package/build/cjs/meta.js
CHANGED
|
@@ -1,30 +1,47 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
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;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
alarms: () => alarms,
|
|
34
|
+
metroinspector: () => metroinspector,
|
|
35
|
+
products: () => products
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(meta_exports);
|
|
38
|
+
var alarms = __toESM(require("@wix/auto_sdk_motion_alarms/meta"));
|
|
39
|
+
var metroinspector = __toESM(require("@wix/auto_sdk_motion_metroinspector/meta"));
|
|
40
|
+
var products = __toESM(require("@wix/auto_sdk_motion_products/meta"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
alarms,
|
|
44
|
+
metroinspector,
|
|
45
|
+
products
|
|
46
|
+
});
|
|
30
47
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as alarms from '@wix/auto_sdk_motion_alarms/meta';\nexport * as metroinspector from '@wix/auto_sdk_motion_metroinspector/meta';\nexport * as products from '@wix/auto_sdk_motion_products/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,qBAAgC;AAChC,eAA0B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as auto_sdk_motion_alarms from '@wix/auto_sdk_motion_alarms';
|
|
2
|
+
export { auto_sdk_motion_alarms as alarms };
|
|
3
|
+
import * as auto_sdk_motion_metroinspector from '@wix/auto_sdk_motion_metroinspector';
|
|
4
|
+
export { auto_sdk_motion_metroinspector as metroinspector };
|
|
5
|
+
import * as auto_sdk_motion_products from '@wix/auto_sdk_motion_products';
|
|
6
|
+
export { auto_sdk_motion_products as products };
|
|
7
|
+
import '@wix/auto_sdk_motion_alarms/meta';
|
|
8
|
+
import '@wix/auto_sdk_motion_metroinspector/meta';
|
|
9
|
+
import '@wix/auto_sdk_motion_products/meta';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as alarms from "@wix/auto_sdk_motion_alarms";
|
|
3
|
+
import * as metroinspector from "@wix/auto_sdk_motion_metroinspector";
|
|
4
|
+
import * as products from "@wix/auto_sdk_motion_products";
|
|
5
|
+
export {
|
|
6
|
+
alarms,
|
|
7
|
+
metroinspector,
|
|
8
|
+
products
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as alarms from '@wix/auto_sdk_motion_alarms';\nimport * as metroinspector from '@wix/auto_sdk_motion_metroinspector';\nimport * as products from '@wix/auto_sdk_motion_products';\n\nexport { alarms, metroinspector, products };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,oBAAoB;AAChC,YAAY,cAAc;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_motion_alarms/meta';
|
|
2
|
+
export { meta as alarms };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_motion_metroinspector/meta';
|
|
4
|
+
export { meta$1 as metroinspector };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_motion_products/meta';
|
|
6
|
+
export { meta$2 as products };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as alarms from "@wix/auto_sdk_motion_alarms/meta";
|
|
3
|
+
import * as metroinspector from "@wix/auto_sdk_motion_metroinspector/meta";
|
|
4
|
+
import * as products from "@wix/auto_sdk_motion_products/meta";
|
|
5
|
+
export {
|
|
6
|
+
alarms,
|
|
7
|
+
metroinspector,
|
|
8
|
+
products
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as alarms from '@wix/auto_sdk_motion_alarms/meta';\nexport * as metroinspector from '@wix/auto_sdk_motion_metroinspector/meta';\nexport * as products from '@wix/auto_sdk_motion_products/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,oBAAoB;AAChC,YAAY,cAAc;","names":[]}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
import * as
|
|
4
|
-
export {
|
|
1
|
+
import * as auto_sdk_motion_alarms from '@wix/auto_sdk_motion_alarms';
|
|
2
|
+
export { auto_sdk_motion_alarms as alarms };
|
|
3
|
+
import * as auto_sdk_motion_metroinspector from '@wix/auto_sdk_motion_metroinspector';
|
|
4
|
+
export { auto_sdk_motion_metroinspector as metroinspector };
|
|
5
|
+
import * as auto_sdk_motion_products from '@wix/auto_sdk_motion_products';
|
|
6
|
+
export { auto_sdk_motion_products as products };
|
|
7
|
+
import '@wix/auto_sdk_motion_alarms/meta';
|
|
8
|
+
import '@wix/auto_sdk_motion_metroinspector/meta';
|
|
9
|
+
import '@wix/auto_sdk_motion_products/meta';
|
|
@@ -1,33 +1,47 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
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;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
alarms: () => alarms,
|
|
34
|
+
metroinspector: () => metroinspector,
|
|
35
|
+
products: () => products
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(index_exports);
|
|
38
|
+
var alarms = __toESM(require("@wix/auto_sdk_motion_alarms"));
|
|
39
|
+
var metroinspector = __toESM(require("@wix/auto_sdk_motion_metroinspector"));
|
|
40
|
+
var products = __toESM(require("@wix/auto_sdk_motion_products"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
alarms,
|
|
44
|
+
metroinspector,
|
|
45
|
+
products
|
|
46
|
+
});
|
|
33
47
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as alarms from '@wix/auto_sdk_motion_alarms';\nimport * as metroinspector from '@wix/auto_sdk_motion_metroinspector';\nimport * as products from '@wix/auto_sdk_motion_products';\n\nexport { alarms, metroinspector, products };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,qBAAgC;AAChC,eAA0B;","names":[]}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
1
|
+
import * as meta from '@wix/auto_sdk_motion_alarms/meta';
|
|
2
|
+
export { meta as alarms };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_motion_metroinspector/meta';
|
|
4
|
+
export { meta$1 as metroinspector };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_motion_products/meta';
|
|
6
|
+
export { meta$2 as products };
|
|
@@ -1,30 +1,47 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
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;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
alarms: () => alarms,
|
|
34
|
+
metroinspector: () => metroinspector,
|
|
35
|
+
products: () => products
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(meta_exports);
|
|
38
|
+
var alarms = __toESM(require("@wix/auto_sdk_motion_alarms/meta"));
|
|
39
|
+
var metroinspector = __toESM(require("@wix/auto_sdk_motion_metroinspector/meta"));
|
|
40
|
+
var products = __toESM(require("@wix/auto_sdk_motion_products/meta"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
alarms,
|
|
44
|
+
metroinspector,
|
|
45
|
+
products
|
|
46
|
+
});
|
|
30
47
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as alarms from '@wix/auto_sdk_motion_alarms/meta';\nexport * as metroinspector from '@wix/auto_sdk_motion_metroinspector/meta';\nexport * as products from '@wix/auto_sdk_motion_products/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,qBAAgC;AAChC,eAA0B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as auto_sdk_motion_alarms from '@wix/auto_sdk_motion_alarms';
|
|
2
|
+
export { auto_sdk_motion_alarms as alarms };
|
|
3
|
+
import * as auto_sdk_motion_metroinspector from '@wix/auto_sdk_motion_metroinspector';
|
|
4
|
+
export { auto_sdk_motion_metroinspector as metroinspector };
|
|
5
|
+
import * as auto_sdk_motion_products from '@wix/auto_sdk_motion_products';
|
|
6
|
+
export { auto_sdk_motion_products as products };
|
|
7
|
+
import '@wix/auto_sdk_motion_alarms/meta';
|
|
8
|
+
import '@wix/auto_sdk_motion_metroinspector/meta';
|
|
9
|
+
import '@wix/auto_sdk_motion_products/meta';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as alarms from "@wix/auto_sdk_motion_alarms";
|
|
3
|
+
import * as metroinspector from "@wix/auto_sdk_motion_metroinspector";
|
|
4
|
+
import * as products from "@wix/auto_sdk_motion_products";
|
|
5
|
+
export {
|
|
6
|
+
alarms,
|
|
7
|
+
metroinspector,
|
|
8
|
+
products
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as alarms from '@wix/auto_sdk_motion_alarms';\nimport * as metroinspector from '@wix/auto_sdk_motion_metroinspector';\nimport * as products from '@wix/auto_sdk_motion_products';\n\nexport { alarms, metroinspector, products };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,oBAAoB;AAChC,YAAY,cAAc;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_motion_alarms/meta';
|
|
2
|
+
export { meta as alarms };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_motion_metroinspector/meta';
|
|
4
|
+
export { meta$1 as metroinspector };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_motion_products/meta';
|
|
6
|
+
export { meta$2 as products };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as alarms from "@wix/auto_sdk_motion_alarms/meta";
|
|
3
|
+
import * as metroinspector from "@wix/auto_sdk_motion_metroinspector/meta";
|
|
4
|
+
import * as products from "@wix/auto_sdk_motion_products/meta";
|
|
5
|
+
export {
|
|
6
|
+
alarms,
|
|
7
|
+
metroinspector,
|
|
8
|
+
products
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as alarms from '@wix/auto_sdk_motion_alarms/meta';\nexport * as metroinspector from '@wix/auto_sdk_motion_metroinspector/meta';\nexport * as products from '@wix/auto_sdk_motion_products/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,oBAAoB;AAChC,YAAY,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/motion",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.71",
|
|
4
|
+
"license": "MIT",
|
|
4
5
|
"publishConfig": {
|
|
5
6
|
"registry": "https://registry.npmjs.org/",
|
|
6
7
|
"access": "public"
|
|
@@ -12,18 +13,18 @@
|
|
|
12
13
|
],
|
|
13
14
|
"sideEffects": false,
|
|
14
15
|
"main": "./build/cjs/index.js",
|
|
15
|
-
"types": "./build/
|
|
16
|
+
"types": "./build/cjs/index.d.ts",
|
|
16
17
|
"exports": {
|
|
17
18
|
".": {
|
|
18
|
-
"import": "./build/es/index.
|
|
19
|
+
"import": "./build/es/index.mjs",
|
|
19
20
|
"require": "./build/cjs/index.js",
|
|
20
|
-
"types": "./build/es/index.d.
|
|
21
|
+
"types": "./build/es/index.d.mts"
|
|
21
22
|
},
|
|
22
23
|
"./package.json": "./package.json",
|
|
23
24
|
"./meta": {
|
|
24
|
-
"import": "./build/es/meta.
|
|
25
|
+
"import": "./build/es/meta.mjs",
|
|
25
26
|
"require": "./build/cjs/meta.js",
|
|
26
|
-
"types": "./build/es/meta.d.
|
|
27
|
+
"types": "./build/es/meta.d.mts"
|
|
27
28
|
}
|
|
28
29
|
},
|
|
29
30
|
"files": [
|
|
@@ -32,15 +33,16 @@
|
|
|
32
33
|
"service-plugins"
|
|
33
34
|
],
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@wix/auto_sdk_motion_alarms": "1.0.
|
|
36
|
-
"@wix/auto_sdk_motion_metroinspector": "1.0.
|
|
37
|
-
"@wix/auto_sdk_motion_products": "1.0.
|
|
36
|
+
"@wix/auto_sdk_motion_alarms": "1.0.1",
|
|
37
|
+
"@wix/auto_sdk_motion_metroinspector": "1.0.1",
|
|
38
|
+
"@wix/auto_sdk_motion_products": "1.0.3"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
41
|
+
"tsup": "^8.4.0",
|
|
40
42
|
"typescript": "^5.3.2"
|
|
41
43
|
},
|
|
42
44
|
"scripts": {
|
|
43
|
-
"build": "
|
|
45
|
+
"build": "tsup",
|
|
44
46
|
"test": ":"
|
|
45
47
|
},
|
|
46
48
|
"wix": {
|
|
@@ -54,5 +56,5 @@
|
|
|
54
56
|
"fqdn": ""
|
|
55
57
|
}
|
|
56
58
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
59
|
+
"falconPackageHash": "468ca82dd24b4ae70bf15b7076c1201f85f13bab160d2b5efe85ea71"
|
|
58
60
|
}
|
package/build/es/index.d.ts
DELETED
package/build/es/index.js
DELETED
package/build/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,qCAAqC,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAE1D,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC"}
|
package/build/es/meta.d.ts
DELETED
package/build/es/meta.js
DELETED
package/build/es/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kCAAkC,CAAC;AAC3D,OAAO,KAAK,cAAc,MAAM,0CAA0C,CAAC;AAC3E,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,qCAAqC,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAE1D,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kCAAkC,CAAC;AAC3D,OAAO,KAAK,cAAc,MAAM,0CAA0C,CAAC;AAC3E,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC"}
|