@servicetitan/ko-bridge
Advanced tools
Comparing version 11.0.0 to 12.0.0
{ | ||
"name": "@servicetitan/ko-bridge", | ||
"version": "11.0.0", | ||
"version": "12.0.0", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "homepage": "https://docs.st.dev/docs/frontend/ko-bridge", | ||
"knockout": "~3.0.0", | ||
"mobx": "~5.15.6", | ||
"mobx": "~6.1.3", | ||
"react": "~17.0.1", | ||
@@ -29,3 +29,3 @@ "react-dom": "~17.0.1" | ||
"knockout": "~3.0.0", | ||
"mobx": "~5.15.6", | ||
"mobx": "~6.1.3", | ||
"react": "~16.14.0 || ~17.0.1", | ||
@@ -40,3 +40,3 @@ "react-dom": "~16.14.0 || ~17.0.1" | ||
}, | ||
"gitHead": "4a25058dbdda304e1abcef5160e299d076867b4a" | ||
"gitHead": "554fc99b77358f1b50ea5a6f07b1629d5cb80054" | ||
} |
@@ -120,3 +120,3 @@ import { autorun } from 'mobx'; | ||
@koObservableToMobx(() => koObservable) | ||
value!: string; | ||
declare value: string; | ||
} | ||
@@ -134,3 +134,3 @@ | ||
@koObservableToMobx(() => koObservable) | ||
value!: string; | ||
declare value: string; | ||
} | ||
@@ -149,3 +149,3 @@ | ||
@koObservableToMobx(() => koObservable) | ||
value!: string; | ||
declare value: string; | ||
} | ||
@@ -152,0 +152,0 @@ const instance = new Store(); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34721
1