@mathigon/hilbert
Advanced tools
Comparing version 1.0.9 to 1.1.0
{ | ||
"name": "@mathigon/hilbert", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -15,7 +15,11 @@ "homepage": "https://mathigon.io/hilbert", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"scripts": { | ||
@@ -31,4 +35,4 @@ "test": "ts-node node_modules/tape/bin/tape test/**/*.ts", | ||
"dependencies": { | ||
"@mathigon/core": "1.0.8", | ||
"@mathigon/fermat": "1.0.9" | ||
"@mathigon/core": "1.1.0", | ||
"@mathigon/fermat": "1.1.0" | ||
}, | ||
@@ -35,0 +39,0 @@ "devDependencies": { |
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
289364
+ Added@mathigon/core@1.1.0(transitive)
+ Added@mathigon/fermat@1.1.0(transitive)
- Removed@mathigon/core@1.0.8(transitive)
- Removed@mathigon/fermat@1.0.9(transitive)
Updated@mathigon/core@1.1.0
Updated@mathigon/fermat@1.1.0