@frui.ts/data
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": "Helpers and interfaces for handling paged and sorted data sets", | ||
@@ -25,14 +25,21 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/fruits-data.umd.js", | ||
"module": "./dist/fruits-data.es.js", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/fruits-data.es.js", | ||
"require": "./dist/fruits-data.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": { | ||
@@ -42,3 +49,3 @@ "clean": "rimraf dist", | ||
}, | ||
"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
Yes
11342
10
84