typescript-class-helpers 21.0.9 → 21.0.11

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.
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "typescript-class-helpers/browser",
3
- "version": "21.0.9",
3
+ "version": "21.0.11",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.2.0",
6
- "@angular/core": "^13.2.0"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
+ "sideEffects": false,
11
12
  "module": "fesm2022/typescript-class-helpers-browser.mjs",
12
13
  "typings": "types/typescript-class-helpers-browser.d.ts",
13
14
  "exports": {
@@ -18,6 +19,5 @@
18
19
  "types": "./types/typescript-class-helpers-browser.d.ts",
19
20
  "default": "./fesm2022/typescript-class-helpers-browser.mjs"
20
21
  }
21
- },
22
- "sideEffects": false
22
+ }
23
23
  }
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "typescript-class-helpers";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "21.0.9";
20
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.11";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'typescript-class-helpers';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '21.0.9';
24
+ exports.CURRENT_PACKAGE_VERSION = '21.0.11';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,6CAA6C,CAAC;AACpE;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,0BAA0B,CAAC;AAC3D;;GAEG;AACU,QAAA,uBAAuB,GAAG,QAAQ,CAAC;AAChD,yCAAyC"}
1
+ {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,6CAA6C,CAAC;AACpE;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,0BAA0B,CAAC;AAC3D;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-class-helpers",
3
- "version": "21.0.9",
3
+ "version": "21.0.11",
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",
@@ -5,14 +5,8 @@
5
5
  },
6
6
  "paths": {},
7
7
  "config": {},
8
- "container": {
9
- "only": []
10
- },
11
- "ports": {
12
- "ngNormalAppPort": 4229,
13
- "ngWebsqlAppPort": 4230,
14
- "nodeBeAppPort": 4112
15
- },
8
+ "container": {},
9
+ "ports": {},
16
10
  "init": {},
17
11
  "build": {
18
12
  "pwa": {},
@@ -30,12 +24,12 @@
30
24
  "releaseType": "manual",
31
25
  "targetArtifact": "npm-lib-and-cli-tool",
32
26
  "envName": "__",
33
- "resolvedNewVersion": "19.0.22"
27
+ "resolvedNewVersion": "19.0.12"
34
28
  },
35
29
  "copyToManager": {},
36
30
  "buildInfo": {
37
- "date": "2025-05-28T01:45:02.000Z",
38
- "hash": "1baf1a5593794ac7bd667834cd4986c853e6ba1b"
31
+ "date": "2025-05-13T20:53:50.000Z",
32
+ "hash": "b9f72e2c9103f1284dfe0859964752880b71e7ae"
39
33
  },
40
34
  "currentProjectName": "typescript-class-helpers",
41
35
  "currentProjectType": "isomorphic-lib",
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "typescript-class-helpers/websql",
3
- "version": "21.0.9",
3
+ "version": "21.0.11",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.2.0",
6
- "@angular/core": "^13.2.0"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
+ "sideEffects": false,
11
12
  "module": "fesm2022/typescript-class-helpers-websql.mjs",
12
13
  "typings": "types/typescript-class-helpers-websql.d.ts",
13
14
  "exports": {
@@ -18,6 +19,5 @@
18
19
  "types": "./types/typescript-class-helpers-websql.d.ts",
19
20
  "default": "./fesm2022/typescript-class-helpers-websql.mjs"
20
21
  }
21
- },
22
- "sideEffects": false
22
+ }
23
23
  }
