adamantite 0.9.3 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  <p align="center">
2
- <img src="https://github.com/adelrodriguez/adamantite/raw/main/.github/assets/logo.svg" alt="Adamantite" width="120" height="120">
3
2
  <h1 align="center">💠 Adamantite</h1>
4
3
  <p align="center">
5
4
  <em><strong>Bulletproof your code.</strong></em>
package/biome.jsonc CHANGED
@@ -283,7 +283,9 @@
283
283
  "useFilenamingConvention": {
284
284
  "level": "error",
285
285
  "options": {
286
- "filenameCases": ["kebab-case"]
286
+ "filenameCases": ["kebab-case"],
287
+ "requireAscii": false,
288
+ "match": "[+_\\-\\[]*[a-z0-9]+[a-z0-9\\-_.\\$\\[\\]]*[.][a-z]+"
287
289
  }
288
290
  },
289
291
  "useConsistentObjectDefinitions": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adamantite",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "An strict and opinionated set of presets for modern TypeScript applications",
5
5
  "keywords": [
6
6
  "adamantite",
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@biomejs/biome": "2.2.4",
55
55
  "@changesets/cli": "2.29.7",
56
- "@types/bun": "1.2.22",
56
+ "@types/bun": "1.2.23",
57
57
  "sherif": "1.6.1",
58
58
  "tsdown": "0.15.6",
59
59
  "type-fest": "5.0.1",