@augment-vir/common
Advanced tools
Comparing version 30.8.3 to 30.8.4
{ | ||
"name": "@augment-vir/common", | ||
"version": "30.8.3", | ||
"version": "30.8.4", | ||
"description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.", | ||
@@ -42,8 +42,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@augment-vir/assert": "^30.8.3", | ||
"@augment-vir/core": "^30.8.3", | ||
"@augment-vir/assert": "^30.8.4", | ||
"@augment-vir/core": "^30.8.4", | ||
"@date-vir/duration": "^7.0.1", | ||
"ansi-styles": "^6.2.1", | ||
"json5": "^2.2.3", | ||
"type-fest": "^4.26.1", | ||
"type-fest": "^4.29.0", | ||
"typed-event-target": "^4.0.2" | ||
@@ -58,3 +58,3 @@ }, | ||
"concurrently": "^9.1.0", | ||
"execute-in-browser": "^1.0.3", | ||
"execute-in-browser": "^1.0.4", | ||
"istanbul-smart-text-reporter": "^1.1.5" | ||
@@ -61,0 +61,0 @@ }, |
@@ -5,8 +5,8 @@ # @augment-vir/common | ||
- Examples: [`filterObject`](https://electrovir.github.io/augment-vir/functions/filterObject.html), [`wait`](https://electrovir.github.io/augment-vir/functions/wait.html), [`getEnumValues`](https://electrovir.github.io/augment-vir/functions/getEnumValues.html) | ||
- Includes a colored logger implementation: [`log`](https://electrovir.github.io/augment-vir/variables/log.html) | ||
- Includes a SQL-select-like runtime implementation of TypeScript's `Pick`: [`selectFrom`](https://electrovir.github.io/augment-vir/functions/selectFrom-1.html) | ||
- Includes Prisma type helpers. | ||
- and much more... | ||
- Examples: [`filterObject`](https://electrovir.github.io/augment-vir/functions/filterObject.html), [`wait`](https://electrovir.github.io/augment-vir/functions/wait.html), [`getEnumValues`](https://electrovir.github.io/augment-vir/functions/getEnumValues.html) | ||
- Includes a colored logger implementation: [`log`](https://electrovir.github.io/augment-vir/variables/log.html) | ||
- Includes a SQL-select-like runtime implementation of TypeScript's `Pick`: [`selectFrom`](https://electrovir.github.io/augment-vir/functions/selectFrom-1.html) | ||
- Includes Prisma type helpers. | ||
- and much more... | ||
See all `@augment-vir` docs here: https://electrovir.github.io/augment-vir |
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
238124
Updated@augment-vir/assert@^30.8.4
Updated@augment-vir/core@^30.8.4
Updatedtype-fest@^4.29.0