@@ -1,223 +0,0 @@
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/chokidar": "2.1.3",
34
- "@types/dateformat": "1.0.1",
35
- "@types/diff": "3.2.2",
36
- "@types/express": "4.11.0",
37
- "@types/express-fileupload": "0.1.1",
38
- "@types/fs-extra": "7.0.0",
39
- "@types/glob": "5.0.35",
40
- "@types/http-proxy": "1.16.0",
41
- "@types/http-proxy-middleware": "0.19.2",
42
- "@types/inquirer": "7.3.1",
43
- "@types/jasmine": "3.5.0",
44
- "@types/jasminewd2": "2.0.3",
45
- "@types/json-stringify-safe": "5.0.0",
46
- "@types/json5": "0.0.29",
47
- "@types/lockfile": "1.0.0",
48
- "@types/lodash": "4.14.92",
49
- "@types/lowdb": "1.0.6",
50
- "@types/mocha": "5.2.5",
51
- "@types/node": "12.11.1",
52
- "@types/node-notifier": "5.4.0",
53
- "@types/oauth2orize": "1.8.0",
54
- "@types/password-hash": "1.2.19",
55
- "@types/progress": "2.0.3",
56
- "@types/q": "1.0.3",
57
- "@types/rimraf": "2.0.2",
58
- "@types/systeminformation": "3.23.0",
59
- "@types/vinyl": "2.0.2",
60
- "@types/watch": "1.0.0",
61
- "accepts": "1.3.4",
62
- "angular-tree-component": "7.0.0",
63
- "axios": "0.17.1",
64
- "babel-cli": "6.26.0",
65
- "babel-preset-env": "1.7.0",
66
- "background-worker-process": "~0.0.34",
67
- "bcryptjs": "2.4.3",
68
- "body-parser": "1.18.2",
69
- "bootstrap": "4.3.1",
70
- "bs4-breakpoint": "~2.0.40",
71
- "buffer-shims": "1.0.0",
72
- "button-dropdown": "~1.0.44",
73
- "callsite-record": "4.1.3",
74
- "chai": "4.2.0",
75
- "chalk": "2.3.2",
76
- "check-node-version": "3.2.0",
77
- "cheerio": "1.0.0-rc.3",
78
- "chokidar": "3.5.1",
79
- "circular-json": "0.5.1",
80
- "codelyzer": "5.1.2",
81
- "command-exists": "1.2.2",
82
- "compression": "1.7.4",
83
- "concurrently": "3.5.1",
84
- "content-type": "1.0.4",
85
- "cookie-parser": "1.4.3",
86
- "copy-paste": "1.3.0",
87
- "core-js-compat": "3.4.0",
88
- "cors": "2.8.4",
89
- "cpr": "3.0.1",
90
- "cross-spawn": "7.0.3",
91
- "dateformat": "3.0.3",
92
- "detect-mocha": "0.1.0",
93
- "diff": "3.2.0",
94
- "element-resize-detector": "1.1.15",
95
- "enquirer": "2.3.0",
96
- "errorhandler": "1.5.0",
97
- "eslint": "7.13.0",
98
- "eslint-plugin-import": "2.22.1",
99
- "eslint-plugin-jsdoc": "30.7.8",
100
- "eslint-plugin-prefer-arrow": "1.2.2",
101
- "express": "4.16.3",
102
- "express-fileupload": "0.4.0",
103
- "fbgraph": "1.4.1",
104
- "file-loader": "1.1.5",
105
- "fkill": "6.1.0",
106
- "font-awesome": "4.7.0",
107
- "fs-extra": "8.1.0",
108
- "fuzzy": "0.1.3",
109
- "glob": "7.1.2",
110
- "gulp": "3.9.1",
111
- "hammerjs": "2.0.8",
112
- "hostile": "1.3.3",
113
- "html-webpack-plugin": "4.3.0",
114
- "http-proxy": "1.16.2",
115
- "http-proxy-middleware": "0.19.1",
116
- "http-server": "0.11.1",
117
- "incremental-compiler": "~1.1.52",
118
- "inquirer": "7.3.3",
119
- "inquirer-autocomplete-prompt": "1.3.0",
120
- "is-elevated": "3.0.0",
121
- "istanbul-instrumenter-loader": "2.0.0",
122
- "jasmine-core": "3.5.0",
123
- "jasmine-spec-reporter": "4.2.1",
124
- "json-stringify-safe": "5.0.1",
125
- "json10": "~1.0.33",
126
- "json5": "2.1.3",
127
- "json5-writer": "0.2.0",
128
- "karma": "5.0.0",
129
- "karma-chrome-launcher": "3.1.0",
130
- "karma-cli": "1.0.1",
131
- "karma-coverage-istanbul-reporter": "2.1.0",
132
- "karma-jasmine": "3.0.1",
133
- "karma-jasmine-html-reporter": "1.4.2",
134
- "lnk": "1.0.1",
135
- "lockfile": "1.0.4",
136
- "lodash": "4.17.4",
137
- "lodash-walk-object": "~1.0.34",
138
- "lowdb": "1.0.0",
139
- "magic-renamer": "~0.0.19",
140
- "material-design-icons": "3.0.1",
141
- "method-override": "2.3.10",
142
- "minimist": "1.2.0",
143
- "mkdirp": "0.5.1",
144
- "mocha": "5.2.0",
145
- "moment": "2.22.2",
146
- "morphi": "~4.0.53",
147
- "ng-modal-lib": "0.0.6",
148
- "ng-packagr": "5.7.1",
149
- "ng-talkback": "~2.4.24",
150
- "ng2-file-upload": "1.3.0",
151
- "ng2-rest": "~11.0.41",
152
- "ng4-icons": "~0.0.29",
153
- "ng4-modal": "~0.0.29",
154
- "ngx-bootstrap": "5.2.0",
155
- "ngx-breadcrumbs": "0.0.3",
156
- "ngx-editor": "4.1.0",
157
- "ngx-moment": "3.5.0",
158
- "ngx-pipes": "2.6.0",
159
- "ngx-store": "2.1.0",
160
- "ngx-toastr": "11.2.1",
161
- "ngx-wig": "8.0.0",
162
- "node-cli-test": "0.0.2",
163
- "node-cli-tester": "~0.0.21",
164
- "node-localstorage": "2.1.6",
165
- "node-notifier": "6.0.0",
166
- "nodemon": "1.14.11",
167
- "npm-get-dependents": "1.0.1",
168
- "npm-run": "4.1.2",
169
- "omelette": "0.4.5",
170
- "open": "7.2.1",
171
- "ora": "3.4.0",
172
- "passport": "0.3.2",
173
- "passport-http-bearer": "1.0.1",
174
- "password-hash": "1.2.2",
175
- "portfinder": "1.0.21",
176
- "prettier": "2.3.2",
177
- "progress": "2.0.3",
178
- "prompts": "0.1.8",
179
- "protractor": "5.4.3",
180
- "ps-list": "6.1.0",
181
- "ps-node": "0.1.6",
182
- "q": "1.5.1",
183
- "randomcolor": "0.5.3",
184
- "record-replay-req-res-scenario": "~0.0.25",
185
- "reflect-metadata": "0.1.10",
186
- "rimraf": "2.6.2",
187
- "rxjs": "6.5.4",
188
- "rxjs-compat": "6.5.3",
189
- "simple-git": "1.96.0",
190
- "sloc": "0.2.0",
191
- "socket.io": "2.4.1",
192
- "sort-package-json": "1.11.0",
193
- "static-columns": "~2.0.12",
194
- "string-similarity": "4.0.2",
195
- "sudo-block": "3.0.0",
196
- "systeminformation": "3.45.7",
197
- "task.js": "0.1.5",
198
- "tnp-cli": "~2.0.20",
199
- "tnp-config": "~1.0.20",
200
- "tnp-core": "~1.0.34",
201
- "tnp-db": "~0.0.42",
202
- "tnp-helpers": "~0.0.70",
203
- "tnp-models": "~0.0.36",
204
- "tnp-tools": "~0.0.45",
205
- "tnp-ui": "~0.0.32",
206
- "ts-loader": "7.0.4",
207
- "ts-node": "8.3.0",
208
- "tsickle": "0.26.0",
209
- "tslib": "2.2.0",
210
- "tslint": "6.1.0",
211
- "typeorm": "~0.2.7",
212
- "typescript": "4.1.5",
213
- "typescript-class-helpers": "~1.0.41",
214
- "typescript-formatter": "7.2.2",
215
- "uglifyjs-webpack-plugin": "2.2.0",
216
- "underscore": "1.9.1",
217
- "uuid": "8.3.2",
218
- "validator": "9.2.0",
219
- "vpn-split": "~0.0.17",
220
- "watch": "1.0.2",
221
- "webpack-cli": "3.3.11",
222
- "zone.js": "0.10.2"
223
- }
@@ -1,56 +0,0 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "includeAsDev": [],
6
-
7
- "includeOnly": [
8
- "ng2-logger",
9
- "enum-values"
10
- ],
11
-
12
- "ignoreDepsPattern": [],
13
- "dependencies": {},
14
- "linkedFolders": [],
15
- 'npmFixes': [],
16
- },
17
-
18
- "linkedProjects": [],
19
- smartContainerBuildTarget: '',
20
- linkedRepos: [],
21
-
22
- "libReleaseOptions": {
23
- "nodts": false,
24
- "obscure": false,
25
- "ugly": false,
26
- 'includeNodeModules': false,
27
- 'cliBuildNoDts': false,
28
- 'cliBuildObscure': false,
29
- 'cliBuildIncludeNodeModules': false,
30
- 'cliBuildUglify': false,
31
- },
32
-
33
- smartContainerTarget: '',
34
- "type": "isomorphic-lib",
35
- "version": 'v4',
36
- additionalNpmNames: ["firedev-class-helpers"],
37
- "license": "MIT",
38
- "private": false,
39
-
40
- "scripts": {
41
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
42
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
43
- },
44
-
45
- "description": "Usefull helper to have in your typescript project",
46
- "author": "Dariusz Filipiak",
47
- "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
48
-
49
- "keywords": [
50
- "ng2-rest",
51
- "docs",
52
- "documentation"
53
- ],
54
-
55
- "workerPlugins": {},
56
- }