@camstack/addon-export-hap 0.1.1 → 0.1.2

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.
@@ -58,21 +58,21 @@ async function i() {
58
58
  }), n.share["react/jsx-runtime"] = t;
59
59
  }
60
60
  if (n.share["@camstack/sdk"] === void 0) {
61
- let e = { ...await import("./dist-C_M8X1vZ.mjs") };
61
+ let e = { ...await import("./dist-DvB1ylHP.mjs") };
62
62
  Object.defineProperty(e, "__esModule", {
63
63
  value: !0,
64
64
  enumerable: !1
65
65
  }), n.share["@camstack/sdk"] = e;
66
66
  }
67
67
  if (n.share["@camstack/types"] === void 0) {
68
- let e = { ...await import("./dist-C_kcZj9a.mjs") };
68
+ let e = { ...await import("./dist-B4EgL9KT.mjs") };
69
69
  Object.defineProperty(e, "__esModule", {
70
70
  value: !0,
71
71
  enumerable: !1
72
72
  }), n.share["@camstack/types"] = e;
73
73
  }
74
74
  if (n.share["@camstack/ui-library"] === void 0) {
75
- let e = { ...await import("./dist-Bna6cbWX.mjs") };
75
+ let e = { ...await import("./dist-v8qx0EEt.mjs") };
76
76
  Object.defineProperty(e, "__esModule", {
77
77
  value: !0,
78
78
  enumerable: !1
@@ -97,17 +97,17 @@ async function i() {
97
97
  } },
98
98
  "@camstack/sdk": { shareConfig: {
99
99
  singleton: !0,
100
- requiredVersion: "^0.1.46",
100
+ requiredVersion: "^0.1.47",
101
101
  import: !1
102
102
  } },
103
103
  "@camstack/types": { shareConfig: {
104
104
  singleton: !0,
105
- requiredVersion: "^0.1.32",
105
+ requiredVersion: "^0.1.33",
106
106
  import: !1
107
107
  } },
108
108
  "@camstack/ui-library": { shareConfig: {
109
109
  singleton: !0,
110
- requiredVersion: "^0.1.49",
110
+ requiredVersion: "^0.1.50",
111
111
  import: !1
112
112
  } },
113
113
  "@tanstack/react-query": { shareConfig: {
@@ -38,7 +38,7 @@ async function p(e) {
38
38
  }
39
39
  }
40
40
  async function m() {
41
- return l ||= p(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_export_hap_page-Cq9F5QFd.mjs")).catch((e) => {
41
+ return l ||= p(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_export_hap_page-DtbdD5CL.mjs")).catch((e) => {
42
42
  throw l = void 0, e;
43
43
  }), l;
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-hap",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "HomeKit (HAP) bridge exporter for CamStack devices. Publishes a bridged accessory per exposed device — MotionSensor in this MVP; Camera/Doorbell/Switch/Light follow.",
5
5
  "keywords": [
6
6
  "camstack",
@@ -51,12 +51,15 @@
51
51
  "remoteName": "addon_export_hap_page",
52
52
  "bundle": "remoteEntry.js"
53
53
  }
54
- ]
54
+ ],
55
+ "icon": "assets/icon.svg",
56
+ "color": "#000000"
55
57
  }
56
58
  ]
57
59
  },
58
60
  "files": [
59
- "dist"
61
+ "dist",
62
+ "assets"
60
63
  ],
61
64
  "scripts": {
62
65
  "build": "vite build && vite build -c vite.page.config.ts",