@hestia-earth/utils
Advanced tools
Comparing version 0.8.1 to 0.9.0
export * from './array'; | ||
export * from './boolean'; | ||
export * from './csv'; | ||
export * from './date'; | ||
@@ -5,0 +4,0 @@ export * from './form'; |
@@ -15,3 +15,2 @@ "use strict"; | ||
__exportStar(require("./boolean"), exports); | ||
__exportStar(require("./csv"), exports); | ||
__exportStar(require("./date"), exports); | ||
@@ -18,0 +17,0 @@ __exportStar(require("./form"), exports); |
{ | ||
"name": "@hestia-earth/utils", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "Hestia Utils library", | ||
@@ -8,3 +8,2 @@ "main": "dist/index.js", | ||
"bin": { | ||
"hestia-convert-csv": "dist/bin/bin-convert-csv.js", | ||
"hestia-validate-terms": "dist/bin/bin-validate-terms.js" | ||
@@ -36,8 +35,4 @@ }, | ||
"homepage": "https://gitlab.com/hestia-earth/hestia-utils#readme", | ||
"dependencies": { | ||
"lodash.get": "^4.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.21", | ||
"@types/lodash.get": "^4.4.6", | ||
"@types/mocha": "^7.0.2", | ||
@@ -44,0 +39,0 @@ "@types/node": "^14.17.6", |
export * from './array'; | ||
export * from './boolean'; | ||
export * from './csv'; | ||
export * from './date'; | ||
@@ -5,0 +4,0 @@ export * from './form'; |
Sorry, the diff of this file is not supported yet
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
0
15
2
43230
44
737
- Removedlodash.get@^4.4.2
- Removedlodash.get@4.4.2(transitive)