Skip to content

Commit f08cacd

Browse files
committed
build: 3.0.11
1 parent b906952 commit f08cacd

File tree

3 files changed

+36
-61
lines changed

3 files changed

+36
-61
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Runnerty Tech S.L.
3+
Copyright (c) 2022 Runnerty Tech S.L.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 32 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runnerty/executor-mysql",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "Runnerty module: MySQL executor",
55
"author": "Runnerty Tech",
66
"license": "MIT",
@@ -25,14 +25,14 @@
2525
},
2626
"homepage": "https://github.com/runnerty/executor-mysql#readme",
2727
"dependencies": {
28-
"@runnerty/module-core": "~3.0.7",
28+
"@runnerty/module-core": "~3.0.8",
2929
"exceljs": "~4.3.0",
3030
"fast-csv": "~4.3.6",
3131
"json-stream-stringify": "~2.0.4",
3232
"mysql2": "~2.3.3"
3333
},
3434
"devDependencies": {
35-
"eslint": "^8.5.0",
35+
"eslint": "^8.7.0",
3636
"eslint-config-prettier": "^8.3.0",
3737
"eslint-plugin-prettier": "^4.0.0",
3838
"prettier": "^2.5.1"

0 commit comments

Comments
 (0)