ticbuild 1.0.4 → 1.0.5
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.
- package/dist/buildInfo.d.ts +4 -4
- package/dist/buildInfo.js +4 -4
- package/package.json +3 -3
package/dist/buildInfo.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const buildInfo: {
|
|
2
|
-
readonly version: "1.0.
|
|
2
|
+
readonly version: "1.0.5";
|
|
3
3
|
readonly dirty: true;
|
|
4
|
-
readonly buildDate: "2026-01-
|
|
5
|
-
readonly lastCommitDate: "2026-01-
|
|
6
|
-
readonly commitHash: "
|
|
4
|
+
readonly buildDate: "2026-01-26T21:13:40.164Z";
|
|
5
|
+
readonly lastCommitDate: "2026-01-26T22:13:17+01:00";
|
|
6
|
+
readonly commitHash: "d1065e9";
|
|
7
7
|
};
|
|
8
8
|
//# sourceMappingURL=buildInfo.d.ts.map
|
package/dist/buildInfo.js
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.buildInfo = void 0;
|
|
4
4
|
// Auto-generated by scripts/gen-build-info.js. Do not edit.
|
|
5
5
|
exports.buildInfo = {
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.5",
|
|
7
7
|
"dirty": true,
|
|
8
|
-
"buildDate": "2026-01-
|
|
9
|
-
"lastCommitDate": "2026-01-
|
|
10
|
-
"commitHash": "
|
|
8
|
+
"buildDate": "2026-01-26T21:13:40.164Z",
|
|
9
|
+
"lastCommitDate": "2026-01-26T22:13:17+01:00",
|
|
10
|
+
"commitHash": "d1065e9"
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=buildInfo.js.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ticbuild",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A build & watch system for TIC-80",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"ticbuild": "
|
|
7
|
+
"ticbuild": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"prepare": "cross-env NODE_ENV=production npm run build",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"author": "Carl Corcoran",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/thenfour/ticbuild"
|
|
28
|
+
"url": "git+https://github.com/thenfour/ticbuild.git"
|
|
29
29
|
},
|
|
30
30
|
"license": "ISC",
|
|
31
31
|
"files": [
|