Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ce43eb973 | |||
| d0842d013c |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-04-30 - 2.0.3 - fix(build)
|
||||||
|
remove deprecated allowimplicitany flag from build script
|
||||||
|
|
||||||
|
- Updates the package build script to invoke tsbuild without the extra allowimplicitany option.
|
||||||
|
|
||||||
## 2026-03-24 - 2.0.2 - fix(build)
|
## 2026-03-24 - 2.0.2 - fix(build)
|
||||||
migrate package metadata to smartconfig and refresh build configuration
|
migrate package metadata to smartconfig and refresh build configuration
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tsrun",
|
"name": "@git.zone/tsrun",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"description": "run typescript programs efficiently",
|
"description": "run typescript programs efficiently",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
||||||
"format": "(gitzone format)",
|
"format": "(gitzone format)",
|
||||||
"build": "(tsbuild --allowimplicitany)",
|
"build": "(tsbuild)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsrun',
|
name: '@git.zone/tsrun',
|
||||||
version: '2.0.2',
|
version: '2.0.3',
|
||||||
description: 'run typescript programs efficiently'
|
description: 'run typescript programs efficiently'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user