@utsp/types 0.2.0-nightly.20251129171223.27d6948 → 0.3.0-nightly.20251130202558.253793a

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 +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Thomas Piquet
3
+ Copyright (c) 2025 THP Software
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/types
33
33
 
34
34
  ## License
35
35
 
36
- MIT © 2025 Thomas Piquet
36
+ MIT © 2025 THP Software
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@utsp/types",
3
- "version": "0.2.0-nightly.20251129171223.27d6948",
3
+ "version": "0.3.0-nightly.20251130202558.253793a",
4
4
  "description": "Type definitions and interfaces for UTSP (Universal Text Stream Protocol)",
5
- "author": "Thomas Piquet",
5
+ "author": "THP Software",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.mjs",