isaacscript 3.6.47 → 3.6.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,8 +6,6 @@ set -euo pipefail # Exit on errors and undefined variables.
|
|
|
6
6
|
# https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
|
|
7
7
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
8
8
|
|
|
9
|
-
echo "Building: $DIR"
|
|
10
|
-
|
|
11
9
|
SECONDS=0
|
|
12
10
|
|
|
13
11
|
# Convert the TypeScript to a single Lua file (based on the settings in "tsconfig.json").
|
|
@@ -6,8 +6,6 @@ set -euo pipefail # Exit on errors and undefined variables.
|
|
|
6
6
|
# https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
|
|
7
7
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
8
8
|
|
|
9
|
-
echo "Building: $DIR"
|
|
10
|
-
|
|
11
9
|
SECONDS=0
|
|
12
10
|
|
|
13
11
|
NPM_LOCK="$DIR/package-lock.json"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.49",
|
|
4
4
|
"description": "A command line tool for managing Isaac mods written in TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"source-map-support": "^0.5.21",
|
|
42
42
|
"sync-directory": "^6.0.4",
|
|
43
43
|
"tslib": "^2.5.3",
|
|
44
|
-
"typescript-to-lua": "
|
|
44
|
+
"typescript-to-lua": "1.15.1",
|
|
45
45
|
"xml2js": "^0.6.0",
|
|
46
46
|
"yaml": "^2.3.1",
|
|
47
47
|
"yargs": "^17.7.2"
|