@tomgiee/tsdp 1.0.0 → 1.0.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TSDP - TypeScript SDP Library
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/tsdp)
|
|
3
|
+
[](https://www.npmjs.com/package/@tomgiee/tsdp)
|
|
4
4
|
[](https://github.com/tomgie/tsdp/actions/workflows/ci.yml)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@tomgiee/tsdp",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "RFC 8866-compliant SDP parser, serializer, and validator for TypeScript",
|
|
6
6
|
"author": "Thomas Giesler <tgiesler@brassnode.net>",
|
|
7
7
|
"license": "MIT",
|