@wix/sdk-types
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -9,3 +9,3 @@ import { MonitoringClient } from '@wix/monitoring-types'; | ||
type Host<Environment = unknown> = { | ||
channel: { | ||
channel?: { | ||
observeState(callback: (props: unknown, environment: Environment) => unknown): { | ||
@@ -12,0 +12,0 @@ disconnect: () => void; |
{ | ||
"name": "@wix/sdk-types", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"license": "UNLICENSED", | ||
@@ -34,8 +34,8 @@ "author": { | ||
"devDependencies": { | ||
"@types/node": "^20.17.10", | ||
"@types/node": "^20.17.12", | ||
"eslint": "^8.57.1", | ||
"eslint-config-sdk": "0.0.0", | ||
"tsup": "^7.3.0", | ||
"type-fest": "^4.31.0", | ||
"typescript": "^5.7.2" | ||
"type-fest": "^4.32.0", | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -62,3 +62,3 @@ "eslintConfig": { | ||
}, | ||
"falconPackageHash": "d5217e053bcbd31cbd1e1df8a6961bd38ab9ab0a5d54fd9ac456c89c" | ||
"falconPackageHash": "6cfca460db3292dd9820a45f294e2848f8029f6f2e8df8f4927420d6" | ||
} |
Sorry, the diff of this file is not supported yet
48554