File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 160
160
],
161
161
"url" : " ./taon-config-standalone.schema.json"
162
162
}
163
- ]
163
+ ],
164
+ "files.watcherExclude" : {
165
+ "local_release/**" : true
166
+ }
164
167
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-class-helpers" ,
3
- "version" : " 19.0.20 " ,
3
+ "version" : " 19.0.21 " ,
4
4
"scripts" : {
5
5
"test" : " mocha --require ts-node/register src/**/*.spec.ts" ,
6
6
"test:watch" : " mocha --compilers ts-node/register src/**/*.spec.ts --watch" ,
164
164
"diff" : " ~4.0.2" ,
165
165
"dockerode" : " ~4.0.5" ,
166
166
"electron" : " 30.0.1" ,
167
- "electron-builder" : " 24.13.3 " ,
167
+ "electron-builder" : " ~26.0.12 " ,
168
168
"electron-debug" : " 3.2.0" ,
169
169
"element-resize-detector" : " ~1.2.4" ,
170
170
"enquirer" : " 2.4.1" ,
316
316
"taon-storage" : " ~19.0.0" ,
317
317
"taon-type-sql" : " ~19.0.0" ,
318
318
"taon-typeorm" : " ~19.0.0" ,
319
+ "taon-ui" : " ~19.0.2" ,
319
320
"task.js" : " ^0.1.5" ,
320
321
"threads" : " 1.7.0" ,
321
322
"tnp" : " ~19.0.1" ,
362
363
"type" : " git" ,
363
364
"url" : " git+https://github.com/darekf77/typescript-class-helpers.git"
364
365
},
365
- "bin" : {}
366
+ "bin" : {},
367
+ "exports" : {
368
+ "." : {
369
+ "style" : " ./scss/index.scss"
370
+ }
371
+ }
366
372
}
Original file line number Diff line number Diff line change
1
+ // EXPORT SCSS STYLES FOR THIS APP or LIBRARY IN THIS FILE
2
+ @use ' ./lib/index.scss' as * ;
3
+
4
+
Original file line number Diff line number Diff line change 1
1
// THIS FILE IS GENERATED - DO NOT MODIFY
2
2
export const BUILD_FRAMEWORK_CLI_NAME = 'tnp' ;
3
3
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 ' ;
5
5
// THIS FILE IS GENERATED - DO NOT MODIFY
6
6
Original file line number Diff line number Diff line change
1
+ // EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
2
+
You can’t perform that action at this time.
0 commit comments