@session.js/types 1.0.13 → 1.0.14
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@session.js/types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "A special package that holds TypeScript definitions and enums shared internally and for developing your own @session.js/client modular parts.",
|
|
5
5
|
"homepage": "https://git.hloth.dev/session.js/types#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "
|
|
11
|
+
"url": "https://git.hloth.dev/session.js/types.git"
|
|
12
12
|
},
|
|
13
13
|
"funding": "https://hloth.dev/donate",
|
|
14
14
|
"license": "MIT",
|