@d1g1tal/transportr 1.2.0 → 1.2.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@d1g1tal/transportr",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "JavaScript wrapper for the Fetch API",
5
5
  "type": "module",
6
6
  "exports": {
@@ -43,17 +43,17 @@
43
43
  "homepage": "https://github.com/D1g1talEntr0py/transportr#readme",
44
44
  "devDependencies": {
45
45
  "@skypack/package-check": "^0.2.2",
46
- "@xmldom/xmldom": "^0.8.7",
47
- "esbuild": "^0.17.19",
48
- "eslint": "^8.41.0",
46
+ "@xmldom/xmldom": "^0.8.10",
47
+ "esbuild": "^0.19.0",
48
+ "eslint": "^8.46.0",
49
49
  "eslint-plugin-compat": "^4.1.4",
50
- "eslint-plugin-jsdoc": "^44.2.5",
51
- "jest": "^29.5.0",
50
+ "eslint-plugin-jsdoc": "^46.4.6",
51
+ "jest": "^29.6.2",
52
52
  "rimraf": "^5.0.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@d1g1tal/chrysalis": "^1.2.3",
56
- "@d1g1tal/collections": "^0.0.4",
56
+ "@d1g1tal/collections": "^0.2.3",
57
57
  "@d1g1tal/media-type": "^4.1.0",
58
58
  "@d1g1tal/subscribr": "^3.0.1"
59
59
  },
package/src/transportr.js CHANGED
@@ -378,7 +378,7 @@ export default class Transportr {
378
378
  referrer: 'about:client',
379
379
  referrerPolicy: Transportr.ReferrerPolicy.STRICT_ORIGIN_WHEN_CROSS_ORIGIN,
380
380
  signal: undefined,
381
- timeout: 10000,
381
+ timeout: 30000,
382
382
  global: true,
383
383
  window: null
384
384
  });