globables 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -3,10 +3,10 @@ GlobAbles
3
3
  <a href="https://mibecode.com">
4
4
  <img align="right" title="&#8805;95% Human Code" alt="&#8805;95% Human Code" src="https://mibecode.com/badge.svg" />
5
5
  </a>
6
- &nbsp;
6
+ <img align="right" alt="empty space" src="https://mibecode.com/3px.svg" />
7
7
  <img align="right" alt="NPM Version" src="https://img.shields.io/npm/v/globables?color=white" />
8
- &nbsp;
9
- <img align="right" alt="Node LTS" src="https://img.shields.io/node/v-lts/globables?color=%23962eff">
8
+ <img align="right" alt="empty space" src="https://mibecode.com/3px.svg" />
9
+ <img align="right" alt="Node LTS" src="https://img.shields.io/node/v-lts/globables?color=%23962eff">
10
10
  </h1>
11
11
 
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globables",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "CLI/ENV constants for Node.js-like runtimes, supports: Node.js, Deno, Bun, QuickJS, and QuickJS-NG",
5
5
  "homepage": "https://github.com/fetchTe/globables",
6
6
  "license": "MIT",
@@ -16,16 +16,16 @@
16
16
  },
17
17
  "dependencies": {},
18
18
  "devDependencies": {
19
- "@eslint/js": "9.35.0",
20
- "@stylistic/eslint-plugin": "5.3.1",
21
- "@types/bun": "1.2.21",
19
+ "@eslint/js": "9.36.0",
20
+ "@stylistic/eslint-plugin": "5.4.0",
21
+ "@types/bun": "1.2.22",
22
22
  "@types/eslint": "9.6.1",
23
- "@types/node": "24.3.3",
24
- "@typescript-eslint/parser": "8.43.0",
25
- "esbuild": "0.25.10",
26
- "eslint": "9.35.0",
23
+ "@types/node": "24.5.2",
24
+ "@typescript-eslint/parser": "8.44.1",
25
+ "esbuild": "0.25.10",
26
+ "eslint": "9.36.0",
27
27
  "typescript": "5.9.2",
28
- "typescript-eslint": "8.43.0"
28
+ "typescript-eslint": "8.44.1"
29
29
  },
30
30
  "exports": {
31
31
  ".": {