@augment-vir/common 30.8.3 → 30.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  A collection of augments, helpers types, functions, and classes for any JavaScript environment.
4
4
 
5
- - 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)
6
- - Includes a colored logger implementation: [`log`](https://electrovir.github.io/augment-vir/variables/log.html)
7
- - Includes a SQL-select-like runtime implementation of TypeScript's `Pick`: [`selectFrom`](https://electrovir.github.io/augment-vir/functions/selectFrom-1.html)
8
- - Includes Prisma type helpers.
9
- - and much more...
5
+ - 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)
6
+ - Includes a colored logger implementation: [`log`](https://electrovir.github.io/augment-vir/variables/log.html)
7
+ - Includes a SQL-select-like runtime implementation of TypeScript's `Pick`: [`selectFrom`](https://electrovir.github.io/augment-vir/functions/selectFrom-1.html)
8
+ - Includes Prisma type helpers.
9
+ - and much more...
10
10
 
11
11
  See all `@augment-vir` docs here: https://electrovir.github.io/augment-vir
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/common",
3
- "version": "30.8.3",
3
+ "version": "30.8.4",
4
4
  "description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.",
5
5
  "keywords": [
6
6
  "augment",
@@ -39,12 +39,12 @@
39
39
  "test:web": "virmator --no-deps test web"
40
40
  },
41
41
  "dependencies": {
42
- "@augment-vir/assert": "^30.8.3",
43
- "@augment-vir/core": "^30.8.3",
42
+ "@augment-vir/assert": "^30.8.4",
43
+ "@augment-vir/core": "^30.8.4",
44
44
  "@date-vir/duration": "^7.0.1",
45
45
  "ansi-styles": "^6.2.1",
46
46
  "json5": "^2.2.3",
47
- "type-fest": "^4.26.1",
47
+ "type-fest": "^4.29.0",
48
48
  "typed-event-target": "^4.0.2"
49
49
  },
50
50
  "devDependencies": {
@@ -54,7 +54,7 @@
54
54
  "@web/test-runner-playwright": "^0.11.0",
55
55
  "@web/test-runner-visual-regression": "^0.10.0",
56
56
  "concurrently": "^9.1.0",
57
- "execute-in-browser": "^1.0.3",
57
+ "execute-in-browser": "^1.0.4",
58
58
  "istanbul-smart-text-reporter": "^1.1.5"
59
59
  },
60
60
  "engines": {