@dotcom-tool-kit/typescript 2.1.5 → 2.1.7
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/.toolkitrc.yml +2 -0
- package/package.json +3 -3
- package/readme.md +1 -1
package/.toolkitrc.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/typescript",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"typescript": "3.x || 4.x"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@dotcom-tool-kit/logger": "^3.3.
|
|
29
|
-
"@dotcom-tool-kit/types": "^3.
|
|
28
|
+
"@dotcom-tool-kit/logger": "^3.3.1",
|
|
29
|
+
"@dotcom-tool-kit/types": "^3.5.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@jest/globals": "^29.3.1",
|
package/readme.md
CHANGED
|
@@ -28,6 +28,6 @@ plugins:
|
|
|
28
28
|
|
|
29
29
|
| Task | Description | Preconfigured hook |
|
|
30
30
|
|-|-|-|
|
|
31
|
-
| `TypeScriptBuild` | runs `tsc` to compile TypeScript to JavaScript | `build:local` |
|
|
31
|
+
| `TypeScriptBuild` | runs `tsc` to compile TypeScript to JavaScript | `build:local`, `build:ci`, `build:remote` |
|
|
32
32
|
| `TypeScriptWatch` | rebuild project on every project file change | `run:local` |
|
|
33
33
|
| `TypeScriptTest` | type check TypeScript code without emitting code | `test:local` |
|