tscommons-esm-socket-io-pseudo-http 0.0.15 → 1.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.
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
+ import { TCommonsSocketIoPseudoQuery, isTCommonsSocketIoPseudoQuery } from './types/tcommons-socket-io-pseudo-query.mjs';
1
2
  import { TCommonsSocketIoPseudoDecodedResponse, isTCommonsSocketIoPseudoDecodedResponse } from './types/tcommons-socket-io-pseudo-decoded-response.mjs';
2
3
  import { TCommonsSocketIoPseudoResponse, isTCommonsSocketIoPseudoResponse } from './types/tcommons-socket-io-pseudo-response.mjs';
3
- import { TCommonsSocketIoPseudoQuery, isTCommonsSocketIoPseudoQuery } from './types/tcommons-socket-io-pseudo-query.mjs';
4
- export { TCommonsSocketIoPseudoDecodedResponse, isTCommonsSocketIoPseudoDecodedResponse, TCommonsSocketIoPseudoResponse, isTCommonsSocketIoPseudoResponse, TCommonsSocketIoPseudoQuery, isTCommonsSocketIoPseudoQuery };
4
+ export { TCommonsSocketIoPseudoQuery, isTCommonsSocketIoPseudoQuery, TCommonsSocketIoPseudoDecodedResponse, isTCommonsSocketIoPseudoDecodedResponse, TCommonsSocketIoPseudoResponse, isTCommonsSocketIoPseudoResponse };
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
+ import { isTCommonsSocketIoPseudoQuery } from './types/tcommons-socket-io-pseudo-query.mjs';
1
2
  import { isTCommonsSocketIoPseudoDecodedResponse } from './types/tcommons-socket-io-pseudo-decoded-response.mjs';
2
3
  import { isTCommonsSocketIoPseudoResponse } from './types/tcommons-socket-io-pseudo-response.mjs';
3
- import { isTCommonsSocketIoPseudoQuery } from './types/tcommons-socket-io-pseudo-query.mjs';
4
- export { isTCommonsSocketIoPseudoDecodedResponse, isTCommonsSocketIoPseudoResponse, isTCommonsSocketIoPseudoQuery };
4
+ export { isTCommonsSocketIoPseudoQuery, isTCommonsSocketIoPseudoDecodedResponse, isTCommonsSocketIoPseudoResponse };
5
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,uCAAuC,EAAE,MAAM,wDAAwD,CAAC;AACxJ,OAAO,EAAkC,gCAAgC,EAAE,MAAM,gDAAgD,CAAC;AAClI,OAAO,EAA+B,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AACzH,OAAO,EAEN,uCAAuC,EAEvC,gCAAgC,EAEhC,6BAA6B,EAC7B,CAAC"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AACzH,OAAO,EAAyC,uCAAuC,EAAE,MAAM,wDAAwD,CAAC;AACxJ,OAAO,EAAkC,gCAAgC,EAAE,MAAM,gDAAgD,CAAC;AAClI,OAAO,EAEN,6BAA6B,EAE7B,uCAAuC,EAEvC,gCAAgC,EAChC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tscommons-esm-socket-io-pseudo-http",
3
- "version": "0.0.15",
3
+ "version": "1.0.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "tsc": "./node_modules/typescript/bin/tsc",
@@ -15,17 +15,16 @@
15
15
  "author": "Pete Morris",
16
16
  "license": "ISC",
17
17
  "devDependencies": {
18
- "@stylistic/eslint-plugin-ts": "^2.11.0",
19
- "eslint-plugin-import": "^2.31.0",
20
- "eslint-plugin-prefer-arrow-functions": "^3.4.1",
21
- "typescript": "^5.7.2",
22
- "typescript-eslint": "^8.16.0"
18
+ "@stylistic/eslint-plugin": "^5.10.0",
19
+ "eslint-plugin-import": "^2.32.0",
20
+ "eslint-plugin-prefer-arrow-functions": "^3.9.1",
21
+ "typescript": "^5.8.0",
22
+ "typescript-eslint": "^8.53.0"
23
23
  },
24
24
  "files": [
25
25
  "dist/**/*"
26
26
  ],
27
27
  "dependencies": {
28
- "install": "^0.13.0",
29
- "tscommons-esm-core": "^0.5.2"
28
+ "tscommons-esm-core": "^1.0.1"
30
29
  }
31
30
  }