ngx-presentationcommons-esm-network 0.0.2 → 0.0.4
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.
|
@@ -209,10 +209,10 @@ class CommonsPresentationNetworkService extends CommonsNetworkSocketIoService {
|
|
|
209
209
|
index: index
|
|
210
210
|
});
|
|
211
211
|
}
|
|
212
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
213
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
212
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationNetworkService, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
213
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: CommonsPresentationNetworkService, isStandalone: true, usesInheritance: true, ngImport: i0 });
|
|
214
214
|
}
|
|
215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationNetworkService, decorators: [{
|
|
216
216
|
type: Directive
|
|
217
217
|
}], ctorParameters: () => [{ type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }] });
|
|
218
218
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-presentationcommons-esm-network",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^19.2.0",
|
|
6
6
|
"@angular/core": "^19.2.0",
|
|
7
|
-
"tscommons-esm-core": "^0.
|
|
8
|
-
"tscommons-esm-network": "^0.0.
|
|
9
|
-
"ngx-httpcommons-esm-network": "^0.0.
|
|
10
|
-
"ngx-httpcommons-esm-socket-io": "^1.0.
|
|
11
|
-
"ngx-presentationcommons-esm-core": "^0.0.
|
|
7
|
+
"tscommons-esm-core": "^0.4.0",
|
|
8
|
+
"tscommons-esm-network": "^0.0.12",
|
|
9
|
+
"ngx-httpcommons-esm-network": "^0.0.8",
|
|
10
|
+
"ngx-httpcommons-esm-socket-io": "^1.0.5",
|
|
11
|
+
"ngx-presentationcommons-esm-core": "^0.0.4"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.3.0"
|