@pezkuwi/x-ws 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-ws
1
+ # @pezkuwi/x-ws
2
2
 
3
3
  A cross-environment WebSocket.
4
4
 
5
- Install it via `yarn add @polkadot/x-ws`
5
+ Install it via `yarn add @pezkuwi/x-ws`
6
6
 
7
7
  ```js
8
- import { WebSocket } from '@polkadot/x-ws';
8
+ import { WebSocket } from '@pezkuwi/x-ws';
9
9
 
10
10
  ...
11
11
  const ws = new WebSocket('wss://example.com');
@@ -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-ws', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.1' };
4
+ exports.packageInfo = { name: '@pezkuwi/x-ws', 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 WebSocket replacement",
5
5
  "engines": {
6
6
  "node": ">=18"
7
7
  },
8
- "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme",
8
+ "homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/x-ws#readme",
9
9
  "license": "Apache-2.0",
10
10
  "name": "@pezkuwi/x-ws",
11
11
  "repository": {
12
12
  "directory": "packages/x-ws",
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
  "tslib": "^2.8.0",
178
178
  "ws": "^8.18.0"
179
179
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/x-ws', 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-ws', 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' };