@matchlighter/common_library
Advanced tools
Comparing version 1.5.2 to 1.5.3
{ | ||
"name": "@matchlighter/common_library", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Shared Functions, Helpers, Patterns & Utilities for Apps and Libraries", | ||
@@ -19,16 +19,16 @@ "author": "Matchlighter", | ||
}, | ||
"./*": { | ||
"types": "./lib/*.d.ts", | ||
"node": "./cjs/*.js", | ||
"default": "./lib/*.js" | ||
}, | ||
"./cjs/*": { | ||
"types": "./cjs/*.d.ts", | ||
"node": "./cjs/*.js", | ||
"default": "./cjs/*.js" | ||
"types": ["./cjs/*/index.d.ts", "./cjs/*.d.ts"], | ||
"node": ["./cjs/*/index.js", "./cjs/*.js"], | ||
"default": ["./cjs/*/index.js", "./cjs/*.js"] | ||
}, | ||
"./lib/*": { | ||
"types": "./lib/*.d.ts", | ||
"node": "./lib/*.js", | ||
"default": "./lib/*.js" | ||
"types": ["./lib/*/index.d.ts", "./lib/*.d.ts"], | ||
"node": ["./lib/*/index.js", "./lib/*.js"], | ||
"default": ["./lib/*/index.js", "./lib/*.js"] | ||
}, | ||
"./*": { | ||
"types": ["./lib/*.d/index.ts", "./lib/*.d.ts"], | ||
"default": ["./lib/*/index.js", "./lib/*.js"], | ||
"node": ["./cjs/*/index.js", "./cjs/*.js"] | ||
} | ||
@@ -35,0 +35,0 @@ }, |
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
464802