Skip to content

Commit 489ceea

Browse files
committed
a
1 parent 0f4bd02 commit 489ceea

File tree

7 files changed

+25
-30
lines changed

7 files changed

+25
-30
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ app.hosts.ts
1515
/linked-repos
1616

1717
/tests-environments
18+
/src/lib/lib-info.md
19+
/src/migrations/migrations-info.md
20+
/src/tests/mocha-tests-info.md
21+
/src/assets/shared/shared_folder_info.txt
1822

1923
# System Files
2024
.DS_Store
@@ -24,7 +28,6 @@ Thumbs.db
2428
/node_modules
2529
/tmp*
2630
/dist*
27-
/bundle*
2831
/browser
2932
/browser*
3033
/websql
@@ -41,35 +44,33 @@ Thumbs.db
4144
/.sourcemaps
4245
/tsconfig.isomorphic.json
4346
/tsconfig.isomorphic-flat-dist.json
44-
/tsconfig.isomorphic-flat-bundle.json
4547
/tsconfig.browser.json
4648
/.vscode/tasks.json
4749
/tsconfig.json
4850
/tsconfig.backend.dist.json
49-
/tsconfig.backend.bundle.json
50-
/.npmrc
5151
/tslint.json
5252
/.editorconfig
5353
/index.js
5454
/index.d.ts
5555
/index.js.map
5656
/webpack.config.js
57-
/webpack.backend-bundle-build.js
57+
/webpack.backend-dist-build.js
5858
/run.js
5959
/run-org.js
6060
/tsconfig.isomorphic.json.filetemplate
6161
/tsconfig.isomorphic-flat-dist.json.filetemplate
62-
/tsconfig.isomorphic-flat-bundle.json.filetemplate
6362
/tsconfig.browser.json.filetemplate
6463
/.vscode/tasks.json.filetemplate
6564
/tsconfig.json.filetemplate
6665
/tsconfig.backend.dist.json.filetemplate
67-
/tsconfig.backend.bundle.json.filetemplate
6866
/tsconfig.backend.dist.json
69-
/tsconfig.backend.bundle.json
7067

7168

7269

7370

