@matter/tools
Advanced tools
Comparing version 0.12.0-alpha.0-20250103-ba0c01a01 to 0.12.0-alpha.0-20250107-af5a068c3
{ | ||
"name": "@matter/tools", | ||
"version": "0.12.0-alpha.0-20250103-ba0c01a01", | ||
"version": "0.12.0-alpha.0-20250107-af5a068c3", | ||
"description": "Matter.js tooling", | ||
@@ -58,3 +58,3 @@ "type": "module", | ||
"typedoc": "^0.27.6", | ||
"typedoc-github-theme": "^0.2.0", | ||
"typedoc-github-theme": "^0.2.1", | ||
"@microsoft/tsdoc": "^0.15.1" | ||
@@ -61,0 +61,0 @@ }, |
@@ -33,2 +33,15 @@ // This configuration a standard baseline for all packages | ||
"lib": [ | ||
"es2022", | ||
"ESNext.Disposable", | ||
// Many standard types are only available via node or DOM. Neither are fully appropriate for our purposes, | ||
// however the DOM types are closer to the standard and add fewer objects that are not present at runtime | ||
// (namely window and document, which we don't have much use for and know to avoid) | ||
// | ||
// Unfortunately TS doesn't break types into individual libs, so we must import the entire DOM | ||
"dom" | ||
], | ||
// Enforce a subset of our code conventions | ||
@@ -35,0 +48,0 @@ "forceConsistentCasingInFileNames": true, |
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
683106
10382
Updatedtypedoc-github-theme@^0.2.1