Skip to content

Commit 1baf1a5

Browse files
committed
release: v19.0.21
1 parent 2228101 commit 1baf1a5

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,8 @@
160160
],
161161
"url": "./taon-config-standalone.schema.json"
162162
}
163-
]
163+
],
164+
"files.watcherExclude": {
165+
"local_release/**": true
166+
}
164167
}

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-class-helpers",
3-
"version": "19.0.20",
3+
"version": "19.0.21",
44
"scripts": {
55
"test": "mocha --require ts-node/register src/**/*.spec.ts",
66
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
@@ -164,7 +164,7 @@
164164
"diff": "~4.0.2",
165165
"dockerode": "~4.0.5",
166166
"electron": "30.0.1",
167-
"electron-builder": "24.13.3",
167+
"electron-builder": "~26.0.12",
168168
"electron-debug": "3.2.0",
169169
"element-resize-detector": "~1.2.4",
170170
"enquirer": "2.4.1",
@@ -316,6 +316,7 @@
316316
"taon-storage": "~19.0.0",
317317
"taon-type-sql": "~19.0.0",
318318
"taon-typeorm": "~19.0.0",
319+
"taon-ui": "~19.0.2",
319320
"task.js": "^0.1.5",
320321
"threads": "1.7.0",
321322
"tnp": "~19.0.1",
@@ -362,5 +363,10 @@
362363
"type": "git",
363364
"url": "git+https://github.com/darekf77/typescript-class-helpers.git"
364365
},
365-
"bin": {}
366+
"bin": {},
367+
"exports": {
368+
".": {
369+
"style": "./scss/index.scss"
370+
}
371+
}
366372
}

src/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// EXPORT SCSS STYLES FOR THIS APP or LIBRARY IN THIS FILE
2+
@use './lib/index.scss' as *;
3+
4+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// THIS FILE IS GENERATED - DO NOT MODIFY
22
export const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
33
export const PROJECT_NPM_NAME = 'typescript-class-helpers';
4-
export const CURRENT_PACKAGE_VERSION = '19.0.20';
4+
export const CURRENT_PACKAGE_VERSION = '19.0.21';
55
// THIS FILE IS GENERATED - DO NOT MODIFY
66

src/lib/index.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
2+

0 commit comments

Comments
 (0)