Skip to content

Commit 5fa64a9

Browse files
[CI Skip] release/stable 10.1.3
skip-checks: true
1 parent 48d2dbd commit 5fa64a9

File tree

32 files changed

+36
-63
lines changed

32 files changed

+36
-63
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3400 Jaco Remove stale workflow (#5539)
1+
3401 Jaco 10.1.3: Remove wrong .module specifier in typegen (#5541)
22
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
33
37 Keith Ingram Update contract types and rpc (#4541)
44
35 Stefanie Doll Updated child storage parameters (#1709)

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"author": "Jaco Greeff <[email protected]>",
33
"bugs": "https://github.com/polkadot-js/api/issues",
4+
"engines": {
5+
"node": ">=14"
6+
},
47
"homepage": "https://github.com/polkadot-js/api#readme",
58
"license": "Apache-2.0",
69
"packageManager": "[email protected]",
@@ -13,8 +16,8 @@
1316
"type": "module",
1417
"version": "10.1.3",
1518
"versions": {
16-
"git": "10.1.3-3-x",
17-
"npm": "10.1.2"
19+
"git": "10.1.3",
20+
"npm": "10.1.3"
1821
},
1922
"workspaces": [
2023
"packages/*"

packages/api-augment/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"author": "Jaco Greeff <[email protected]>",
33
"bugs": "https://github.com/polkadot-js/api/issues",
4-
"contributors": [],
54
"description": "API generated augmentation",
65
"engines": {
7-
"node": ">=14.0.0"
6+
"node": ">=14"
87
},
98
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-augment#readme",
109
"license": "Apache-2.0",
11-
"maintainers": [],
1210
"name": "@polkadot/api-augment",
1311
"repository": {
1412
"directory": "packages/api-augment",

packages/api-augment/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.1.3-3-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.1.3' };

packages/api-base/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"author": "Jaco Greeff <[email protected]>",
33
"bugs": "https://github.com/polkadot-js/api/issues",
4-
"contributors": [],
54
"description": "Interfaces for interacting with contracts and contract ABIs",
65
"engines": {
7-
"node": ">=14.0.0"
6+
"node": ">=14"
87
},
98
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-base#readme",
109
"license": "Apache-2.0",
11-
"maintainers": [],
1210
"name": "@polkadot/api-base",
1311
"repository": {
1412
"directory": "packages/api-base",

packages/api-base/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.1.3-3-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.1.3' };

packages/api-contract/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"author": "Jaco Greeff <[email protected]>",
33
"bugs": "https://github.com/polkadot-js/api/issues",
4-
"contributors": [],
54
"description": "Interfaces for interacting with contracts and contract ABIs",
65
"engines": {
7-
"node": ">=14.0.0"
6+
"node": ">=14"
87
},
98
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
109
"license": "Apache-2.0",
11-
"maintainers": [],
1210
"name": "@polkadot/api-contract",
1311
"repository": {
1412
"directory": "packages/api-contract",

packages/api-contract/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.1.3-3-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.1.3' };

packages/api-derive/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"author": "Jaco Greeff <[email protected]>",
33
"bugs": "https://github.com/polkadot-js/api/issues",
4-
"contributors": [],
54
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
65
"engines": {
7-
"node": ">=14.0.0"
6+
"node": ">=14"
87
},
98
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
109
"license": "Apache-2.0",
11-
"maintainers": [],
1210
"name": "@polkadot/api-derive",
1311
"repository": {
1412
"directory": "packages/api-derive",

packages/api-derive/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.1.3-3-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.1.3' };

0 commit comments

Comments
 (0)