all-of-just
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "all-of-just", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A single collection of all of Just utility functions in one single library", | ||
@@ -14,2 +14,4 @@ "files": [ | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"import": "./dist/index.js", | ||
@@ -19,2 +21,4 @@ "require": "./dist/index.cjs" | ||
"./array": { | ||
"types": "./dist/arrays/index.d.ts", | ||
"module": "./dist/arrays/index.js", | ||
"import": "./dist/arrays/index.js", | ||
@@ -24,2 +28,4 @@ "require": "./dist/arrays/index.cjs" | ||
"./collection": { | ||
"types": "./dist/collection/index.d.ts", | ||
"module": "./dist/collection/index.js", | ||
"import": "./dist/collection/index.js", | ||
@@ -29,2 +35,4 @@ "require": "./dist/collection/index.cjs" | ||
"./functions": { | ||
"types": "./dist/functions/index.d.ts", | ||
"module": "./dist/functions/index.js", | ||
"import": "./dist/functions/index.js", | ||
@@ -34,2 +42,4 @@ "require": "./dist/functions/index.cjs" | ||
"./numbers": { | ||
"types": "./dist/numbers/index.d.ts", | ||
"module": "./dist/numbers/index.js", | ||
"import": "./dist/numbers/index.js", | ||
@@ -39,2 +49,4 @@ "require": "./dist/numbers/index.cjs" | ||
"./objects": { | ||
"types": "./dist/objects/index.d.ts", | ||
"module": "./dist/objects/index.js", | ||
"import": "./dist/objects/index.js", | ||
@@ -44,2 +56,4 @@ "require": "./dist/objects/index.cjs" | ||
"./statistics": { | ||
"types": "./dist/statistics/index.d.ts", | ||
"module": "./dist/statistics/index.js", | ||
"import": "./dist/statistics/index.js", | ||
@@ -49,2 +63,4 @@ "require": "./dist/statistics/index.cjs" | ||
"./strings": { | ||
"types": "./dist/strings/index.d.ts", | ||
"module": "./dist/strings/index.js", | ||
"import": "./dist/strings/index.js", | ||
@@ -51,0 +67,0 @@ "require": "./dist/strings/index.cjs" |
589307