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

Commit c4aea28

Browse files
committed
Bump debug to 0.2.2 for 256272c
1 parent c97b5ed commit c4aea28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: package-lock.json

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

Diff for: samples/debug/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-debug": "^0.2.1"
8+
"nodecg-io-debug": "^0.2.2"
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-debug": "^0.2.1",
16+
"nodecg-io-debug": "^0.2.2",
1717
"typescript": "^4.4.4"
1818
}
1919
}

Diff for: services/nodecg-io-debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodecg-io-debug",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Debug helper service that helps to easily trigger your code for debugging purposes.",
55
"homepage": "https://nodecg.io/RELEASE/samples/debug",
66
"author": {

0 commit comments

Comments
 (0)