7471
# =====================
7572
*.filetemplate
73+
74+
75+
76+
/.vscode/launch.json

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ src/
66
/tests
77
tsconfig.json
88
npm-debug.log*
9-
.npmrc
109
tslint.json
1110
.editorconfig

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock = false

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "Launch Server standalone",
88
"program": "${workspaceFolder}/run.js",
99
"args": [
10-
"port=4508",
10+
"port=4509",
1111
"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22static-columns%22%0A%7D "
1212
],
1313
"runtimeArgs": [

.vscode/settings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
"**/*____ORIGINAL____.ts": true,
44
"_changelog": true,
55
"tsconfig.backend.dist.json": true,
6-
"tsconfig.backend.bundle.json": true,
76
"tsconfig.backend.dist.json.filetemplate": true,
8-
"tsconfig.backend.bundle.json.filetemplate": true,
9-
"webpack.backend-bundle-build.js": true,
7+
"webpack.backend-dist-build.js": true,
108
"node_modules": true,
119
"tmp*": true,
1210
"dist*": true,
13-
"bundle*": true,
1411
"browser": true,
1512
"browser*": true,
1613
"websql": true,
@@ -27,11 +24,9 @@
2724
".sourcemaps": true,
2825
"tsconfig.isomorphic.json": true,
2926
"tsconfig.isomorphic-flat-dist.json": true,
30-
"tsconfig.isomorphic-flat-bundle.json": true,
3127
"tsconfig.browser.json": true,
3228
".vscode/tasks.json": true,
3329
"tsconfig.json": true,
34-
".npmrc": true,
3530
"tslint.json": true,
3631
".editorconfig": true,
3732
"index.js": true,
@@ -42,7 +37,6 @@
4237
"run-org.js": true,
4338
"tsconfig.isomorphic.json.filetemplate": true,
4439
"tsconfig.isomorphic-flat-dist.json.filetemplate": true,
45-
"tsconfig.isomorphic-flat-bundle.json.filetemplate": true,
4640
"tsconfig.browser.json.filetemplate": true,
4741
".vscode/tasks.json.filetemplate": true,
4842
"tsconfig.json.filetemplate": true,

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"workerPlugins": {}
4646
},
4747
"name": "static-columns",
48-
"version": "16.5.13",
48+
"version": "16.5.16",
4949
"description": "Static columns with flexbox for Agnular2",
5050
"repository": {
5151
"type": "git",
@@ -205,8 +205,8 @@
205205
"firedev-ports": "~16.5.12",
206206
"firedev-storage": "~16.5.12",
207207
"firedev-type-sql": "~16.5.12",
208-
"firedev-typeorm": "~16.5.13",
209-
"firedev-ui": "~16.5.11",
208+
"firedev-typeorm": "~16.5.14",
209+
"firedev-ui": "~16.5.12",
210210
"fkill": "6.1.0",
211211
"font-awesome": "4.7.0",
212212
"form-data": "4.0.0",
@@ -238,7 +238,7 @@
238238
"joi": "17.9.2",
239239
"jscodeshift": "0.6.3",
240240
"json-stringify-safe": "5.0.1",
241-
"json10": "~16.5.11",
241+
"json10": "~16.5.12",
242242
"json10-writer": "~16.5.12",
243243
"json5": "2.2.1",
244244
"json5-writer": "0.2.0",
@@ -248,7 +248,7 @@
248248
"localforage": "1.10.0",
249249
"lockfile": "1.0.4",
250250
"lodash": "4.17.20",
251-
"lodash-walk-object": "~16.5.11",
251+
"lodash-walk-object": "~16.5.12",
252252
"lowdb": "1.0.0",
253253
"magic-renamer": "~16.5.12",
254254
"material-design-icons": "3.0.1",
@@ -257,14 +257,14 @@
257257
"mkdirp": "0.5.1",
258258
"mocha": "10.2.0",
259259
"moment": "2.29.3",
260-
"morphi": "~16.5.11",
260+
"morphi": "~16.5.12",
261261
"ng-for-track-by-property": "16.0.1",
262262
"ng-in-viewport": "15.0.2",
263263
"ng-lock": "16.0.1",
264264
"ng-packagr": "16.0.1",
265-
"ng-talkback": "~16.5.12",
265+
"ng-talkback": "~16.5.13",
266266
"ng2-logger": "~16.5.14",
267-
"ng2-rest": "~16.5.11",
267+
"ng2-rest": "~16.5.12",
268268
"ngx-ace-wrapper": "14.0.0",
269269
"ngx-editor": "15.3.0",
270270
"ngx-highlightjs": "9.0.0",
@@ -277,7 +277,7 @@
277277
"ngx-scrolltop": "6.0.0",
278278
"ngx-store": "3.1.1",
279279
"ngx-typed-js": "2.1.1",
280-
"node-cli-tester": "~16.5.11",
280+
"node-cli-tester": "~16.5.12",
281281
"node-localstorage": "2.1.6",
282282
"node-notifier": "6.0.0",
283283
"node-polyfill-webpack-plugin": "2.0.1",
@@ -304,7 +304,7 @@
304304
"q": "1.5.1",
305305
"rallax.js": "2.0.4",
306306
"randomcolor": "0.5.3",
307-
"record-replay-req-res-scenario": "~16.5.11",
307+
"record-replay-req-res-scenario": "~16.5.12",
308308
"reflect-metadata": "0.1.10",
309309
"rimraf": "2.6.2",
310310
"rxjs": "~7.8.0",
@@ -323,7 +323,7 @@
323323
"systeminformation": "3.45.7",
324324
"task.js": "0.1.5",
325325
"threads": "1.7.0",
326-
"tnp-cli": "~16.5.11",
326+
"tnp-cli": "~16.5.12",
327327
"tnp-config": "~16.5.13",
328328
"tnp-core": "~16.5.19",
329329
"tnp-db": "~16.5.12",
@@ -343,7 +343,7 @@
343343
"uuid": "8.3.2",
344344
"validator": "9.2.0",
345345
"video.js": "8.3.0",
346-
"vpn-split": "~16.5.13",
346+
"vpn-split": "~16.5.14",
347347
"watch": "1.0.2",
348348
"yup": "1.1.1",
349349
"zone.js": "~0.13.0"

src/assets/shared/shared_folder_info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
22

3-
Assets from this folder are being shipped with this npm package (static-columns@16.5.12)
3+
Assets from this folder are being shipped with this npm package (static-columns@16.5.16)
44
created from this project.
55

66
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.

0 commit comments

Comments
 (0)