evnex-sdk 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -43904,7 +43904,7 @@ var package_default = {
43904
43904
  author: "Ben Lawrence",
43905
43905
  description: "A TypeScript library for interacting with the Evnex API",
43906
43906
  license: "MIT",
43907
- version: "1.0.1",
43907
+ version: "1.0.5",
43908
43908
  type: "module",
43909
43909
  main: "./dist/index.js",
43910
43910
  types: "./dist/index.d.ts",
@@ -43916,7 +43916,7 @@ var package_default = {
43916
43916
  },
43917
43917
  files: ["dist"],
43918
43918
  scripts: {
43919
- build: "bun build ./src/index.ts --outdir ./dist --target node --format esm && tsc -p tsconfig.build.json"
43919
+ build: "bun build ./src/index.ts --outdir ./dist --target node && tsc -p tsconfig.build.json"
43920
43920
  },
43921
43921
  devDependencies: {
43922
43922
  "@types/bun": "latest",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Ben Lawrence",
4
4
  "description": "A TypeScript library for interacting with the Evnex API",
5
5
  "license": "MIT",
6
- "version": "1.0.3",
6
+ "version": "1.0.5",
7
7
  "type": "module",
8
8
  "main": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "files": ["dist"],
17
17
  "scripts": {
18
- "build": "bun build ./src/index.ts --outdir ./dist --target node --format esm && tsc -p tsconfig.build.json"
18
+ "build": "bun build ./src/index.ts --outdir ./dist --target node && tsc -p tsconfig.build.json"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/bun": "latest",