@discordeno/utils 20.0.0-next.f0b8cd4 → 21.0.0-next.afb9e3a
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.
package/dist/cjs/constants.cjs
CHANGED
|
@@ -8,6 +8,6 @@ Object.defineProperty(exports, "DISCORDENO_VERSION", {
|
|
|
8
8
|
return DISCORDENO_VERSION;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
const DISCORDENO_VERSION = '
|
|
11
|
+
const DISCORDENO_VERSION = '21.0.0';
|
|
12
12
|
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb25zdGFudHMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IERJU0NPUkRFTk9fVkVSU0lPTiA9ICcyMS4wLjAnXG4iXSwibmFtZXMiOlsiRElTQ09SREVOT19WRVJTSU9OIl0sIm1hcHBpbmdzIjoiOzs7OytCQUFhQTs7O2VBQUFBOzs7QUFBTixNQUFNQSxxQkFBcUIifQ==
|
package/dist/esm/constants.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const DISCORDENO_VERSION = '
|
|
1
|
+
export const DISCORDENO_VERSION = '21.0.0';
|
|
2
2
|
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb25zdGFudHMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IERJU0NPUkRFTk9fVkVSU0lPTiA9ICcyMS4wLjAnXG4iXSwibmFtZXMiOlsiRElTQ09SREVOT19WRVJTSU9OIl0sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLE1BQU1BLHFCQUFxQixTQUFRIn0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const DISCORDENO_VERSION = "
|
|
1
|
+
export declare const DISCORDENO_VERSION = "21.0.0";
|
|
2
2
|
//# sourceMappingURL=constants.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordeno/utils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-next.afb9e3a",
|
|
4
4
|
"main": "./dist/esm/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
"import": "./dist/esm/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:test-type": "tsc --project tests/tsconfig.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@discordeno/types": "
|
|
32
|
+
"@discordeno/types": "21.0.0-next.afb9e3a"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@biomejs/biome": "^1.9.4",
|