@d1g1tal/transportr 3.1.5 → 3.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d1g1tal/transportr",
3
3
  "author": "D1g1talEntr0py",
4
- "version": "3.1.5",
4
+ "version": "3.2.0",
5
5
  "license": "MIT",
6
6
  "description": "JavaScript wrapper for the Fetch API and more...",
7
7
  "homepage": "https://github.com/D1g1talEntr0py/transportr#readme",
@@ -45,7 +45,7 @@
45
45
  "import": "./dist/content-type.js"
46
46
  },
47
47
  "./iife/*": {
48
- "types": "./dist/iife/*.d.ts",
48
+ "types": "./dist/*.d.ts",
49
49
  "import": "./dist/iife/*.js"
50
50
  }
51
51
  },
@@ -72,17 +72,16 @@
72
72
  }
73
73
  },
74
74
  "devDependencies": {
75
- "@d1g1tal/tsbuild": "^1.7.5",
75
+ "@d1g1tal/tsbuild": "^1.8.0",
76
76
  "@eslint/eslintrc": "^3.3.5",
77
77
  "@eslint/js": "^10.0.1",
78
78
  "@types/jsdom": "^28.0.1",
79
79
  "@types/node": "^25.5.2",
80
80
  "@typescript-eslint/eslint-plugin": "^8.58.1",
81
81
  "@typescript-eslint/parser": "^8.58.1",
82
- "@vitest/coverage-v8": "^4.1.3",
83
- "@vitest/ui": "^4.1.3",
82
+ "@vitest/coverage-v8": "^4.1.4",
83
+ "@vitest/ui": "^4.1.4",
84
84
  "@xmldom/xmldom": "^0.9.9",
85
- "esbuild": "^0.28.0",
86
85
  "eslint": "^10.2.0",
87
86
  "eslint-plugin-compat": "^7.0.1",
88
87
  "eslint-plugin-jsdoc": "^62.9.0",
@@ -90,7 +89,7 @@
90
89
  "jsdom": "^29.0.2",
91
90
  "typescript": "^6.0.2",
92
91
  "typescript-eslint": "^8.58.1",
93
- "vitest": "^4.1.3"
92
+ "vitest": "^4.1.4"
94
93
  },
95
94
  "browserslist": [
96
95
  ">0.3% and not dead",
@@ -111,9 +110,8 @@
111
110
  "TypeScript"
112
111
  ],
113
112
  "scripts": {
114
- "build": "tsbuild && node scripts/build-iife.js",
115
- "build:iife": "node scripts/build-iife.js",
116
- "build:release": "tsbuild --minify --force && node scripts/build-iife.js",
113
+ "build": "tsbuild",
114
+ "build:release": "tsbuild --minify --force",
117
115
  "build:watch": "tsbuild --watch",
118
116
  "type-check": "tsbuild --noEmit",
119
117
  "lint": "eslint ./src",