@camstack/addon-cloudflare 1.1.5 → 1.1.7

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.
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
4627
4627
  return inst;
4628
4628
  }
4629
4629
  //#endregion
4630
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4630
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4631
4631
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4632
4632
  EventCategory["SystemBoot"] = "system.boot";
4633
4633
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6427,6 +6427,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6427
6427
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6428
6428
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6429
6429
  DeviceRole["PressureSensor"] = "pressure-sensor";
6430
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6431
+ DeviceRole["WindSensor"] = "wind-sensor";
6432
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6433
+ DeviceRole["RainSensor"] = "rain-sensor";
6434
+ /** UV index (weather-station `uv-sensor` cap). */
6435
+ DeviceRole["UvSensor"] = "uv-sensor";
6436
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6437
+ * Distinct from AmbientLightSensor (lux). */
6438
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6439
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6440
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6430
6441
  DeviceRole["PowerSensor"] = "power-sensor";
6431
6442
  DeviceRole["EnergySensor"] = "energy-sensor";
6432
6443
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
4627
4627
  return inst;
4628
4628
  }
4629
4629
  //#endregion
4630
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4630
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4631
4631
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4632
4632
  EventCategory["SystemBoot"] = "system.boot";
4633
4633
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6427,6 +6427,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6427
6427
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6428
6428
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6429
6429
  DeviceRole["PressureSensor"] = "pressure-sensor";
6430
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6431
+ DeviceRole["WindSensor"] = "wind-sensor";
6432
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6433
+ DeviceRole["RainSensor"] = "rain-sensor";
6434
+ /** UV index (weather-station `uv-sensor` cap). */
6435
+ DeviceRole["UvSensor"] = "uv-sensor";
6436
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6437
+ * Distinct from AmbientLightSensor (lux). */
6438
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6439
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6440
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6430
6441
  DeviceRole["PowerSensor"] = "power-sensor";
6431
6442
  DeviceRole["EnergySensor"] = "energy-sensor";
6432
6443
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -21,7 +21,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  enumerable: true
22
22
  }) : target, mod));
23
23
  //#endregion
24
- const require_dist = require("../dist-DIuCey2a.js");
24
+ const require_dist = require("../dist-DnB1j31B.js");
25
25
  let node_path = require("node:path");
26
26
  node_path = __toESM(node_path);
27
27
  let node_crypto = require("node:crypto");
@@ -1,4 +1,4 @@
1
- import { a as BaseAddon, c as array, d as literal, f as number, l as boolean, m as string, n as defineCustomActions, o as EventCategory, p as object, r as networkAccessCapability, s as _enum, t as customAction } from "../dist-BT1qVgA6.mjs";
1
+ import { a as BaseAddon, c as array, d as literal, f as number, l as boolean, m as string, n as defineCustomActions, o as EventCategory, p as object, r as networkAccessCapability, s as _enum, t as customAction } from "../dist-D3vgD4ZI.mjs";
2
2
  import * as path from "node:path";
3
3
  import { randomUUID } from "node:crypto";
4
4
  import { spawn } from "node:child_process";
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_dist = require("../dist-DIuCey2a.js");
2
+ const require_dist = require("../dist-DnB1j31B.js");
3
3
  //#region src/turn/cloudflare-turn.ts
4
4
  /**
5
5
  * Cloudflare returns ICE servers in several flavours depending on which
@@ -1,4 +1,4 @@
1
- import { a as BaseAddon, d as literal, f as number, i as turnProviderCapability, l as boolean, m as string, n as defineCustomActions, p as object, t as customAction, u as discriminatedUnion } from "../dist-BT1qVgA6.mjs";
1
+ import { a as BaseAddon, d as literal, f as number, i as turnProviderCapability, l as boolean, m as string, n as defineCustomActions, p as object, t as customAction, u as discriminatedUnion } from "../dist-D3vgD4ZI.mjs";
2
2
  //#region src/turn/cloudflare-turn.ts
3
3
  /**
4
4
  * Cloudflare returns ICE servers in several flavours depending on which
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-cloudflare",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Cloudflare bundle — Tunnel (network-access) + TURN relay (turn-provider). Multi-entry npm package shipping 2 addons under a single bundle.",
5
5
  "keywords": [
6
6
  "camstack",