@frui.ts/htmlcontrols
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.3", | ||
"description": "Plain HTML controls ready for Frui.ts integration", | ||
@@ -26,14 +26,21 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/fruits-htmlcontrols.umd.js", | ||
"module": "./dist/fruits-htmlcontrols.es.js", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/fruits-htmlcontrols.es.js", | ||
"require": "./dist/fruits-htmlcontrols.umd.js" | ||
"import": { | ||
"default": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/index.umd.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -44,14 +51,14 @@ "clean": "rimraf dist", | ||
"devDependencies": { | ||
"@types/react": "^18.2.11" | ||
"@types/react": "^18.2.21" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/helpers": "^1.0.0-rc.2", | ||
"@frui.ts/views": "^1.0.0-rc.2", | ||
"mobx-react-lite": "3.4.3" | ||
"@frui.ts/helpers": "^1.0.0-rc.3", | ||
"@frui.ts/views": "^1.0.0-rc.3", | ||
"mobx-react-lite": "4.0.4" | ||
}, | ||
"peerDependencies": { | ||
"mobx": "6", | ||
"react": "^17.0.2" | ||
"react": "18" | ||
}, | ||
"gitHead": "0a6acd2dea7f4c925c56aae7717802e3b8aa7e7a" | ||
"gitHead": "4db51a5b0ed16c0768277482482372c579678bd8" | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
Yes
12189
10
80
+ Addedmobx-react-lite@4.0.4(transitive)
- Removedmobx-react-lite@3.4.34.0.7(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
Updated@frui.ts/helpers@^1.0.0-rc.3
Updated@frui.ts/views@^1.0.0-rc.3
Updatedmobx-react-lite@4.0.4