@sapphire/plugin-utilities-store 1.0.2-next.ce025f4.0 → 1.0.2-next.d00a7d9.0

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/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import 'tslib';
2
1
  import type { Utilities } from './lib/Utilities';
3
2
  import type { UtilitiesStore } from './lib/UtilitiesStore';
4
3
  export * from './lib/Utilities';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAE9B,OAAO,QAAQ,YAAY,CAAC;IAC3B,UAAiB,MAAM;QACtB,SAAS,EAAE,SAAS,CAAC;KACrB;CACD;AAED,OAAO,QAAQ,kBAAkB,CAAC;IACjC,UAAU,oBAAoB;QAC7B,SAAS,EAAE,cAAc,CAAC;KAC1B;IAED,UAAU,SAAS;QAClB,SAAS,EAAE,SAAS,CAAC;KACrB;CACD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAE9B,OAAO,QAAQ,YAAY,CAAC;IAC3B,UAAiB,MAAM;QACtB,SAAS,EAAE,SAAS,CAAC;KACrB;CACD;AAED,OAAO,QAAQ,kBAAkB,CAAC;IACjC,UAAU,oBAAoB;QAC7B,SAAS,EAAE,cAAc,CAAC;KAC1B;IAED,UAAU,SAAS;QAClB,SAAS,EAAE,SAAS,CAAC;KACrB;CACD"}
package/dist/index.js CHANGED
@@ -1,6 +1,19 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
- require("tslib");
4
17
  __exportStar(require("./lib/Utilities"), exports);
5
18
  __exportStar(require("./lib/UtilitiesStore"), exports);
6
19
  __exportStar(require("./lib/Utility"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,iBAAe;AAKf,kDAAgC;AAChC,uDAAqC;AACrC,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAGA,kDAAgC;AAChC,uDAAqC;AACrC,gDAA8B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-utilities-store",
3
- "version": "1.0.2-next.ce025f4.0",
3
+ "version": "1.0.2-next.d00a7d9.0",
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",
@@ -9,20 +9,19 @@
9
9
  "types": "dist/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
+ "types": "./dist/index.d.ts",
12
13
  "import": "./dist/index.mjs",
13
- "require": "./dist/index.js",
14
- "types": "./dist/index.d.ts"
14
+ "require": "./dist/index.js"
15
15
  },
16
16
  "./register": {
17
- "import": "./register.mjs",
18
- "require": "./register.js",
19
- "types": "./register.d.ts"
17
+ "types": "./dist/register.d.ts",
18
+ "import": "./dist/register.mjs",
19
+ "require": "./dist/register.js"
20
20
  }
21
21
  },
22
22
  "sideEffects": [
23
23
  "./dist/register.js",
24
- "./register.js",
25
- "./register.mjs"
24
+ "./dist/register.mjs"
26
25
  ],
27
26
  "homepage": "https://github.com/sapphiredev/plugins/tree/main/packages/api",
28
27
  "scripts": {
@@ -35,19 +34,14 @@
35
34
  "bump": "cliff-jumper",
36
35
  "check-update": "cliff-jumper --dry-run"
37
36
  },
38
- "dependencies": {
39
- "tslib": "^2.6.1"
40
- },
41
37
  "repository": {
42
38
  "type": "git",
43
39
  "url": "git+https://github.com/sapphiredev/plugins.git",
44
40
  "directory": "packages/utilities-store"
45
41
  },
46
42
  "files": [
47
- "dist/**/*.js*",
48
- "dist/**/*.mjs*",
49
- "dist/**/*.d*",
50
- "./register.*"
43
+ "dist/",
44
+ "!dist/.tsbuildinfo"
51
45
  ],
52
46
  "engines": {
53
47
  "node": ">=v14.0.0",
package/register.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './dist/register';
package/register.js DELETED
@@ -1,4 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
2
- const tslib = require('tslib');
3
-
4
- tslib.__exportStar(require('./dist/register.js'), exports);
package/register.mjs DELETED
@@ -1 +0,0 @@
1
- export * from './dist/register.mjs';