Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "blo", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -19,10 +19,12 @@ "author": "Pierre Bertet <hi@bpier.re>", | ||
"type": "module", | ||
"module": "dist/index.js", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -29,0 +31,0 @@ "dist" |
@@ -30,3 +30,3 @@ <div align="center"> | ||
[^1]: The number of renders per second. It was measured on Chrome 117 Linux with an AMD Ryzen 7 PRO 4750U. [See ./benchmark](./benchmark) for the methodology. | ||
[^1]: The number of renders per second. It was measured on Chrome 117 Linux with an AMD Ryzen 7 PRO 4750U. [See ./benchmark](https://github.com/bpierre/blo/tree/main/benchmark) for the methodology. | ||
@@ -33,0 +33,0 @@ [^2]: The term “all” refers to libraries that are framework agnostic and that run in browsers, Bun and Node.js. |
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
28173
13
111