imng-angular-core 8.332.2 → 9.13.3
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"imng-angular-core.mjs","sources":["
|
|
1
|
+
{"version":3,"file":"imng-angular-core.mjs","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void {} //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACM,SAAU,IAAI,GAAA,GAAW;;ACD/B;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "imng-angular-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.13.3",
|
|
4
4
|
"description": "A collection packages used expedite angular, ngrx, and kendo based projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"imng",
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
12
|
|
|
13
|
-
"imng-kendo-chart-odata": "
|
|
14
|
-
"imng-kendo-data-entry": "
|
|
15
|
-
"imng-kendo-grid": "
|
|
16
|
-
"imng-kendo-grid-array": "
|
|
17
|
-
"imng-kendo-grid-editable": "
|
|
18
|
-
"imng-kendo-grid-filtering": "
|
|
19
|
-
"imng-kendo-grid-odata": "
|
|
20
|
-
"imng-kendo-ngrx-idle": "
|
|
21
|
-
"imng-kendo-odata": "
|
|
22
|
-
"imng-ngrx-utils": "
|
|
23
|
-
"imng-nrsrx-client-utils": "
|
|
24
|
-
"imng-oidc-client": "
|
|
25
|
-
"imng-signalr-ngrx": "
|
|
13
|
+
"imng-kendo-chart-odata": "9.13.3",
|
|
14
|
+
"imng-kendo-data-entry": "9.13.3",
|
|
15
|
+
"imng-kendo-grid": "9.13.3",
|
|
16
|
+
"imng-kendo-grid-array": "9.13.3",
|
|
17
|
+
"imng-kendo-grid-editable": "9.13.3",
|
|
18
|
+
"imng-kendo-grid-filtering": "9.13.3",
|
|
19
|
+
"imng-kendo-grid-odata": "9.13.3",
|
|
20
|
+
"imng-kendo-ngrx-idle": "9.13.3",
|
|
21
|
+
"imng-kendo-odata": "9.13.3",
|
|
22
|
+
"imng-ngrx-utils": "9.13.3",
|
|
23
|
+
"imng-nrsrx-client-utils": "9.13.3",
|
|
24
|
+
"imng-oidc-client": "9.13.3",
|
|
25
|
+
"imng-signalr-ngrx": "9.13.3"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"url": "https://github.com/ikemtz"
|
|
37
37
|
},
|
|
38
38
|
"module": "fesm2022/imng-angular-core.mjs",
|
|
39
|
-
"typings": "
|
|
39
|
+
"typings": "types/imng-angular-core.d.ts",
|
|
40
40
|
"exports": {
|
|
41
41
|
"./package.json": {
|
|
42
42
|
"default": "./package.json"
|
|
43
43
|
},
|
|
44
44
|
".": {
|
|
45
|
-
"types": "./
|
|
45
|
+
"types": "./types/imng-angular-core.d.ts",
|
|
46
46
|
"default": "./fesm2022/imng-angular-core.mjs"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
File without changes
|