static-columns 19.0.44 → 19.0.46
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/lib/build-info._auto-generated_.d.ts +17 -1
- package/lib/build-info._auto-generated_.js +18 -2
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/column/index.js +2 -2
- package/lib/columns-gap/index.js +2 -2
- package/package.json +1 -1
- package/package.json_devDependencies.json +237 -0
- package/package.json_tnp.json5 +55 -0
- package/tmp-environment.json +15 -5
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by current cli tool
|
|
3
|
+
*/
|
|
1
4
|
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
|
5
|
+
/**
|
|
6
|
+
* This value can be change in taon.jsonc (appId)
|
|
7
|
+
*/
|
|
2
8
|
export declare const APP_ID = "com.domain.example.static-columns";
|
|
9
|
+
/**
|
|
10
|
+
* Autogenerated by current cli tool
|
|
11
|
+
*/
|
|
12
|
+
export declare const BUILD_BASE_HREF = "";
|
|
13
|
+
/**
|
|
14
|
+
* This value can be change in taon.jsonc (overrideNpmName)
|
|
15
|
+
*/
|
|
3
16
|
export declare const PROJECT_NPM_NAME = "static-columns";
|
|
4
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
19
|
+
*/
|
|
20
|
+
export declare const CURRENT_PACKAGE_VERSION = "19.0.46";
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
|
|
3
|
+
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
/**
|
|
6
|
+
* Autogenerated by current cli tool
|
|
7
|
+
*/
|
|
5
8
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
9
|
+
/**
|
|
10
|
+
* This value can be change in taon.jsonc (appId)
|
|
11
|
+
*/
|
|
6
12
|
exports.APP_ID = 'com.domain.example.static-columns';
|
|
13
|
+
/**
|
|
14
|
+
* Autogenerated by current cli tool
|
|
15
|
+
*/
|
|
16
|
+
exports.BUILD_BASE_HREF = '';
|
|
17
|
+
/**
|
|
18
|
+
* This value can be change in taon.jsonc (overrideNpmName)
|
|
19
|
+
*/
|
|
7
20
|
exports.PROJECT_NPM_NAME = 'static-columns';
|
|
8
|
-
|
|
21
|
+
/**
|
|
22
|
+
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
|
+
*/
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.46';
|
|
9
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
10
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;
|
|
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,mCAAmC,CAAC;AAC1D;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,gBAAgB,CAAC;AACjD;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
|
package/lib/column/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754861735935 = dummy1754861735935;
|
|
4
|
+
function dummy1754861735935() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/lib/columns-gap/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754861735959 = dummy1754861735959;
|
|
4
|
+
function dummy1754861735959() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@angular-devkit/build-angular": "~12.2.8",
|
|
3
|
+
"@angular-devkit/build-optimizer": "~0.1202.8",
|
|
4
|
+
"@angular-devkit/schematics": "~12.2.8",
|
|
5
|
+
"@angular/animations": "~12.2.8",
|
|
6
|
+
"@angular/cdk": "~12.2.8",
|
|
7
|
+
"@angular/cli": "~12.2.8",
|
|
8
|
+
"@angular/common": "~12.2.8",
|
|
9
|
+
"@angular/compiler": "~12.2.8",
|
|
10
|
+
"@angular/compiler-cli": "~12.2.8",
|
|
11
|
+
"@angular/core": "~12.2.8",
|
|
12
|
+
"@angular/flex-layout": "~12.0.0-beta.35",
|
|
13
|
+
"@angular/forms": "~12.2.8",
|
|
14
|
+
"@angular/language-service": "~12.2.8",
|
|
15
|
+
"@angular/material": "~12.2.8",
|
|
16
|
+
"@angular/platform-browser": "~12.2.8",
|
|
17
|
+
"@angular/platform-browser-dynamic": "~12.2.8",
|
|
18
|
+
"@angular/pwa": "~12.2.8",
|
|
19
|
+
"@angular/router": "~12.2.8",
|
|
20
|
+
"@angular/service-worker": "~12.2.8",
|
|
21
|
+
"@mdi/js": "5.8.55",
|
|
22
|
+
"@ngneat/transloco": "2.22.0",
|
|
23
|
+
"@ngrx/effects": "~12.4.0",
|
|
24
|
+
"@ngrx/entity": "~12.4.0",
|
|
25
|
+
"@ngrx/router-store": "~12.4.0",
|
|
26
|
+
"@ngrx/schematics": "~12.4.0",
|
|
27
|
+
"@ngrx/store": "~12.4.0",
|
|
28
|
+
"@ngrx/store-devtools": "~12.4.0",
|
|
29
|
+
"@ngx-formly/bootstrap": "5.5.6",
|
|
30
|
+
"@ngx-formly/core": "5.5.6",
|
|
31
|
+
"@ngx-formly/ionic": "5.5.6",
|
|
32
|
+
"@ngx-formly/material": "5.5.6",
|
|
33
|
+
"@ngx-loading-bar/core": "4.2.0",
|
|
34
|
+
"@ngx-loading-bar/http": "4.2.0",
|
|
35
|
+
"@ngx-loading-bar/router": "4.2.0",
|
|
36
|
+
"@ngx-translate/core": "11.0.1",
|
|
37
|
+
"@ngx-translate/http-loader": "4.0.0",
|
|
38
|
+
"@swimlane/ngx-datatable": "16.0.2",
|
|
39
|
+
"@types/chai": "4.1.2",
|
|
40
|
+
"@types/chokidar": "2.1.3",
|
|
41
|
+
"@types/dateformat": "1.0.1",
|
|
42
|
+
"@types/diff": "3.2.2",
|
|
43
|
+
"@types/express": "4.11.0",
|
|
44
|
+
"@types/express-fileupload": "0.1.1",
|
|
45
|
+
"@types/fs-extra": "7.0.0",
|
|
46
|
+
"@types/glob": "5.0.35",
|
|
47
|
+
"@types/http-proxy": "1.16.0",
|
|
48
|
+
"@types/http-proxy-middleware": "0.19.2",
|
|
49
|
+
"@types/inquirer": "7.3.1",
|
|
50
|
+
"@types/jasmine": "3.6.0",
|
|
51
|
+
"@types/jasminewd2": "2.0.3",
|
|
52
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
53
|
+
"@types/json5": "0.0.29",
|
|
54
|
+
"@types/lockfile": "1.0.0",
|
|
55
|
+
"@types/lodash": "4.14.92",
|
|
56
|
+
"@types/lowdb": "1.0.6",
|
|
57
|
+
"@types/mocha": "5.2.5",
|
|
58
|
+
"@types/node": "12.11.1",
|
|
59
|
+
"@types/node-notifier": "5.4.0",
|
|
60
|
+
"@types/oauth2orize": "1.8.0",
|
|
61
|
+
"@types/password-hash": "1.2.19",
|
|
62
|
+
"@types/progress": "2.0.3",
|
|
63
|
+
"@types/q": "1.5.5",
|
|
64
|
+
"@types/rimraf": "2.0.2",
|
|
65
|
+
"@types/systeminformation": "3.23.0",
|
|
66
|
+
"@types/vinyl": "2.0.2",
|
|
67
|
+
"@types/watch": "1.0.0",
|
|
68
|
+
"accepts": "1.3.4",
|
|
69
|
+
"angular-tree-component": "7.0.0",
|
|
70
|
+
"axios": "0.17.1",
|
|
71
|
+
"babel-cli": "6.26.0",
|
|
72
|
+
"babel-preset-env": "1.7.0",
|
|
73
|
+
"background-worker-process": "~0.0.35",
|
|
74
|
+
"bcryptjs": "2.4.3",
|
|
75
|
+
"body-parser": "1.18.2",
|
|
76
|
+
"bootstrap": "4.3.1",
|
|
77
|
+
"bs4-breakpoint": "~2.0.40",
|
|
78
|
+
"buffer-shims": "1.0.0",
|
|
79
|
+
"button-dropdown": "~1.0.45",
|
|
80
|
+
"callsite-record": "4.1.3",
|
|
81
|
+
"chai": "4.2.0",
|
|
82
|
+
"chalk": "2.3.2",
|
|
83
|
+
"check-node-version": "3.2.0",
|
|
84
|
+
"cheerio": "1.0.0-rc.3",
|
|
85
|
+
"chokidar": "3.5.1",
|
|
86
|
+
"circular-json": "0.5.1",
|
|
87
|
+
"codelyzer": "6.0.0",
|
|
88
|
+
"command-exists": "1.2.2",
|
|
89
|
+
"compression": "1.7.4",
|
|
90
|
+
"concurrently": "3.5.1",
|
|
91
|
+
"content-type": "1.0.4",
|
|
92
|
+
"cookie-parser": "1.4.3",
|
|
93
|
+
"copy-paste": "1.3.0",
|
|
94
|
+
"core-js-compat": "3.4.0",
|
|
95
|
+
"cors": "2.8.4",
|
|
96
|
+
"cpr": "3.0.1",
|
|
97
|
+
"cross-spawn": "7.0.3",
|
|
98
|
+
"dateformat": "3.0.3",
|
|
99
|
+
"detect-mocha": "0.1.0",
|
|
100
|
+
"diff": "3.2.0",
|
|
101
|
+
"element-resize-detector": "1.1.15",
|
|
102
|
+
"enquirer": "2.3.0",
|
|
103
|
+
"enum-values": "1.2.1",
|
|
104
|
+
"errorhandler": "1.5.0",
|
|
105
|
+
"eslint": "7.13.0",
|
|
106
|
+
"eslint-plugin-import": "2.22.1",
|
|
107
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
|
108
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
109
|
+
"express": "4.16.3",
|
|
110
|
+
"express-fileupload": "0.4.0",
|
|
111
|
+
"fbgraph": "1.4.1",
|
|
112
|
+
"file-loader": "1.1.5",
|
|
113
|
+
"fkill": "6.1.0",
|
|
114
|
+
"font-awesome": "4.7.0",
|
|
115
|
+
"fs-extra": "8.1.0",
|
|
116
|
+
"fuzzy": "0.1.3",
|
|
117
|
+
"glob": "7.1.2",
|
|
118
|
+
"gulp": "3.9.1",
|
|
119
|
+
"hammerjs": "2.0.8",
|
|
120
|
+
"hostile": "1.3.3",
|
|
121
|
+
"html-webpack-plugin": "4.3.0",
|
|
122
|
+
"http-proxy": "1.16.2",
|
|
123
|
+
"http-proxy-middleware": "0.19.1",
|
|
124
|
+
"http-server": "0.11.1",
|
|
125
|
+
"incremental-compiler": "~1.1.53",
|
|
126
|
+
"inquirer": "7.3.3",
|
|
127
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
128
|
+
"is-elevated": "3.0.0",
|
|
129
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
130
|
+
"jasmine-core": "3.6.0",
|
|
131
|
+
"jasmine-spec-reporter": "5.0.0",
|
|
132
|
+
"jest": "27.0.6",
|
|
133
|
+
"jest-date-mock": "1.0.8",
|
|
134
|
+
"jest-junit": "12.2.0",
|
|
135
|
+
"jest-preset-angular": "9.0.7",
|
|
136
|
+
"json-stringify-safe": "5.0.1",
|
|
137
|
+
"json10": "~1.0.34",
|
|
138
|
+
"json5": "2.1.3",
|
|
139
|
+
"json5-writer": "0.2.0",
|
|
140
|
+
"karma": "6.1.0",
|
|
141
|
+
"karma-chrome-launcher": "3.1.0",
|
|
142
|
+
"karma-cli": "1.0.1",
|
|
143
|
+
"karma-coverage": "2.0.3",
|
|
144
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
145
|
+
"karma-jasmine": "4.0.0",
|
|
146
|
+
"karma-jasmine-html-reporter": "1.5.0",
|
|
147
|
+
"lnk": "1.0.1",
|
|
148
|
+
"lockfile": "1.0.4",
|
|
149
|
+
"lodash": "4.17.4",
|
|
150
|
+
"lodash-walk-object": "~1.0.35",
|
|
151
|
+
"lowdb": "1.0.0",
|
|
152
|
+
"magic-renamer": "~0.0.20",
|
|
153
|
+
"material-design-icons": "3.0.1",
|
|
154
|
+
"method-override": "2.3.10",
|
|
155
|
+
"minimist": "1.2.0",
|
|
156
|
+
"mkdirp": "0.5.1",
|
|
157
|
+
"mocha": "5.2.0",
|
|
158
|
+
"moment": "2.22.2",
|
|
159
|
+
"morphi": "~4.0.54",
|
|
160
|
+
"ng-modal-lib": "0.0.6",
|
|
161
|
+
"ng-packagr": "5.7.1",
|
|
162
|
+
"ng-talkback": "~2.4.25",
|
|
163
|
+
"ng2-file-upload": "1.3.0",
|
|
164
|
+
"ng2-logger": "~8.0.20",
|
|
165
|
+
"ng2-rest": "~11.0.42",
|
|
166
|
+
"ng4-icons": "~0.0.30",
|
|
167
|
+
"ng4-modal": "~0.0.30",
|
|
168
|
+
"ngx-bootstrap": "5.2.0",
|
|
169
|
+
"ngx-breadcrumbs": "0.0.3",
|
|
170
|
+
"ngx-editor": "4.1.0",
|
|
171
|
+
"ngx-moment": "3.5.0",
|
|
172
|
+
"ngx-pipes": "2.6.0",
|
|
173
|
+
"ngx-store": "2.1.0",
|
|
174
|
+
"ngx-toastr": "11.2.1",
|
|
175
|
+
"ngx-wig": "8.0.0",
|
|
176
|
+
"node-cli-test": "0.0.2",
|
|
177
|
+
"node-cli-tester": "~0.0.22",
|
|
178
|
+
"node-localstorage": "2.1.6",
|
|
179
|
+
"node-notifier": "6.0.0",
|
|
180
|
+
"nodemon": "1.14.11",
|
|
181
|
+
"npm-get-dependents": "1.0.1",
|
|
182
|
+
"npm-run": "4.1.2",
|
|
183
|
+
"omelette": "0.4.5",
|
|
184
|
+
"open": "7.2.1",
|
|
185
|
+
"ora": "3.4.0",
|
|
186
|
+
"passport": "0.3.2",
|
|
187
|
+
"passport-http-bearer": "1.0.1",
|
|
188
|
+
"password-hash": "1.2.2",
|
|
189
|
+
"portfinder": "1.0.21",
|
|
190
|
+
"prettier": "2.3.2",
|
|
191
|
+
"progress": "2.0.3",
|
|
192
|
+
"prompts": "0.1.8",
|
|
193
|
+
"protractor": "7.0.0",
|
|
194
|
+
"ps-list": "6.1.0",
|
|
195
|
+
"ps-node": "0.1.6",
|
|
196
|
+
"q": "1.5.1",
|
|
197
|
+
"randomcolor": "0.5.3",
|
|
198
|
+
"record-replay-req-res-scenario": "~0.0.26",
|
|
199
|
+
"reflect-metadata": "0.1.10",
|
|
200
|
+
"rimraf": "2.6.2",
|
|
201
|
+
"rxjs": "~6.6.0",
|
|
202
|
+
"rxjs-compat": "~6.5.3",
|
|
203
|
+
"simple-git": "1.96.0",
|
|
204
|
+
"sloc": "0.2.0",
|
|
205
|
+
"socket.io": "2.4.1",
|
|
206
|
+
"sort-package-json": "1.11.0",
|
|
207
|
+
"static-columns": "~2.0.16",
|
|
208
|
+
"string-similarity": "4.0.2",
|
|
209
|
+
"sudo-block": "3.0.0",
|
|
210
|
+
"systeminformation": "3.45.7",
|
|
211
|
+
"task.js": "0.1.5",
|
|
212
|
+
"tnp-cli": "~2.0.20",
|
|
213
|
+
"tnp-config": "~1.0.20",
|
|
214
|
+
"tnp-core": "~1.0.34",
|
|
215
|
+
"tnp-db": "~0.0.44",
|
|
216
|
+
"tnp-helpers": "~0.0.73",
|
|
217
|
+
"tnp-models": "~0.0.37",
|
|
218
|
+
"tnp-tools": "~0.0.46",
|
|
219
|
+
"tnp-ui": "~0.0.33",
|
|
220
|
+
"ts-loader": "7.0.4",
|
|
221
|
+
"ts-node": "8.3.0",
|
|
222
|
+
"tsickle": "0.26.0",
|
|
223
|
+
"tslib": "~2.3.0",
|
|
224
|
+
"tslint": "6.1.0",
|
|
225
|
+
"typeorm": "~0.2.7",
|
|
226
|
+
"typescript": "~4.3.5",
|
|
227
|
+
"typescript-class-helpers": "~1.0.42",
|
|
228
|
+
"typescript-formatter": "~7.2.2",
|
|
229
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
|
230
|
+
"underscore": "1.9.1",
|
|
231
|
+
"uuid": "8.3.2",
|
|
232
|
+
"validator": "9.2.0",
|
|
233
|
+
"vpn-split": "~0.0.18",
|
|
234
|
+
"watch": "1.0.2",
|
|
235
|
+
"webpack-cli": "3.3.11",
|
|
236
|
+
"zone.js": "~0.11.3"
|
|
237
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resources": [
|
|
3
|
+
"README.md",
|
|
4
|
+
"screen.png"
|
|
5
|
+
],
|
|
6
|
+
|
|
7
|
+
"overrided": {
|
|
8
|
+
"ignoreDepsPattern": [],
|
|
9
|
+
"includeAsDev": '*',
|
|
10
|
+
"includeOnly": [],
|
|
11
|
+
"dependencies": {},
|
|
12
|
+
"linkedFolders": [],
|
|
13
|
+
'npmFixes': [],
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"linkedProjects": [],
|
|
17
|
+
'smartContainerBuildTarget': '',
|
|
18
|
+
'linkedRepos': [],
|
|
19
|
+
|
|
20
|
+
"libReleaseOptions": {
|
|
21
|
+
"nodts": false,
|
|
22
|
+
"obscure": false,
|
|
23
|
+
"ugly": false,
|
|
24
|
+
'includeNodeModules': false,
|
|
25
|
+
'cliBuildNoDts': false,
|
|
26
|
+
'cliBuildObscure': false,
|
|
27
|
+
'cliBuildIncludeNodeModules': false,
|
|
28
|
+
'cliBuildUglify': false,
|
|
29
|
+
},
|
|
30
|
+
|
|
31
|
+
'smartContainerTarget': '',
|
|
32
|
+
"type": "isomorphic-lib",
|
|
33
|
+
"isCoreProject": false,
|
|
34
|
+
"version": "v4",
|
|
35
|
+
"isGenerated": false,
|
|
36
|
+
"useFramework": false,
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"private": false,
|
|
39
|
+
"description": "Static columns with flexbox for Agnular2",
|
|
40
|
+
"author": "Dariusz Filipiak",
|
|
41
|
+
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
42
|
+
|
|
43
|
+
"keywords": [
|
|
44
|
+
"angular2",
|
|
45
|
+
"static",
|
|
46
|
+
"width",
|
|
47
|
+
"column",
|
|
48
|
+
"static",
|
|
49
|
+
"columns",
|
|
50
|
+
"flexbox",
|
|
51
|
+
"columns"
|
|
52
|
+
],
|
|
53
|
+
|
|
54
|
+
"workerPlugins": {},
|
|
55
|
+
}
|
package/tmp-environment.json
CHANGED
|
@@ -8,10 +8,15 @@
|
|
|
8
8
|
"container": {
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
|
-
"ports": {
|
|
11
|
+
"ports": {
|
|
12
|
+
"ngNormalAppPort": 4253,
|
|
13
|
+
"ngWebsqlAppPort": 4254,
|
|
14
|
+
"nodeBeAppPort": 4124
|
|
15
|
+
},
|
|
12
16
|
"init": {},
|
|
13
17
|
"build": {
|
|
14
|
-
"pwa": {}
|
|
18
|
+
"pwa": {},
|
|
19
|
+
"watch": false
|
|
15
20
|
},
|
|
16
21
|
"loading": {
|
|
17
22
|
"preAngularBootstrap": {},
|
|
@@ -20,12 +25,17 @@
|
|
|
20
25
|
"release": {
|
|
21
26
|
"cli": {},
|
|
22
27
|
"lib": {},
|
|
23
|
-
"
|
|
28
|
+
"autoReleaseUsingConfig": true,
|
|
29
|
+
"releaseVersionBumpType": "patch",
|
|
30
|
+
"releaseType": "manual",
|
|
31
|
+
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
|
+
"envName": "__",
|
|
33
|
+
"resolvedNewVersion": "19.0.21"
|
|
24
34
|
},
|
|
25
35
|
"copyToManager": {},
|
|
26
36
|
"buildInfo": {
|
|
27
|
-
"date": "2025-05-
|
|
28
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-28T01:51:04.000Z",
|
|
38
|
+
"hash": "952dd05b378be99649a68c77eca073af49407d53"
|
|
29
39
|
},
|
|
30
40
|
"currentProjectName": "static-columns",
|
|
31
41
|
"currentProjectType": "isomorphic-lib",
|