[CI Skip] bump/beta 0.17.2-0-x

skip-checks: true
This commit is contained in:
github-actions[bot]
2022-07-08 10:44:59 +00:00
parent 5aa2b3c096
commit ce0c54e9ba
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1 +1 @@
0.17.1
0.17.2-0-x
+1 -1
View File
@@ -1,5 +1,5 @@
566 Mich Update all.json (#1732)
410 Jaco 0.17.1 (#1776)
411 Jaco Switch to ava as a test runner (#1778)
252 mhusnirizal update all.json (#1777)
173 Frank Update all.json (#1766)
79 michalisFr Update all.json (#1540)
+10 -10
View File
@@ -1,5 +1,14 @@
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm",
"--experimental-specifier-resolution=node"
]
},
"bugs": "https://github.com/polkadot-js/phishing/issues",
"homepage": "https://github.com/polkadot-js/phishing#readme",
"license": "Apache-2.0",
@@ -10,7 +19,7 @@
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": false,
"version": "0.17.1",
"version": "0.17.2-0-x",
"workspaces": [
"packages/*"
],
@@ -41,14 +50,5 @@
},
"resolutions": {
"typescript": "^4.7.4"
},
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm",
"--experimental-specifier-resolution=node"
]
}
}
+1 -1
View File
@@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.17.1",
"version": "0.17.2-0-x",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.1' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2-0-x' };