@starbeam/interfaces
Advanced tools
Comparing version 0.8.6 to 0.8.7
# @starbeam/interfaces | ||
## 0.8.7 | ||
### Patch Changes | ||
- 14f961b: Fixes #75 | ||
- Updated dependencies [14f961b] | ||
- @starbeam/shared@1.3.5 | ||
## 0.8.7 | ||
### Patch Changes | ||
- ded6421: Add /setup to preact | ||
- Updated dependencies [ded6421] | ||
- @starbeam/shared@1.3.4 | ||
## 0.8.6 | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@starbeam/interfaces", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "main": "index.d.ts", | ||
"@domtree/any": "^0.9.3", | ||
"@starbeam/shared": "^1.3.3" | ||
"@starbeam/shared": "^1.3.5" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": {}, |
@@ -43,3 +43,4 @@ import type { ReactiveId } from "./protocol.js"; | ||
export interface DescriptionDescribeOptions extends StackFrameDisplayOptions { | ||
source?: boolean; | ||
source?: boolean | undefined; | ||
id?: boolean | undefined; | ||
} | ||
@@ -46,0 +47,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19734
502
Updated@starbeam/shared@^1.3.5