-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Github Actions
committed
Feb 20, 2025
1 parent
14428f1
commit 4bbbf8c
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name":"MessageBox", | ||
"author":"Ortus Solutions.com <[email protected]>", | ||
"version":"4.1.0", | ||
"version":"4.2.0", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmessagebox/@build.version@/[email protected]@.zip", | ||
"slug":"cbmessagebox", | ||
"type":"modules", | ||
|
@@ -23,7 +23,7 @@ | |
"Curt Gratz <[email protected]>" | ||
], | ||
"devDependencies":{ | ||
"commandbox-boxlang":"*", | ||
"commandbox-boxlang":"*", | ||
"commandbox-cfformat":"*", | ||
"commandbox-docbox":"*" | ||
}, | ||
|
@@ -40,13 +40,13 @@ | |
"format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite", | ||
"format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json", | ||
"format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json", | ||
"start:fakemail": "!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach", | ||
"start:lucee" : "server start [email protected]", | ||
"start:2021" : "server start [email protected]", | ||
"stop:lucee" : "server stop [email protected]", | ||
"stop:2021" : "server stop [email protected]", | ||
"logs:lucee" : "server log [email protected] --follow", | ||
"logs:2021" : "server log [email protected] --follow" | ||
"start:fakemail":"!docker compose -f test-harness/tests/resources/docker-compose.yml up --detach", | ||
"start:lucee":"server start [email protected]", | ||
"start:2021":"server start [email protected]", | ||
"stop:lucee":"server stop [email protected]", | ||
"stop:2021":"server stop [email protected]", | ||
"logs:lucee":"server log [email protected] --follow", | ||
"logs:2021":"server log [email protected] --follow" | ||
}, | ||
"testbox":{ | ||
"runner":"http://localhost:60299/tests/runner.cfm" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters