@discordjs/collection
Advanced tools
Comparing version 3.0.0-dev.1735603913-b81ad113a to 3.0.0-dev.1735690430-bc3a0c838
@@ -22,8 +22,8 @@ "use strict"; | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
Collection: () => Collection, | ||
version: () => version | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -606,3 +606,3 @@ // src/collection.ts | ||
// src/index.ts | ||
var version = "3.0.0-dev.1735603913-b81ad113a"; | ||
var version = "3.0.0-dev.1735690430-bc3a0c838"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -609,0 +609,0 @@ 0 && (module.exports = { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/collection", | ||
"version": "3.0.0-dev.1735603913-b81ad113a", | ||
"version": "3.0.0-dev.1735690430-bc3a0c838", | ||
"description": "Utility data structure used in discord.js", | ||
@@ -53,4 +53,4 @@ "exports": { | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@types/node": "^20.17.8", | ||
"@vitest/coverage-v8": "^2.1.5", | ||
"@types/node": "^20.17.10", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"cross-env": "^7.0.3", | ||
@@ -61,9 +61,9 @@ "esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint-formatter-pretty": "^6.0.1", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.2", | ||
"tsup": "^8.3.5", | ||
"turbo": "^2.3.0", | ||
"turbo": "^2.3.3", | ||
"typescript": "~5.5.4", | ||
"vitest": "^2.1.5", | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/scripts": "^0.1.0" | ||
"vitest": "^2.1.8", | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/api-extractor": "^7.38.1" | ||
}, | ||
@@ -70,0 +70,0 @@ "engines": { |
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
224351