@pezkuwi/x-global 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-global
1
+ # @pezkuwi/x-global
2
2
 
3
3
  A cross-environment global object. checks for global > self > window > this.
4
4
 
5
- Install it via `yarn add @polkadot/x-global`
5
+ Install it via `yarn add @pezkuwi/x-global`
6
6
 
7
7
  ```js
8
- import { xglobal } from '@polkadot/x-global';
8
+ import { xglobal } from '@pezkuwi/x-global';
9
9
 
10
10
  console.log(typeof xglobal.TextEncoder);
11
11
  ```
@@ -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-global', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.1' };
4
+ exports.packageInfo = { name: '@pezkuwi/x-global', 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 global replacement",
5
5
  "engines": {
6
6
  "node": ">=18"
7
7
  },
8
- "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-global#readme",
8
+ "homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/x-global#readme",
9
9
  "license": "Apache-2.0",
10
10
  "name": "@pezkuwi/x-global",
11
11
  "repository": {
12
12
  "directory": "packages/x-global",
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/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/x-global', 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-global', 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' };