@sapphire/decorators 4.2.6 → 4.3.0-next.024dcee.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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-decorators.d.ts","sourceRoot":"","sources":["../src/base-decorators.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,YACxB,OAAO,OAAO,MAAM,UAapC;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO,mBAI9C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"djs-decorators.d.ts","sourceRoot":"","sources":["../src/djs-decorators.ts"],"names":[],"mappings":"AAEA,OAAO,EAAW,oBAAoB,EAAe,MAAM,YAAY,CAAC;AACxE,OAAO,EAA8B,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEvE,0BAAkB,oBAAoB;IACrC,kCAAkC,uCAAuC;IACzE,2CAA2C,gDAAgD;IAC3F,gCAAgC,qCAAqC;IACrE,yCAAyC,8CAA8C;CACvF;AA6BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,eAAO,MAAM,yBAAyB,6BAA8B,oBAAoB,EAAE,KAAG,eA4B5F,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,eAAO,MAAM,uBAAuB,6BAA8B,oBAAoB,EAAE,KAAG,eA4B1F,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,GAAE,gBAAwC,GAAG,eAAe,CAExG;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,GAAE,gBAAwC,GAAG,eAAe,CAErG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"piece-decorators.d.ts","sourceRoot":"","sources":["../src/piece-decorators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,KAAK,CAAC,OAAO,EAAE,WAAW,EAAE,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,8BAA8B,KAAK,CAAC,CAAC,GAAG,cAAc,CAU1I;AAED,MAAM,WAAW,8BAA8B;IAC9C,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;CACvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC;;OAEG;IACH,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;CAC7C;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;OAEG;IACH,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC;CAC1B;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,qBAAqB,CAAC,EAAE,EAAE,eAAe,GAAG,eAAe,CAE1E;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,EAAE,EAAE,EAAE,SAAS,GAAG,cAAc,CAE9G;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,0BAA0B,CAAC,YAAY,EAAE,oBAAoB,EAAE,QAAQ,GAAE,gBAAwC,GAAG,eAAe,CAWlJ;AAED;;;;;GAKG;AAEH,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAQjG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/decorators",
3
- "version": "4.2.6",
3
+ "version": "4.3.0-next.024dcee.0",
4
4
  "description": "Useful TypeScript decorators for Sapphire Framework Discord bots",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -9,7 +9,8 @@
9
9
  "typedocMain": "src/index.ts",
10
10
  "exports": {
11
11
  "import": "./dist/index.mjs",
12
- "require": "./dist/index.js"
12
+ "require": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
13
14
  },
14
15
  "sideEffects": false,
15
16
  "homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/decorators",
@@ -23,10 +24,10 @@
23
24
  "tslib": "^2.3.1"
24
25
  },
25
26
  "devDependencies": {
26
- "@sapphire/discord-utilities": "^2.9.0",
27
- "@sapphire/discord.js-utilities": "^4.8.2",
28
- "@sapphire/ratelimits": "^2.3.1",
29
- "@sapphire/utilities": "^3.3.0"
27
+ "@sapphire/discord-utilities": "^2.10.0-next.024dcee.0",
28
+ "@sapphire/discord.js-utilities": "^4.9.0-next.024dcee.0",
29
+ "@sapphire/ratelimits": "^2.4.0-next.024dcee.0",
30
+ "@sapphire/utilities": "^3.4.0-next.024dcee.0"
30
31
  },
31
32
  "repository": {
32
33
  "type": "git",
@@ -57,5 +58,5 @@
57
58
  "publishConfig": {
58
59
  "access": "public"
59
60
  },
60
- "gitHead": "e187ade8aa1d198ad4a42638562ac99709c256e1"
61
+ "gitHead": "024dceec54c07ac279490a26f73cacb46f63c9a4"
61
62
  }