@wix/real-estate-yaniv 1.0.13 → 1.0.15
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 +6 -0
- package/build/cjs/index.js +5 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -4
- package/build/cjs/meta.js +5 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +6 -0
- package/build/cjs/schemas.js +47 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/index.d.mts +6 -0
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -4
- package/build/es/meta.mjs +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +6 -0
- package/build/es/schemas.mjs +10 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +6 -0
- package/build/internal/cjs/index.js +5 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -4
- package/build/internal/cjs/meta.js +5 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +6 -0
- package/build/internal/cjs/schemas.js +47 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.d.mts +6 -0
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -4
- package/build/internal/es/meta.mjs +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +6 -0
- package/build/internal/es/schemas.mjs +10 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +13 -6
- package/schemas/package.json +3 -0
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
13
|
+
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
14
|
+
import '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
15
|
+
import '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
package/build/cjs/index.js
CHANGED
|
@@ -32,16 +32,19 @@ var index_exports = {};
|
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
package/build/cjs/meta.js
CHANGED
|
@@ -32,16 +32,19 @@ var meta_exports = {};
|
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions/meta"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties/meta"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists/meta"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
2
|
+
export { schemas as auctions };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
4
|
+
export { schemas$1 as properties };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
|
6
|
+
export { schemas$2 as propertyLists };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
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;
|
|
19
|
+
};
|
|
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
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
auctions: () => auctions,
|
|
34
|
+
properties: () => properties,
|
|
35
|
+
propertyLists: () => propertyLists
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
38
|
+
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions/schemas"));
|
|
39
|
+
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties/schemas"));
|
|
40
|
+
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists/schemas"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
auctions,
|
|
44
|
+
properties,
|
|
45
|
+
propertyLists
|
|
46
|
+
});
|
|
47
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
13
|
+
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
14
|
+
import '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
15
|
+
import '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
package/build/es/index.mjs
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
package/build/es/meta.mjs
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions/meta";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties/meta";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists/meta";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
2
|
+
export { schemas as auctions };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
4
|
+
export { schemas$1 as properties };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
|
6
|
+
export { schemas$2 as propertyLists };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions/schemas";
|
|
3
|
+
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties/schemas";
|
|
4
|
+
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists/schemas";
|
|
5
|
+
export {
|
|
6
|
+
auctions,
|
|
7
|
+
properties,
|
|
8
|
+
propertyLists
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
13
|
+
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
14
|
+
import '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
15
|
+
import '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
|
@@ -32,16 +32,19 @@ var index_exports = {};
|
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
|
@@ -32,16 +32,19 @@ var meta_exports = {};
|
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions/meta"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties/meta"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists/meta"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
2
|
+
export { schemas as auctions };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
4
|
+
export { schemas$1 as properties };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
|
6
|
+
export { schemas$2 as propertyLists };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
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;
|
|
19
|
+
};
|
|
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
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
auctions: () => auctions,
|
|
34
|
+
properties: () => properties,
|
|
35
|
+
propertyLists: () => propertyLists
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
38
|
+
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions/schemas"));
|
|
39
|
+
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties/schemas"));
|
|
40
|
+
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists/schemas"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
auctions,
|
|
44
|
+
properties,
|
|
45
|
+
propertyLists
|
|
46
|
+
});
|
|
47
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
13
|
+
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
14
|
+
import '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
15
|
+
import '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions/meta";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties/meta";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists/meta";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
2
|
+
export { schemas as auctions };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';
|
|
4
|
+
export { schemas$1 as properties };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';
|
|
6
|
+
export { schemas$2 as propertyLists };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions/schemas";
|
|
3
|
+
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties/schemas";
|
|
4
|
+
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists/schemas";
|
|
5
|
+
export {
|
|
6
|
+
auctions,
|
|
7
|
+
properties,
|
|
8
|
+
propertyLists
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/schemas';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/schemas';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/real-estate-yaniv",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -25,17 +25,24 @@
|
|
|
25
25
|
"import": "./build/es/meta.mjs",
|
|
26
26
|
"require": "./build/cjs/meta.js",
|
|
27
27
|
"types": "./build/es/meta.d.mts"
|
|
28
|
+
},
|
|
29
|
+
"./schemas": {
|
|
30
|
+
"import": "./build/es/schemas.mjs",
|
|
31
|
+
"require": "./build/cjs/schemas.js",
|
|
32
|
+
"types": "./build/es/schemas.d.mts"
|
|
28
33
|
}
|
|
29
34
|
},
|
|
30
35
|
"files": [
|
|
31
36
|
"build",
|
|
32
37
|
"meta",
|
|
33
|
-
"service-plugins"
|
|
38
|
+
"service-plugins",
|
|
39
|
+
"schemas"
|
|
34
40
|
],
|
|
35
41
|
"dependencies": {
|
|
36
|
-
"@wix/auto_sdk_real-estate-yaniv_auctions": "1.0.
|
|
37
|
-
"@wix/auto_sdk_real-estate-yaniv_properties": "1.0.
|
|
38
|
-
"@wix/auto_sdk_real-estate-yaniv_property-lists": "1.0.
|
|
42
|
+
"@wix/auto_sdk_real-estate-yaniv_auctions": "1.0.3",
|
|
43
|
+
"@wix/auto_sdk_real-estate-yaniv_properties": "1.0.11",
|
|
44
|
+
"@wix/auto_sdk_real-estate-yaniv_property-lists": "1.0.4",
|
|
45
|
+
"@wix/auto_sdk_real-estate-yaniv_shop-this-room": "1.0.0"
|
|
39
46
|
},
|
|
40
47
|
"devDependencies": {
|
|
41
48
|
"tsup": "^8.4.0",
|
|
@@ -56,5 +63,5 @@
|
|
|
56
63
|
"fqdn": ""
|
|
57
64
|
}
|
|
58
65
|
},
|
|
59
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "022238ecd5a21b1f3e09c802fb430c6b95c2d57044aea571a8db5bf2"
|
|
60
67
|
}
|