@uuidna/qpu 0.1.0 → 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.
package/worker.js DELETED
@@ -1,2 +0,0 @@
1
- /** theorem qpuWorker : default fetch is dist/quantum/processing/unit. */
2
- export { default } from './dist/quantum/processing/unit/index.js'
package/wrangler.toml DELETED
@@ -1,26 +0,0 @@
1
- # theorem qpuReplica : worker uuidna-qpu is the named host qpu.uuidna.com.
2
- # Proof. Source is src/quantum/processing/unit; main re-exports dist.
3
- # QPU_HOST = unit.host; mismatch or * is lost. API only. No wildcards. No HTML.
4
- name = "uuidna-qpu"
5
- main = "worker.js"
6
- compatibility_date = "2026-08-01"
7
- workers_dev = true
8
-
9
- [[routes]]
10
- pattern = "qpu.uuidna.com"
11
- custom_domain = true
12
-
13
- [vars]
14
- QPU_HOST = "qpu.uuidna.com"
15
-
16
- [[kv_namespaces]]
17
- binding = "STORAGE"
18
- id = "b341b266250444198e54508ca3aee53a"
19
- preview_id = "b341b266250444198e54508ca3aee53a"
20
-
21
- [[r2_buckets]]
22
- binding = "BLOBS"
23
- bucket_name = "uuidna-qpu-blobs"
24
-
25
- [version_metadata]
26
- binding = "CF_VERSION_METADATA"