@remote-ui/react
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.0.3] - 2020-06-24 | ||
### Fixed | ||
- Added entry point information to `package.json`. | ||
## [1.0.1] - 2020-06-23 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@remote-ui/react", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"publishConfig": { | ||
@@ -9,2 +9,19 @@ "access": "public", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
}, | ||
"./": "./", | ||
"./host": { | ||
"import": "./host.mjs", | ||
"require": "./host.js", | ||
"esnext": "./host.esnext" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -18,5 +35,5 @@ "devDependencies": { | ||
"dependencies": { | ||
"@remote-ui/core": "^1.1.0", | ||
"@remote-ui/rpc": "^1.0.1", | ||
"@remote-ui/web-workers": "^1.0.1", | ||
"@remote-ui/core": "^1.1.1", | ||
"@remote-ui/rpc": "^1.0.2", | ||
"@remote-ui/web-workers": "^1.0.2", | ||
"@types/react": ">=16.8.0 <17.0.0", | ||
@@ -23,0 +40,0 @@ "react-reconciler": "^0.25.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
375227
Updated@remote-ui/core@^1.1.1
Updated@remote-ui/rpc@^1.0.2