@discordjs/formatters
Advanced tools
Comparing version 1.0.0-dev.1737893061-0ab6abbcf to 1.0.0-dev.1737936747-3db8ce70a
@@ -406,3 +406,3 @@ "use strict"; | ||
// src/index.ts | ||
var version = "1.0.0-dev.1737893061-0ab6abbcf"; | ||
var version = "1.0.0-dev.1737936747-3db8ce70a"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -409,0 +409,0 @@ 0 && (module.exports = { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/formatters", | ||
"version": "1.0.0-dev.1737893061-0ab6abbcf", | ||
"version": "1.0.0-dev.1737936747-3db8ce70a", | ||
"description": "A set of functions to format strings for Discord.", | ||
@@ -51,3 +51,3 @@ "exports": { | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@types/node": "^20.17.10", | ||
"@types/node": "^22.10.10", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
@@ -64,7 +64,7 @@ "cross-env": "^7.0.3", | ||
"vitest": "^2.1.8", | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/api-extractor": "^7.38.1" | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/scripts": "^0.1.0" | ||
}, | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=22.12.0" | ||
}, | ||
@@ -76,3 +76,3 @@ "publishConfig": { | ||
"scripts": { | ||
"test": "vitest run", | ||
"test": "vitest run --config ../../vitest.config.ts", | ||
"build": "tsc --noEmit && tsup", | ||
@@ -79,0 +79,0 @@ "build:docs": "tsc -p tsconfig.docs.json", |
@@ -26,3 +26,3 @@ <div align="center"> | ||
**Node.js 20 or newer is required.** | ||
**Node.js 22.12.0 or newer is required.** | ||
@@ -29,0 +29,0 @@ ```sh |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
170989