@polkadot/types-known 8.9.2-6 → 8.9.2-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.
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/types-known',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '8.9.2-6'
14
+ version: '8.9.2-7'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/mod.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './index';
package/mod.ts ADDED
@@ -0,0 +1,4 @@
1
+ // Copyright 2017-2022 @polkadot/types-known authors & contributors
2
+ // SPDX-License-Identifier: Apache-2.0
3
+
4
+ export * from './index';
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "8.9.2-6",
23
+ "version": "8.9.2-7",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -52,6 +52,8 @@
52
52
  "require": "./cjs/detectPackage.js",
53
53
  "default": "./detectPackage.js"
54
54
  },
55
+ "./mod.d.ts": "./mod.d.ts",
56
+ "./mod.ts": "./mod.ts",
55
57
  "./package.json": "./package.json",
56
58
  "./packageInfo.js": {
57
59
  "types": "./packageInfo.d.ts",
@@ -147,9 +149,9 @@
147
149
  "dependencies": {
148
150
  "@babel/runtime": "^7.18.3",
149
151
  "@polkadot/networks": "^9.5.1",
150
- "@polkadot/types": "8.9.2-6",
151
- "@polkadot/types-codec": "8.9.2-6",
152
- "@polkadot/types-create": "8.9.2-6",
152
+ "@polkadot/types": "8.9.2-7",
153
+ "@polkadot/types-codec": "8.9.2-7",
154
+ "@polkadot/types-create": "8.9.2-7",
153
155
  "@polkadot/util": "^9.5.1"
154
156
  }
155
157
  }
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/types-known',
6
6
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
7
7
  type: 'esm',
8
- version: '8.9.2-6'
8
+ version: '8.9.2-7'
9
9
  };