diff --git a/package.json b/package.json index 673fe73..5fa119b 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", + "@gitzone/tsbundle": "^2.0.7", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.72", "@pushrocks/tapbundle": "^5.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef21d86..f1aac67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,6 +3,7 @@ lockfileVersion: 5.4 specifiers: '@apiglobal/typedrequest-interfaces': ^2.0.1 '@gitzone/tsbuild': ^2.1.63 + '@gitzone/tsbundle': ^2.0.7 '@gitzone/tsrun': ^1.2.37 '@gitzone/tstest': ^1.0.72 '@pushrocks/isohash': ^2.0.0 @@ -39,6 +40,7 @@ dependencies: devDependencies: '@gitzone/tsbuild': 2.1.65 + '@gitzone/tsbundle': 2.0.7 '@gitzone/tsrun': 1.2.39_@types+node@18.11.18 '@gitzone/tstest': 1.0.74_@types+node@18.11.18 '@pushrocks/tapbundle': 5.0.4 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2502ae3..243c917 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartsocket', - version: '2.0.10', + version: '2.0.11', description: 'easy and secure websocket communication' }