@augment-vir/common
Advanced tools
Comparing version 19.6.0 to 20.0.0
@@ -44,2 +44,3 @@ "use strict"; | ||
__exportStar(require("./augments/promise"), exports); | ||
__exportStar(require("./augments/random"), exports); | ||
__exportStar(require("./augments/regexp"), exports); | ||
@@ -46,0 +47,0 @@ __exportStar(require("./augments/runtime-type-of"), exports); |
@@ -28,2 +28,3 @@ export * from './augments/ansi'; | ||
export * from './augments/promise'; | ||
export * from './augments/random'; | ||
export * from './augments/regexp'; | ||
@@ -30,0 +31,0 @@ export * from './augments/runtime-type-of'; |
@@ -28,2 +28,3 @@ export * from './augments/ansi'; | ||
export * from './augments/promise'; | ||
export * from './augments/random'; | ||
export * from './augments/regexp'; | ||
@@ -30,0 +31,0 @@ export * from './augments/runtime-type-of'; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "19.6.0", | ||
"version": "20.0.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -27,2 +27,3 @@ "bugs": { | ||
"dependencies": { | ||
"browser-or-node": "^2.1.1", | ||
"type-fest": "^4.4.0" | ||
@@ -29,0 +30,0 @@ }, |
@@ -6,1 +6,3 @@ # @augment-vir/common | ||
This `common` package is for environment-agnostic augments. Everything in here will work in Node.js or the browser with identical results. | ||
Note that the `random*` functions exported by this package will not work in Node.js < v19.0.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
166233
122
4028
8
2
+ Addedbrowser-or-node@^2.1.1
+ Addedbrowser-or-node@2.1.1(transitive)
+ Addedtype-fest@4.30.2(transitive)
- Removedtype-fest@4.30.1(transitive)