We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dac76 commit be87760Copy full SHA for be87760
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-class-helpers",
3
- "version": "19.0.27",
+ "version": "19.0.28",
4
"scripts": {
5
"test": "mocha --require ts-node/register src/**/*.spec.ts",
6
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
src/lib/build-info._auto-generated_.ts
@@ -2,6 +2,6 @@
export const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
export const APP_ID = 'com.domain.example.typescript-class-helpers';
export const PROJECT_NPM_NAME = 'typescript-class-helpers';
-export const CURRENT_PACKAGE_VERSION = '19.0.26';
+export const CURRENT_PACKAGE_VERSION = '19.0.28';
// THIS FILE IS GENERATED - DO NOT MODIFY
7
0 commit comments