@camstack/addon-cloudflare 1.1.18 → 1.1.20
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/dist/{dist-jW8o528S.mjs → dist-3bMs98nB.mjs} +9 -1
- package/dist/{dist-CcLXZ_31.js → dist-DuQ4o4B5.js} +9 -1
- package/dist/tunnel/cloudflare-tunnel.addon.js +1 -1
- package/dist/tunnel/cloudflare-tunnel.addon.mjs +1 -1
- package/dist/turn/cloudflare-turn.addon.js +1 -1
- package/dist/turn/cloudflare-turn.addon.mjs +1 -1
- package/package.json +1 -1
|
@@ -16619,7 +16619,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16619
16619
|
latestVersion: string().nullable(),
|
|
16620
16620
|
hasUpdate: boolean(),
|
|
16621
16621
|
/** Optional manifest description for the row tooltip. */
|
|
16622
|
-
description: string().optional()
|
|
16622
|
+
description: string().optional(),
|
|
16623
|
+
/**
|
|
16624
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16625
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16626
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16627
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16628
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16629
|
+
*/
|
|
16630
|
+
buildId: string().nullable()
|
|
16623
16631
|
});
|
|
16624
16632
|
var LogStreamEntrySchema = object({
|
|
16625
16633
|
timestamp: string(),
|
|
@@ -16619,7 +16619,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16619
16619
|
latestVersion: string().nullable(),
|
|
16620
16620
|
hasUpdate: boolean(),
|
|
16621
16621
|
/** Optional manifest description for the row tooltip. */
|
|
16622
|
-
description: string().optional()
|
|
16622
|
+
description: string().optional(),
|
|
16623
|
+
/**
|
|
16624
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16625
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16626
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16627
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16628
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16629
|
+
*/
|
|
16630
|
+
buildId: string().nullable()
|
|
16623
16631
|
});
|
|
16624
16632
|
var LogStreamEntrySchema = object({
|
|
16625
16633
|
timestamp: string(),
|
|
@@ -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-
|
|
24
|
+
const require_dist = require("../dist-DuQ4o4B5.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-
|
|
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-3bMs98nB.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-
|
|
2
|
+
const require_dist = require("../dist-DuQ4o4B5.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-
|
|
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-3bMs98nB.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.
|
|
3
|
+
"version": "1.1.20",
|
|
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",
|