@mckit/socket 20.0.1 → 21.0.0
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.
|
@@ -2,14 +2,14 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Component } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
class Socket {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: Socket, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: Socket, isStandalone: true, selector: "mc-socket", ngImport: i0, template: `
|
|
7
7
|
<p>
|
|
8
8
|
socket works!
|
|
9
9
|
</p>
|
|
10
10
|
`, isInline: true, styles: [""] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: Socket, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: 'mc-socket', imports: [], template: `
|
|
15
15
|
<p>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mckit-socket.mjs","sources":["../../../../projects/mckit/socket/src/lib/socket.ts","../../../../projects/mckit/socket/src/public-api.ts","../../../../projects/mckit/socket/src/mckit-socket.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'mc-socket',\n imports: [],\n template: `\n <p>\n socket works!\n </p>\n `,\n styles: ``\n})\nexport class Socket {\n\n}\n","/*\n * Public API Surface of socket\n */\n\nexport * from './lib/socket';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAYa,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"mckit-socket.mjs","sources":["../../../../projects/mckit/socket/src/lib/socket.ts","../../../../projects/mckit/socket/src/public-api.ts","../../../../projects/mckit/socket/src/mckit-socket.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'mc-socket',\n imports: [],\n template: `\n <p>\n socket works!\n </p>\n `,\n styles: ``\n})\nexport class Socket {\n\n}\n","/*\n * Public API Surface of socket\n */\n\nexport * from './lib/socket';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAYa,MAAM,CAAA;wGAAN,MAAM,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAN,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAM,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,WAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAPP;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;4FAGU,MAAM,EAAA,UAAA,EAAA,CAAA;kBAVlB,SAAS;+BACE,WAAW,EAAA,OAAA,EACZ,EAAE,EAAA,QAAA,EACD;;;;AAIT,EAAA,CAAA,EAAA;;;ACTH;;AAEG;;ACFH;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mckit/socket",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
7
|
-
"ngx-socket-io": "^4.
|
|
5
|
+
"@angular/common": "^21.0.0",
|
|
6
|
+
"@angular/core": "^21.0.0",
|
|
7
|
+
"ngx-socket-io": "^4.10.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0"
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"module": "fesm2022/mckit-socket.mjs",
|
|
14
|
-
"typings": "
|
|
14
|
+
"typings": "types/mckit-socket.d.ts",
|
|
15
15
|
"exports": {
|
|
16
16
|
"./package.json": {
|
|
17
17
|
"default": "./package.json"
|
|
18
18
|
},
|
|
19
19
|
".": {
|
|
20
|
-
"types": "./
|
|
20
|
+
"types": "./types/mckit-socket.d.ts",
|
|
21
21
|
"default": "./fesm2022/mckit-socket.mjs"
|
|
22
22
|
}
|
|
23
|
-
}
|
|
23
|
+
},
|
|
24
|
+
"type": "module"
|
|
24
25
|
}
|
|
File without changes
|