BREAKING CHANGE(core): switch to gitzone v2 generation tools

This commit is contained in:
Philipp Kunz 2022-05-04 17:26:36 +02:00
parent 181369ad3f
commit 4204a61db9
5 changed files with 114 additions and 8454 deletions

8538
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,10 +19,10 @@
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.25"
"@types/node": "^17.0.31"
},
"dependencies": {
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tsbundle": "^2.0.0",
"@gitzone/tsrun": "^1.2.32",
"@pushrocks/early": "^4.0.2",
"@pushrocks/lik": "^5.0.4",
@ -31,7 +31,7 @@
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartserve": "^2.0.24",
"@pushrocks/smartserve": "^2.0.27",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^3.0.1"
},

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@gitzone/tswatch',
version: '2.0.0',
description: 'watch typescript projects during development'
}

View File

@ -84,12 +84,6 @@ export class TsWatch {
})
);
await smartserve.start();
/* const parcel = new plugins.smartparcel.Parcel(
plugins.path.join(process.cwd(), './html/index.html'),
plugins.path.join(process.cwd(), './dist_watch'),
'index.html'
);
await parcel.watchAndServe(); */
break;
case 'gitzone_website':
this.watcherMap.add(
@ -132,14 +126,6 @@ export class TsWatch {
timeout: null,
})
);
// client directory
/* const parcelWebsite = new plugins.smartparcel.Parcel(
plugins.path.join(process.cwd(), './html/index.html'),
plugins.path.join(process.cwd(), './dist_serve'),
'bundle.js'
);
await parcelWebsite.watchAndServe(); */
break;
case 'gitzone_service':
this.watcherMap.add(

View File

@ -15,7 +15,6 @@ import * as smartcli from '@pushrocks/smartcli';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
import * as smartparcel from '@pushrocks/smartparcel';
import * as smartserve from '@pushrocks/smartserve';
import * as smartshell from '@pushrocks/smartshell';
import * as taskbuffer from '@pushrocks/taskbuffer';
@ -27,7 +26,6 @@ export {
smartdelay,
smartlog,
smartlogDestinationLocal,
smartparcel,
smartserve,
smartshell,
taskbuffer,