@package-broker/main 0.10.7 → 0.10.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@package-broker/main",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,6 +13,12 @@ ENCRYPTION_KEY = "REPLACE_WITH_YOUR_32_BYTE_KEY_BASE64"
13
13
  # Optional: Set to restrict admin API access
14
14
  # ADMIN_TOKEN = "your-admin-token"
15
15
 
16
+ # Workers Logs (free tier: 200k events/day, 3-day retention)
17
+ # View logs in Cloudflare Dashboard: Workers & Pages > Your Worker > Logs
18
+ [observability]
19
+ enabled = true
20
+ head_sampling_rate = 1
21
+
16
22
  # D1 Database
17
23
  [[d1_databases]]
18
24
  binding = "DB"