@discordjs/collection
Advanced tools
Comparing version 2.1.2-dev.1731370312-b8f5a6829 to 2.1.2-dev.1731413115-e2df0e0db
@@ -375,3 +375,2 @@ /** | ||
* The sort method sorts the items of a collection in place and returns it. | ||
* The sort is not necessarily stable in Node 10 or older. | ||
* The default sort order is according to string Unicode code points. | ||
@@ -483,3 +482,2 @@ * | ||
* The sorted method sorts the items of a collection and returns it. | ||
* The sort is not necessarily stable in Node 10 or older. | ||
* The default sort order is according to string Unicode code points. | ||
@@ -486,0 +484,0 @@ * |
@@ -386,3 +386,2 @@ "use strict"; | ||
* The sort method sorts the items of a collection in place and returns it. | ||
* The sort is not necessarily stable in Node 10 or older. | ||
* The default sort order is according to string Unicode code points. | ||
@@ -551,3 +550,2 @@ * | ||
* The sorted method sorts the items of a collection and returns it. | ||
* The sort is not necessarily stable in Node 10 or older. | ||
* The default sort order is according to string Unicode code points. | ||
@@ -597,3 +595,3 @@ * | ||
// src/index.ts | ||
var version = "2.1.2-dev.1731370312-b8f5a6829"; | ||
var version = "2.1.2-dev.1731413115-e2df0e0db"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -600,0 +598,0 @@ 0 && (module.exports = { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@discordjs/collection", | ||
"version": "2.1.2-dev.1731370312-b8f5a6829", | ||
"version": "2.1.2-dev.1731413115-e2df0e0db", | ||
"description": "Utility data structure used in discord.js", | ||
@@ -65,4 +65,4 @@ "exports": { | ||
"vitest": "^2.0.5", | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/scripts": "^0.1.0" | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/api-extractor": "^7.38.1" | ||
}, | ||
@@ -69,0 +69,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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218886
1691