Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 8fd2c09

Browse files
committed
Bump nodecg-io-sql version to 0.2.1 for 0303c55
1 parent 0303c55 commit 8fd2c09

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/sql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"nodecg": {
66
"compatibleRange": "^1.1.1",
77
"bundleDependencies": {
8-
"nodecg-io-sql": "^0.2.0"
8+
"nodecg-io-sql": "^0.2.1"
99
}
1010
},
1111
"license": "MIT",
1212
"dependencies": {
1313
"@types/node": "^16.11.7",
1414
"nodecg-types": "^1.8.3",
1515
"nodecg-io-core": "^0.2.0",
16-
"nodecg-io-sql": "^0.2.0",
16+
"nodecg-io-sql": "^0.2.1",
1717
"typescript": "^4.4.4",
1818
"mysql": "^2.18.1"
1919
}

services/nodecg-io-sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodecg-io-sql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "SQL service based on knex.js. Different clients like mysql are supported but have to be installed separately.",
55
"homepage": "https://nodecg.io/RELEASE/samples/sql",
66
"author": {

0 commit comments

Comments
 (0)