@sapphire/plugin-utilities-store 2.0.4-next.b5bb6ef → 2.0.4-next.e1295d1
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/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var UtilitiesStore_cjs = require('./lib/UtilitiesStore.cjs');
|
|
|
5
5
|
var Utility_cjs = require('./lib/Utility.cjs');
|
|
6
6
|
|
|
7
7
|
// src/index.ts
|
|
8
|
-
var version = "2.0.4-next.
|
|
8
|
+
var version = "2.0.4-next.e1295d1";
|
|
9
9
|
|
|
10
10
|
exports.version = version;
|
|
11
11
|
Object.keys(Utilities_cjs).forEach(function (k) {
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;AA8BO,IAAM,OAAkB,GAAA","file":"index.cjs","sourcesContent":["import type { Utilities } from './lib/Utilities';\nimport type { UtilitiesStore } from './lib/UtilitiesStore';\n\nexport * from './lib/Utilities';\nexport * from './lib/UtilitiesStore';\nexport * from './lib/Utility';\n\ndeclare module 'discord.js' {\n\texport interface Client {\n\t\tutilities: Utilities;\n\t}\n}\n\ndeclare module '@sapphire/pieces' {\n\tinterface StoreRegistryEntries {\n\t\tutilities: UtilitiesStore;\n\t}\n\n\tinterface Container {\n\t\tutilities: Utilities;\n\t}\n}\n\n/**\n * The [@sapphire/plugin-utilities-store](https://github.com/sapphiredev/plugins/blob/main/packages/utilities-store) version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '2.0.4-next.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;AA8BO,IAAM,OAAkB,GAAA","file":"index.cjs","sourcesContent":["import type { Utilities } from './lib/Utilities';\nimport type { UtilitiesStore } from './lib/UtilitiesStore';\n\nexport * from './lib/Utilities';\nexport * from './lib/UtilitiesStore';\nexport * from './lib/Utility';\n\ndeclare module 'discord.js' {\n\texport interface Client {\n\t\tutilities: Utilities;\n\t}\n}\n\ndeclare module '@sapphire/pieces' {\n\tinterface StoreRegistryEntries {\n\t\tutilities: UtilitiesStore;\n\t}\n\n\tinterface Container {\n\t\tutilities: Utilities;\n\t}\n}\n\n/**\n * The [@sapphire/plugin-utilities-store](https://github.com/sapphiredev/plugins/blob/main/packages/utilities-store) version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '2.0.4-next.e1295d1';\n"]}
|
package/dist/esm/index.mjs
CHANGED
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AA8BO,IAAM,OAAkB,GAAA","file":"index.mjs","sourcesContent":["import type { Utilities } from './lib/Utilities';\nimport type { UtilitiesStore } from './lib/UtilitiesStore';\n\nexport * from './lib/Utilities';\nexport * from './lib/UtilitiesStore';\nexport * from './lib/Utility';\n\ndeclare module 'discord.js' {\n\texport interface Client {\n\t\tutilities: Utilities;\n\t}\n}\n\ndeclare module '@sapphire/pieces' {\n\tinterface StoreRegistryEntries {\n\t\tutilities: UtilitiesStore;\n\t}\n\n\tinterface Container {\n\t\tutilities: Utilities;\n\t}\n}\n\n/**\n * The [@sapphire/plugin-utilities-store](https://github.com/sapphiredev/plugins/blob/main/packages/utilities-store) version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '2.0.4-next.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AA8BO,IAAM,OAAkB,GAAA","file":"index.mjs","sourcesContent":["import type { Utilities } from './lib/Utilities';\nimport type { UtilitiesStore } from './lib/UtilitiesStore';\n\nexport * from './lib/Utilities';\nexport * from './lib/UtilitiesStore';\nexport * from './lib/Utility';\n\ndeclare module 'discord.js' {\n\texport interface Client {\n\t\tutilities: Utilities;\n\t}\n}\n\ndeclare module '@sapphire/pieces' {\n\tinterface StoreRegistryEntries {\n\t\tutilities: UtilitiesStore;\n\t}\n\n\tinterface Container {\n\t\tutilities: Utilities;\n\t}\n}\n\n/**\n * The [@sapphire/plugin-utilities-store](https://github.com/sapphiredev/plugins/blob/main/packages/utilities-store) version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '2.0.4-next.e1295d1';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-utilities-store",
|
|
3
|
-
"version": "2.0.4-next.
|
|
3
|
+
"version": "2.0.4-next.e1295d1",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to have a Sapphire store which you can fill with utility functions available through the container",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@favware/cliff-jumper": "^6.0.0",
|
|
81
81
|
"@favware/rollup-type-bundler": "^4.0.0",
|
|
82
82
|
"concurrently": "^9.1.2",
|
|
83
|
-
"tsup": "^8.
|
|
83
|
+
"tsup": "^8.5.0",
|
|
84
84
|
"tsx": "^4.19.4",
|
|
85
85
|
"typedoc": "^0.26.11",
|
|
86
86
|
"typedoc-json-parser": "^10.2.0",
|