yutaapis 1.0.5 → 1.0.6

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/lib/index.d.ts CHANGED
@@ -8,5 +8,6 @@
8
8
  */
9
9
  import YutaApis from './client.js';
10
10
  export type { YutaApisOptions } from './client.js';
11
+ export * from './Types/types.js';
11
12
  export default YutaApis;
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,cAAc,kBAAkB,CAAC;AAEjC,eAAe,QAAQ,CAAC"}
package/lib/index.js CHANGED
@@ -7,4 +7,5 @@
7
7
  * @author Lm Only and Nk Petrov
8
8
  */
9
9
  import YutaApis from './client.js';
10
+ export * from './Types/types.js';
10
11
  export default YutaApis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yutaapis",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Módulo SDK TypeScript/JavaScript desenvolvido para consumo do Yuta APIs; em parceria com HutaoBot",
5
5
  "keywords": [
6
6
  "api",
@@ -22,7 +22,7 @@
22
22
  "author": "lm-only",
23
23
  "type": "module",
24
24
  "main": "lib/index.js",
25
- "types": "lib/Types/types.d.ts",
25
+ "types": "lib/index.d.ts",
26
26
  "scripts": {
27
27
  "test": "echo \"Error: no test specified\" && exit 1"
28
28
  },