@quoll/lib
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.5.7](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.6...@quoll/lib@0.5.7) (2024-09-08) | ||
**Note:** Version bump only for package @quoll/lib | ||
## [0.5.6](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.5...@quoll/lib@0.5.6) (2024-08-16) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@quoll/lib", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "Shared code for client and server side packages", | ||
@@ -8,6 +8,16 @@ "repository": "https://github.com/mzogheib/quoll", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./modules": { | ||
"types": "./dist/modules/index.d.ts", | ||
"import": "./dist/modules/index.js", | ||
"require": "./dist/modules/index.js" | ||
}, | ||
"./services": { | ||
"types": "./dist/services/index.d.ts", | ||
"import": "./dist/services/index.js", | ||
"require": "./dist/services/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"start": "tsc --watch", | ||
"start": "quoll-build-deps && tsc --watch", | ||
"clean-build": "rm -rf dist", | ||
@@ -23,3 +33,3 @@ "build": "yarn clean-build && tsc", | ||
}, | ||
"gitHead": "a8cb58a51772cd4c388f1eb3ad2645770ecc8de0" | ||
"gitHead": "9f5400e042d262d2d9a4e6d820d87b49eb70cdda" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
54418
31
586