incremental-compiler 19.0.23 → 19.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/package.json +1 -1
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/package.json +15 -10
- package/package.json_devDependencies.json +216 -0
- package/package.json_tnp.json5 +58 -0
- package/scss/global.scss +44 -0
- package/scss/index.scss +2 -0
- package/scss/lib/index.scss +1 -0
- package/tmp-environment.json +6 -6
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
package/client/package.json
CHANGED
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
6
6
|
exports.PROJECT_NPM_NAME = 'incremental-compiler';
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.24';
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
9
9
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "incremental-compiler",
|
3
|
-
"version": "19.0.
|
3
|
+
"version": "19.0.24",
|
4
4
|
"scripts": {
|
5
|
+
"taon init": "taon init",
|
6
|
+
"taon start": "taon start",
|
5
7
|
"taon build:lib": "taon build:lib",
|
8
|
+
"taon build:watch:lib": "taon build:watch:lib",
|
6
9
|
"taon build:watch:app": "taon build:watch:app",
|
7
10
|
"taon build:watch:electron": "taon build:watch:electron",
|
8
|
-
"taon build:watch:lib": "taon build:watch:lib",
|
9
|
-
"taon clear": "taon clear",
|
10
11
|
"taon docs": "taon docs",
|
11
12
|
"taon docs:watch": "taon docs:watch",
|
12
|
-
"taon
|
13
|
-
"taon migration:create": "taon migration:create",
|
14
|
-
"taon migration:revert": "taon migration:revert",
|
15
|
-
"taon migration:run": "taon migration:run",
|
13
|
+
"taon clear": "taon clear",
|
16
14
|
"taon release": "taon release",
|
17
15
|
"taon release:auto": "taon release:auto",
|
18
16
|
"taon release:install:locally": "taon release:install:locally",
|
19
|
-
"taon
|
20
|
-
"taon
|
21
|
-
"taon
|
17
|
+
"taon migration:create": "taon migration:create",
|
18
|
+
"taon migration:run": "taon migration:run",
|
19
|
+
"taon migration:revert": "taon migration:revert",
|
20
|
+
"taon vscode:temp:show": "taon vscode:temp:show",
|
21
|
+
"taon vscode:temp:hide": "taon vscode:temp:hide"
|
22
22
|
},
|
23
23
|
"license": "MIT",
|
24
24
|
"author": "Dariusz Filipiak",
|
@@ -36,5 +36,10 @@
|
|
36
36
|
},
|
37
37
|
"main": "dist/app.electron.js",
|
38
38
|
"bin": {},
|
39
|
+
"exports": {
|
40
|
+
".": {
|
41
|
+
"style": "./scss/index.scss"
|
42
|
+
}
|
43
|
+
},
|
39
44
|
"peerDependencies": {}
|
40
45
|
}
|
@@ -0,0 +1,216 @@
|
|
1
|
+
{
|
2
|
+
"@angular-devkit/build-angular": "0.901.3",
|
3
|
+
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
4
|
+
"@angular-devkit/schematics": "9.0.0-rc.7",
|
5
|
+
"@angular/animations": "9.1.3",
|
6
|
+
"@angular/cdk": "9.2.1",
|
7
|
+
"@angular/cli": "9.1.3",
|
8
|
+
"@angular/common": "9.1.3",
|
9
|
+
"@angular/compiler": "9.1.3",
|
10
|
+
"@angular/compiler-cli": "9.1.3",
|
11
|
+
"@angular/core": "9.1.3",
|
12
|
+
"@angular/forms": "9.1.3",
|
13
|
+
"@angular/http": "7.2.15",
|
14
|
+
"@angular/language-service": "9.1.3",
|
15
|
+
"@angular/material": "9.2.1",
|
16
|
+
"@angular/platform-browser": "9.1.3",
|
17
|
+
"@angular/platform-browser-dynamic": "9.1.3",
|
18
|
+
"@angular/pwa": "0.900.0-rc.7",
|
19
|
+
"@angular/router": "9.1.3",
|
20
|
+
"@angular/service-worker": "9.1.3",
|
21
|
+
"@mdi/js": "5.8.55",
|
22
|
+
"@ngx-formly/bootstrap": "5.5.6",
|
23
|
+
"@ngx-formly/core": "5.5.6",
|
24
|
+
"@ngx-formly/ionic": "5.5.6",
|
25
|
+
"@ngx-formly/material": "5.5.6",
|
26
|
+
"@ngx-loading-bar/core": "4.2.0",
|
27
|
+
"@ngx-loading-bar/http": "4.2.0",
|
28
|
+
"@ngx-loading-bar/router": "4.2.0",
|
29
|
+
"@ngx-translate/core": "11.0.1",
|
30
|
+
"@ngx-translate/http-loader": "4.0.0",
|
31
|
+
"@swimlane/ngx-datatable": "16.0.2",
|
32
|
+
"@types/chai": "4.1.2",
|
33
|
+
"@types/diff": "3.2.2",
|
34
|
+
"@types/express": "4.11.0",
|
35
|
+
"@types/express-fileupload": "0.1.1",
|
36
|
+
"@types/http-proxy": "1.16.0",
|
37
|
+
"@types/http-proxy-middleware": "0.19.2",
|
38
|
+
"@types/inquirer": "7.3.1",
|
39
|
+
"@types/jasmine": "3.5.0",
|
40
|
+
"@types/jasminewd2": "2.0.3",
|
41
|
+
"@types/json-stringify-safe": "5.0.0",
|
42
|
+
"@types/json5": "0.0.29",
|
43
|
+
"@types/lockfile": "1.0.0",
|
44
|
+
"@types/lodash": "4.14.92",
|
45
|
+
"@types/lowdb": "1.0.6",
|
46
|
+
"@types/mocha": "5.2.5",
|
47
|
+
"@types/node": "12.11.1",
|
48
|
+
"@types/node-notifier": "5.4.0",
|
49
|
+
"@types/oauth2orize": "1.8.0",
|
50
|
+
"@types/password-hash": "1.2.19",
|
51
|
+
"@types/progress": "2.0.3",
|
52
|
+
"@types/q": "1.0.3",
|
53
|
+
"@types/rimraf": "2.0.2",
|
54
|
+
"@types/systeminformation": "3.23.0",
|
55
|
+
"@types/vinyl": "2.0.2",
|
56
|
+
"@types/watch": "1.0.0",
|
57
|
+
"accepts": "1.3.4",
|
58
|
+
"angular-tree-component": "7.0.0",
|
59
|
+
"axios": "0.17.1",
|
60
|
+
"babel-cli": "6.26.0",
|
61
|
+
"babel-preset-env": "1.7.0",
|
62
|
+
"background-worker-process": "~0.0.34",
|
63
|
+
"bcryptjs": "2.4.3",
|
64
|
+
"body-parser": "1.18.2",
|
65
|
+
"bootstrap": "4.3.1",
|
66
|
+
"bs4-breakpoint": "~2.0.40",
|
67
|
+
"buffer-shims": "1.0.0",
|
68
|
+
"button-dropdown": "~1.0.45",
|
69
|
+
"callsite-record": "4.1.3",
|
70
|
+
"chai": "4.2.0",
|
71
|
+
"chalk": "2.3.2",
|
72
|
+
"check-node-version": "3.2.0",
|
73
|
+
"cheerio": "1.0.0-rc.3",
|
74
|
+
"circular-json": "0.5.1",
|
75
|
+
"codelyzer": "5.1.2",
|
76
|
+
"command-exists": "1.2.2",
|
77
|
+
"compression": "1.7.4",
|
78
|
+
"concurrently": "3.5.1",
|
79
|
+
"content-type": "1.0.4",
|
80
|
+
"cookie-parser": "1.4.3",
|
81
|
+
"copy-paste": "1.3.0",
|
82
|
+
"core-js-compat": "3.4.0",
|
83
|
+
"cors": "2.8.4",
|
84
|
+
"cpr": "3.0.1",
|
85
|
+
"cross-spawn": "7.0.3",
|
86
|
+
"detect-mocha": "0.1.0",
|
87
|
+
"diff": "3.2.0",
|
88
|
+
"element-resize-detector": "1.1.15",
|
89
|
+
"enquirer": "2.3.0",
|
90
|
+
"enum-values": "1.2.1",
|
91
|
+
"errorhandler": "1.5.0",
|
92
|
+
"eslint": "7.13.0",
|
93
|
+
"eslint-plugin-import": "2.22.1",
|
94
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
95
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
96
|
+
"express": "4.16.3",
|
97
|
+
"express-fileupload": "0.4.0",
|
98
|
+
"fbgraph": "1.4.1",
|
99
|
+
"file-loader": "1.1.5",
|
100
|
+
"fkill": "6.1.0",
|
101
|
+
"font-awesome": "4.7.0",
|
102
|
+
"fuzzy": "0.1.3",
|
103
|
+
"gulp": "3.9.1",
|
104
|
+
"hammerjs": "2.0.8",
|
105
|
+
"hostile": "1.3.3",
|
106
|
+
"html-webpack-plugin": "4.3.0",
|
107
|
+
"http-proxy": "1.16.2",
|
108
|
+
"http-proxy-middleware": "0.19.1",
|
109
|
+
"http-server": "0.11.1",
|
110
|
+
"incremental-compiler": "~1.1.52",
|
111
|
+
"inquirer": "7.3.3",
|
112
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
113
|
+
"is-elevated": "3.0.0",
|
114
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
115
|
+
"jasmine-core": "3.5.0",
|
116
|
+
"jasmine-spec-reporter": "4.2.1",
|
117
|
+
"json-stringify-safe": "5.0.1",
|
118
|
+
"json10": "~1.0.34",
|
119
|
+
"json5": "2.1.3",
|
120
|
+
"json5-writer": "0.2.0",
|
121
|
+
"karma": "5.0.0",
|
122
|
+
"karma-chrome-launcher": "3.1.0",
|
123
|
+
"karma-cli": "1.0.1",
|
124
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
125
|
+
"karma-jasmine": "3.0.1",
|
126
|
+
"karma-jasmine-html-reporter": "1.4.2",
|
127
|
+
"lnk": "1.0.1",
|
128
|
+
"lockfile": "1.0.4",
|
129
|
+
"lodash": "4.17.4",
|
130
|
+
"lodash-walk-object": "~1.0.35",
|
131
|
+
"lowdb": "1.0.0",
|
132
|
+
"magic-renamer": "~0.0.19",
|
133
|
+
"material-design-icons": "3.0.1",
|
134
|
+
"method-override": "2.3.10",
|
135
|
+
"minimist": "1.2.0",
|
136
|
+
"mkdirp": "0.5.1",
|
137
|
+
"mocha": "5.2.0",
|
138
|
+
"moment": "2.22.2",
|
139
|
+
"morphi": "~4.0.53",
|
140
|
+
"ng-modal-lib": "0.0.6",
|
141
|
+
"ng-packagr": "5.7.1",
|
142
|
+
"ng-talkback": "~2.4.24",
|
143
|
+
"ng2-file-upload": "1.3.0",
|
144
|
+
"ng2-logger": "~8.0.20",
|
145
|
+
"ng2-rest": "~11.0.41",
|
146
|
+
"ng4-icons": "~0.0.29",
|
147
|
+
"ng4-modal": "~0.0.29",
|
148
|
+
"ngx-bootstrap": "5.2.0",
|
149
|
+
"ngx-breadcrumbs": "0.0.3",
|
150
|
+
"ngx-editor": "4.1.0",
|
151
|
+
"ngx-moment": "3.5.0",
|
152
|
+
"ngx-pipes": "2.6.0",
|
153
|
+
"ngx-store": "2.1.0",
|
154
|
+
"ngx-toastr": "11.2.1",
|
155
|
+
"ngx-wig": "8.0.0",
|
156
|
+
"node-cli-test": "0.0.2",
|
157
|
+
"node-cli-tester": "~0.0.21",
|
158
|
+
"node-localstorage": "2.1.6",
|
159
|
+
"node-notifier": "6.0.0",
|
160
|
+
"nodemon": "1.14.11",
|
161
|
+
"npm-get-dependents": "1.0.1",
|
162
|
+
"npm-run": "4.1.2",
|
163
|
+
"omelette": "0.4.5",
|
164
|
+
"open": "7.2.1",
|
165
|
+
"ora": "3.4.0",
|
166
|
+
"passport": "0.3.2",
|
167
|
+
"passport-http-bearer": "1.0.1",
|
168
|
+
"password-hash": "1.2.2",
|
169
|
+
"portfinder": "1.0.21",
|
170
|
+
"prettier": "2.3.2",
|
171
|
+
"progress": "2.0.3",
|
172
|
+
"prompts": "0.1.8",
|
173
|
+
"protractor": "5.4.3",
|
174
|
+
"ps-list": "6.1.0",
|
175
|
+
"ps-node": "0.1.6",
|
176
|
+
"q": "1.5.1",
|
177
|
+
"randomcolor": "0.5.3",
|
178
|
+
"record-replay-req-res-scenario": "~0.0.25",
|
179
|
+
"reflect-metadata": "0.1.10",
|
180
|
+
"rimraf": "2.6.2",
|
181
|
+
"rxjs": "6.5.4",
|
182
|
+
"rxjs-compat": "6.5.3",
|
183
|
+
"simple-git": "1.96.0",
|
184
|
+
"sloc": "0.2.0",
|
185
|
+
"socket.io": "2.4.1",
|
186
|
+
"sort-package-json": "1.11.0",
|
187
|
+
"static-columns": "~2.0.12",
|
188
|
+
"string-similarity": "4.0.2",
|
189
|
+
"sudo-block": "3.0.0",
|
190
|
+
"systeminformation": "3.45.7",
|
191
|
+
"task.js": "0.1.5",
|
192
|
+
"tnp-cli": "~2.0.20",
|
193
|
+
"tnp-config": "~1.0.20",
|
194
|
+
"tnp-core": "~1.0.34",
|
195
|
+
"tnp-db": "~0.0.42",
|
196
|
+
"tnp-helpers": "~0.0.70",
|
197
|
+
"tnp-models": "~0.0.36",
|
198
|
+
"tnp-tools": "~0.0.45",
|
199
|
+
"tnp-ui": "~0.0.32",
|
200
|
+
"ts-loader": "7.0.4",
|
201
|
+
"ts-node": "8.3.0",
|
202
|
+
"tsickle": "0.26.0",
|
203
|
+
"tslib": "2.2.0",
|
204
|
+
"tslint": "6.1.0",
|
205
|
+
"typeorm": "~0.2.7",
|
206
|
+
"typescript": "4.1.5",
|
207
|
+
"typescript-formatter": "7.2.2",
|
208
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
209
|
+
"underscore": "1.9.1",
|
210
|
+
"uuid": "8.3.2",
|
211
|
+
"validator": "9.2.0",
|
212
|
+
"vpn-split": "~0.0.17",
|
213
|
+
"watch": "1.0.2",
|
214
|
+
"webpack-cli": "3.3.11",
|
215
|
+
"zone.js": "0.10.2"
|
216
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"resources": [
|
3
|
+
"README.md"
|
4
|
+
],
|
5
|
+
|
6
|
+
"overrided": {
|
7
|
+
"ignoreDepsPattern": [],
|
8
|
+
"includeAsDev": [],
|
9
|
+
|
10
|
+
"includeOnly": [
|
11
|
+
"@types/glob",
|
12
|
+
"glob",
|
13
|
+
"fs-extra",
|
14
|
+
"@types/fs-extra",
|
15
|
+
"chokidar",
|
16
|
+
"@types/chokidar",
|
17
|
+
"dateformat",
|
18
|
+
"@types/dateformat",
|
19
|
+
"typescript-class-helpers",
|
20
|
+
"tnp-helpers",
|
21
|
+
// '@parcel/watcher',
|
22
|
+
],
|
23
|
+
|
24
|
+
"dependencies": {},
|
25
|
+
"linkedFolders": [],
|
26
|
+
'npmFixes': [],
|
27
|
+
},
|
28
|
+
|
29
|
+
"linkedProjects": [],
|
30
|
+
'smartContainerBuildTarget': '',
|
31
|
+
'linkedRepos': [],
|
32
|
+
|
33
|
+
"libReleaseOptions": {
|
34
|
+
"nodts": false,
|
35
|
+
"obscure": false,
|
36
|
+
"ugly": false,
|
37
|
+
'includeNodeModules': false,
|
38
|
+
'cliBuildNoDts': false,
|
39
|
+
'cliBuildObscure': false,
|
40
|
+
'cliBuildIncludeNodeModules': false,
|
41
|
+
'cliBuildUglify': false,
|
42
|
+
},
|
43
|
+
|
44
|
+
'smartContainerTarget': '',
|
45
|
+
"type": "isomorphic-lib",
|
46
|
+
"isCoreProject": false,
|
47
|
+
"useFramework": false,
|
48
|
+
"version": 'v4',
|
49
|
+
"isGenerated": false,
|
50
|
+
"license": "MIT",
|
51
|
+
"private": false,
|
52
|
+
"main": "index.js",
|
53
|
+
"workerPlugins": {},
|
54
|
+
|
55
|
+
"additionalNpmNames": [
|
56
|
+
"firedev-incremental-watcher"
|
57
|
+
],
|
58
|
+
}
|
package/scss/global.scss
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
@use './vars.scss' as vars;
|
2
|
+
@use 'primeflex/primeflex.scss';
|
3
|
+
/* You can add global styles to this file, and also import other style files */
|
4
|
+
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
5
|
+
|
6
|
+
// @import "primeng/resources/themes/lara-light-blue/theme.css"; // not needed anymore
|
7
|
+
// @import "primeng/resources/primeng.css"; // not needed anymore
|
8
|
+
@import 'primeicons/primeicons.css';
|
9
|
+
@import 'animate.css/animate.min.css';
|
10
|
+
|
11
|
+
@font-face {
|
12
|
+
font-family: 'Material Icons';
|
13
|
+
font-style: normal;
|
14
|
+
font-weight: 400;
|
15
|
+
src: url("#{ vars.$basename }assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2")
|
16
|
+
format('woff2');
|
17
|
+
}
|
18
|
+
|
19
|
+
.material-icons {
|
20
|
+
font-family: 'Material Icons';
|
21
|
+
font-weight: normal;
|
22
|
+
font-style: normal;
|
23
|
+
font-size: 24px;
|
24
|
+
line-height: 1;
|
25
|
+
letter-spacing: normal;
|
26
|
+
text-transform: none;
|
27
|
+
display: inline-block;
|
28
|
+
white-space: nowrap;
|
29
|
+
word-wrap: normal;
|
30
|
+
direction: ltr;
|
31
|
+
-webkit-font-feature-settings: 'liga';
|
32
|
+
-webkit-font-smoothing: antialiased;
|
33
|
+
}
|
34
|
+
|
35
|
+
.ng-scroll-content {
|
36
|
+
// TODO QUICK_FIX for modal mode
|
37
|
+
display: block !important;
|
38
|
+
}
|
39
|
+
|
40
|
+
// TODO QUICK FIX for weird chrome padding
|
41
|
+
body {
|
42
|
+
margin: 0px !important;
|
43
|
+
overflow: hidden;
|
44
|
+
}
|
package/scss/index.scss
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
// EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
|
package/tmp-environment.json
CHANGED
@@ -9,9 +9,9 @@
|
|
9
9
|
"only": []
|
10
10
|
},
|
11
11
|
"ports": {
|
12
|
-
"ngNormalAppPort":
|
13
|
-
"ngWebsqlAppPort":
|
14
|
-
"nodeBeAppPort":
|
12
|
+
"ngNormalAppPort": 4223,
|
13
|
+
"ngWebsqlAppPort": 4224,
|
14
|
+
"nodeBeAppPort": 4109
|
15
15
|
},
|
16
16
|
"init": {},
|
17
17
|
"build": {
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"releaseType": "manual",
|
31
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
32
32
|
"envName": "__",
|
33
|
-
"resolvedNewVersion": "19.0.
|
33
|
+
"resolvedNewVersion": "19.0.24"
|
34
34
|
},
|
35
35
|
"copyToManager": {},
|
36
36
|
"buildInfo": {
|
37
|
-
"date": "2025-05-
|
38
|
-
"hash": "
|
37
|
+
"date": "2025-05-24T17:23:00.000Z",
|
38
|
+
"hash": "40f8a86b2ee2e8b9a9cb967a92fb0bb89da4f9cd"
|
39
39
|
},
|
40
40
|
"currentProjectName": "incremental-compiler",
|
41
41
|
"currentProjectType": "isomorphic-lib",
|