@nubjs/types 0.9.1 → 0.9.2-canary.20260914.518

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.
Files changed (2) hide show
  1. package/common.d.ts +1 -1
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -150,7 +150,7 @@ declare var Worker: __NubUseLibDomIfAvailable<
150
150
 
151
151
  // ── import.meta.hot (Vite-compatible — v0.x, shape committed v0.1) ──
152
152
  // Forward-compat commitment: ships now so framework authors can code against the
153
- // shape. `import.meta.hot` is `undefined` unless `nub watch --hot` is active.
153
+ // shape. No Nub run defines `import.meta.hot`, so it is `undefined` at runtime.
154
154
  interface ImportMeta {
155
155
  readonly hot?: {
156
156
  readonly data: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubjs/types",
3
- "version": "0.9.1",
3
+ "version": "0.9.2-canary.20260914.518",
4
4
  "description": "TypeScript ambient declarations for code authored against the Nub runtime",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/nubjs/nub",