reactotron-core-contract
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.2.1](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.0...reactotron-core-contract@0.2.1) (2024-01-25) | ||
### Bug Fixes | ||
* **architecture:** Attempt to mitigate compiler error: `Error: Default condition should be last one` ([#1423](https://github.com/infinitered/reactotron/issues/1423)) ([2c7e678](https://github.com/infinitered/reactotron/commit/2c7e678e5afaea79cd01f4ab6e90bd67339fc80a)) | ||
## [0.2.0](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.1.1...reactotron-core-contract@0.2.0) (2023-12-08) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "reactotron-core-contract", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Typescript contracts for websocket messages between server and clients", | ||
@@ -21,6 +21,6 @@ "author": "Infinite Red", | ||
"exports": { | ||
"default": "./dist/index.js", | ||
"import": "./dist/index.esm.js", | ||
"types": "./dist/types/src/index.d.ts", | ||
"react-native": "./src/index.ts" | ||
"react-native": "./src/index.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
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
27455