mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-09 20:11:12 +00:00
[CI Skip] bump/beta 0.17.2-0-x
skip-checks: true
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
0.17.1
|
||||
0.17.2-0-x
|
||||
|
||||
+1
-1
@@ -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
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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' };
|
||||
|
||||
Reference in New Issue
Block a user