@pezkuwi/x-fetch 14.0.5 → 14.0.7

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/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @polkadot/x-fetch
1
+ # @pezkuwi/x-fetch
2
2
 
3
3
  A cross-environment fetch.
4
4
 
5
- Install it via `yarn add @polkadot/x-fetch`
5
+ Install it via `yarn add @pezkuwi/x-fetch`
6
6
 
7
7
  ```js
8
- import { fetch } from '@polkadot/x-fetch';
8
+ import { fetch } from '@pezkuwi/x-fetch';
9
9
 
10
10
  ...
11
11
  const response = await fetch('https://example.com/something.json');
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/x-fetch', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.1' };
4
+ exports.packageInfo = { name: '@pezkuwi/x-fetch', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.6' };
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "author": "Jaco Greeff <jacogr@gmail.com>",
3
- "bugs": "https://github.com/polkadot-js/common/issues",
3
+ "bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
4
4
  "description": "A cross-environment fetch replacement",
5
5
  "engines": {
6
6
  "node": ">=18"
7
7
  },
8
- "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-fetch#readme",
8
+ "homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/x-fetch#readme",
9
9
  "license": "Apache-2.0",
10
10
  "name": "@pezkuwi/x-fetch",
11
11
  "repository": {
12
12
  "directory": "packages/x-fetch",
13
13
  "type": "git",
14
- "url": "https://github.com/polkadot-js/common.git"
14
+ "url": "https://github.com/pezkuwichain/pezkuwi-common.git"
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "14.0.5",
18
+ "version": "14.0.7",
19
19
  "main": "./cjs/node.js",
20
20
  "module": "./node.js",
21
21
  "browser": "./cjs/browser.js",
@@ -173,7 +173,7 @@
173
173
  }
174
174
  },
175
175
  "dependencies": {
176
- "@pezkuwi/x-global": "14.0.5",
176
+ "@pezkuwi/x-global": "14.0.1",
177
177
  "node-fetch": "^3.3.2",
178
178
  "tslib": "^2.8.0"
179
179
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/x-fetch', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.0.1' };
1
+ export const packageInfo = { name: '@pezkuwi/x-fetch', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.0.6' };