@augment-vir/common
Advanced tools
Comparing version 30.3.0 to 30.4.0
@@ -87,1 +87,6 @@ export * from './augments/array/array-map.js'; | ||
export * from './augments/type/writable.js'; | ||
/** | ||
* This must be placed last to account for this depending on `typed-listen-target` which depends on | ||
* part of `@augment-vir/common`. | ||
*/ | ||
export * from './augments/promise/promise-queue.js'; |
@@ -87,1 +87,6 @@ export * from './augments/array/array-map.js'; | ||
export * from './augments/type/writable.js'; | ||
/** | ||
* This must be placed last to account for this depending on `typed-listen-target` which depends on | ||
* part of `@augment-vir/common`. | ||
*/ | ||
export * from './augments/promise/promise-queue.js'; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "30.3.0", | ||
"version": "30.4.0", | ||
"description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.", | ||
@@ -42,11 +42,12 @@ "keywords": [ | ||
"dependencies": { | ||
"@augment-vir/assert": "^30.3.0", | ||
"@augment-vir/core": "^30.3.0", | ||
"@augment-vir/assert": "^30.4.0", | ||
"@augment-vir/core": "^30.4.0", | ||
"@date-vir/duration": "^6.0.1", | ||
"ansi-styles": "^6.2.1", | ||
"json5": "^2.2.3", | ||
"type-fest": "^4.26.1" | ||
"type-fest": "^4.26.1", | ||
"typed-event-target": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@web/dev-server-esbuild": "^1.0.2", | ||
"@web/dev-server-esbuild": "^1.0.3", | ||
"@web/test-runner": "^0.19.0", | ||
@@ -56,5 +57,5 @@ "@web/test-runner-commands": "^0.9.0", | ||
"@web/test-runner-visual-regression": "^0.10.0", | ||
"concurrently": "^9.0.1", | ||
"concurrently": "^9.1.0", | ||
"execute-in-browser": "^1.0.3", | ||
"istanbul-smart-text-reporter": "^1.1.4" | ||
"istanbul-smart-text-reporter": "^1.1.5" | ||
}, | ||
@@ -61,0 +62,0 @@ "engines": { |
236554
180
6592
7
+ Addedtyped-event-target@^4.0.2
+ Addedtyped-event-target@4.0.2(transitive)
Updated@augment-vir/assert@^30.4.0
Updated@augment-vir/core@^30.4.0