@d1g1tal/transportr 3.1.1 → 3.1.2
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.1.2](https://github.com/D1g1talEntr0py/transportr/compare/v3.1.1...v3.1.2) (2026-04-08)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **iife:** call build-iife.js explicitly in releaserc prepareCmd (e7d39debea69d04e7d95bf20be0b8b2c0b90255c)
|
|
6
|
+
* **iife:** clean dist/iife before regenerating to remove stale files (9f59419896f841c0491fc595aecd333cd65656a8)
|
|
7
|
+
|
|
1
8
|
## [3.1.1](https://github.com/D1g1talEntr0py/transportr/compare/v3.1.0...v3.1.1) (2026-04-08)
|
|
2
9
|
|
|
3
10
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d1g1tal/transportr",
|
|
3
3
|
"author": "D1g1talEntr0py",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "JavaScript wrapper for the Fetch API and more...",
|
|
7
7
|
"homepage": "https://github.com/D1g1talEntr0py/transportr#readme",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "tsbuild && node scripts/build-iife.js",
|
|
114
114
|
"build:iife": "node scripts/build-iife.js",
|
|
115
|
-
"build:release": "tsbuild --minify --force
|
|
115
|
+
"build:release": "tsbuild --minify --force",
|
|
116
116
|
"build:watch": "tsbuild --watch",
|
|
117
117
|
"type-check": "tsbuild --noEmit",
|
|
118
118
|
"lint": "eslint ./src",
|