@deafwave/osrs-botmaker-types 0.2.12 → 0.2.13

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
+ export declare const placeholder: {};
@@ -0,0 +1 @@
1
+ export const placeholder = {};
@@ -1 +1,2 @@
1
- /// <reference path="./types/index.d.ts" />
1
+ /// <reference path="./types/index.d.ts" />
2
+ export * from './api/index.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deafwave/osrs-botmaker-types",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "author": {
5
5
  "name": "Chandler Ferry",
6
6
  "url": "https://github.com/ChandlerFerry"
@@ -13,8 +13,10 @@
13
13
  "access": "public"
14
14
  },
15
15
  "exports": {
16
- "types": "./dist/src/index.d.ts"
16
+ "types": "./dist/src/index.d.ts",
17
+ "default": "./dist/src/api/index.js"
17
18
  },
19
+ "main": "./dist/src/api/index.js",
18
20
  "types": "./dist/src/index.d.ts",
19
21
  "scripts": {
20
22
  "runelite": "tsx scripts/runelite-to-ts/create-runelite-types.ts",