@utsp/network-client 0.1.3 → 0.2.0-nightly.20251129171223.27d6948

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 THP Software
3
+ Copyright (c) 2025 Thomas Piquet
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -33,4 +33,4 @@ npm install @utsp/network-client
33
33
 
34
34
  ## License
35
35
 
36
- MIT © 2025 THP Software
36
+ MIT © 2025 Thomas Piquet
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@utsp/network-client",
3
- "version": "0.1.3",
3
+ "version": "0.2.0-nightly.20251129171223.27d6948",
4
4
  "description": "UTSP Network Client - Client-side communication adapters",
5
- "author": "THP Software",
5
+ "author": "Thomas Piquet",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "main": "./dist/index.cjs",
@@ -48,8 +48,8 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "socket.io-client": "^4.7.2",
52
- "@utsp/types": "0.1.3"
51
+ "@utsp/types": "0.2.0-nightly.20251129171223.27d6948",
52
+ "socket.io-client": "^4.7.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "typescript": "^5.6.3"