Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - clientlinker-benchmark@1.2.2
 - clientlinker-core@12.2.2
 - clientlinker-flow-confighandler@4.1.6
 - clientlinker-flow-debugger@4.1.6
 - clientlinker-flow-httpproxy@7.3.6
 - clientlinker-flow-localfile@4.1.6
 - clientlinker-flow-logger@5.1.6
 - clientlinker-flow-mysql@6.1.2
 - clientlinker-flow-pkghandler@4.1.6
 - clientlinker@13.1.2
  • Loading branch information
Bacra committed May 29, 2021
1 parent f669445 commit 1f9f365
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions packages/clientlinker-benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-benchmark",
"version": "1.2.1",
"version": "1.2.2",
"description": "clientlinker benchmark",
"main": "index.js",
"private": true,
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"benchmark": "^2.1.4",
"clientlinker-core": "^12.2.1",
"clientlinker-core": "^12.2.2",
"clientlinker-flow-confighandler-test": "^3.1.1",
"glob": "^7.1.6",
"hdr-histogram-js": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/clientlinker-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-core",
"version": "12.2.1",
"version": "12.2.2",
"description": "Linker all clients whether rpc, addon, http request, mock data, local file ...",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/clientlinker-flow-confighandler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-confighandler",
"version": "4.1.5",
"version": "4.1.6",
"description": "Confighandler flow for clientlinker",
"main": "flow/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"debug": "^3.1.0"
},
"devDependencies": {
"clientlinker-core": "^12.2.1",
"clientlinker-core": "^12.2.2",
"clientlinker-flow-confighandler-test": "^3.1.1",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/clientlinker-flow-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-debugger",
"version": "4.1.5",
"version": "4.1.6",
"description": "Debugger flow for clientlinker",
"main": "flow/index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"debug": "^3.1.0"
},
"devDependencies": {
"clientlinker-core": "^12.2.1",
"clientlinker-flow-confighandler": "^4.1.5",
"clientlinker-core": "^12.2.2",
"clientlinker-flow-confighandler": "^4.1.6",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/clientlinker-flow-httpproxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-httpproxy",
"version": "7.3.5",
"version": "7.3.6",
"description": "Httpproxy flow for clientlinker",
"main": "index.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"request": "^2.88.0"
},
"devDependencies": {
"clientlinker-core": "^12.2.1",
"clientlinker-flow-confighandler": "^4.1.5",
"clientlinker-core": "^12.2.2",
"clientlinker-flow-confighandler": "^4.1.6",
"clientlinker-flow-confighandler-test": "^3.1.1",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/clientlinker-flow-localfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-localfile",
"version": "4.1.5",
"version": "4.1.6",
"description": "Localfile flow for clientlinker",
"main": "flow/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"p-map": "^4.0.0"
},
"devDependencies": {
"clientlinker-core": "^12.2.1",
"clientlinker-core": "^12.2.2",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/clientlinker-flow-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-logger",
"version": "5.1.5",
"version": "5.1.6",
"description": "Logger flow for clientlinker",
"main": "flow/index.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"debug": "^3.1.0"
},
"devDependencies": {
"clientlinker-core": "^12.2.1",
"clientlinker-flow-confighandler": "^4.1.5",
"clientlinker-core": "^12.2.2",
"clientlinker-flow-confighandler": "^4.1.6",
"clientlinker-flow-confighandler-test": "^3.1.1",
"clientlinker-flow-pkghandler": "^4.1.5",
"clientlinker-flow-pkghandler": "^4.1.6",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/clientlinker-flow-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-mysql",
"version": "6.1.1",
"version": "6.1.2",
"description": "Mysql flow for clientlinker",
"main": "flow/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/clientlinker-flow-pkghandler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker-flow-pkghandler",
"version": "4.1.5",
"version": "4.1.6",
"description": "Pkghandler flow for clientlinker",
"main": "flow/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"debug": "^3.1.0"
},
"devDependencies": {
"clientlinker-core": "^12.2.1",
"clientlinker-core": "^12.2.2",
"clientlinker-flow-confighandler-test": "^3.1.1",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/clientlinker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clientlinker",
"version": "13.1.1",
"version": "13.1.2",
"description": "Linker all clients whether rpc, addon, http request, mock data, local file ...",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"clientlinker-core": "^12.2.1",
"clientlinker-core": "^12.2.2",
"commander": "2.9.0",
"debug": "^3.1.0",
"depd": "^1.1.2",
Expand All @@ -40,9 +40,9 @@
},
"devDependencies": {
"benchmark": "^2.1.4",
"clientlinker-flow-confighandler": "^4.1.5",
"clientlinker-flow-confighandler": "^4.1.6",
"clientlinker-flow-confighandler-test": "^3.1.1",
"clientlinker-flow-pkghandler": "^4.1.5",
"clientlinker-flow-pkghandler": "^4.1.6",
"cross-env": "^7.0.3",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
Expand Down

0 comments on commit 1f9f365

Please sign in to comment.