@sapphire/ratelimits 2.4.9 → 2.4.10-next.014e4e87.0

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 +1 -1
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
  - [Token RateLimitManager](#token-ratelimitmanager)
23
23
  - [Leaky RateLimitManager](#leaky-ratelimitmanager)
24
24
  - [Buy us some doughnuts](#buy-us-some-doughnuts)
25
- - [Contributors](#contributors-%E2%9C%A8)
25
+ - [Contributors](#contributors)
26
26
 
27
27
  ## Description
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/ratelimits",
3
- "version": "2.4.9",
3
+ "version": "2.4.10-next.014e4e87.0",
4
4
  "description": "Bucket implementation for Ratelimits.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "test": "vitest run",
27
27
  "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
28
28
  "build": "tsup && yarn build:rename-cjs-index",
29
- "build:rename-cjs-index": "node ../../scripts/rename-cjs-index.mjs",
29
+ "build:rename-cjs-index": "tsx --tsconfig ../../scripts/tsconfig.json ../../scripts/rename-cjs-index.cts",
30
30
  "docs": "typedoc-json-parser",
31
31
  "prepack": "yarn build",
32
32
  "bump": "cliff-jumper",
@@ -61,12 +61,13 @@
61
61
  "access": "public"
62
62
  },
63
63
  "devDependencies": {
64
- "@favware/cliff-jumper": "^2.2.3",
65
- "@vitest/coverage-v8": "^1.2.1",
66
- "tsup": "^8.0.1",
67
- "typedoc": "^0.25.7",
68
- "typedoc-json-parser": "^9.0.1",
69
- "typescript": "^5.3.3",
70
- "vitest": "^1.2.1"
64
+ "@favware/cliff-jumper": "^3.0.3",
65
+ "@vitest/coverage-v8": "^1.6.0",
66
+ "tsup": "^8.0.2",
67
+ "tsx": "^4.10.5",
68
+ "typedoc": "^0.25.13",
69
+ "typedoc-json-parser": "^10.0.0",
70
+ "typescript": "^5.4.5",
71
+ "vitest": "^1.6.0"
71
72
  }
72
73
  }