adaptable-text
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,2 +5,6 @@ # Changelog | ||
## [3.2.1](https://github.com/dmnsgn/adaptable-text/compare/v3.2.0...v3.2.1) (2024-07-06) | ||
# [3.2.0](https://github.com/dmnsgn/adaptable-text/compare/v3.1.0...v3.2.0) (2024-01-27) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "adaptable-text", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Adapt font size to a specified width using either binary search or linear steps.", | ||
@@ -12,3 +12,6 @@ "keywords": [ | ||
"bugs": "https://github.com/dmnsgn/adaptable-text/issues", | ||
"repository": "dmnsgn/adaptable-text", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dmnsgn/adaptable-text.git" | ||
}, | ||
"funding": [ | ||
@@ -28,3 +31,8 @@ { | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"default": "./index.js" | ||
} | ||
}, | ||
"main": "index.js", | ||
@@ -36,8 +44,9 @@ "types": "types/index.d.ts", | ||
"devDependencies": { | ||
"es-module-shims": "^1.8.2" | ||
"es-module-shims": "^1.10.0" | ||
}, | ||
"engines": { | ||
"node": ">=15.0.0", | ||
"npm": ">=7.0.0" | ||
"node": ">=22.0.0", | ||
"npm": ">=10.5.1", | ||
"snowdev": ">=2.2.x" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15308
0
6