@monocloud/management-core 0.1.2 → 0.1.3
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<a href="https://www.monocloud.com?utm_source=github&utm_medium=monocloud_js" target="_blank" rel="noopener noreferrer">
|
|
3
3
|
<picture>
|
|
4
|
-
<img src="https://raw.githubusercontent.com/
|
|
4
|
+
<img src="https://raw.githubusercontent.com/monocloud/management-js/refs/heads/main/MonoCloud.png" height="100" alt="MonoCloud Logo">
|
|
5
5
|
</picture>
|
|
6
6
|
</a>
|
|
7
7
|
<p>Secure, simple auth for everything</p>
|
|
@@ -38,4 +38,4 @@ Do **not** report security issues publicly. Please follow the contact instructio
|
|
|
38
38
|
|
|
39
39
|
## 📄 License
|
|
40
40
|
|
|
41
|
-
Licensed under the **MIT License**. See the included [`LICENSE`](https://github.com/
|
|
41
|
+
Licensed under the **MIT License**. See the included [`LICENSE`](https://github.com/monocloud/management-js/blob/main/LICENSE) file.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monocloud/management-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "MonoCloud Management JavaScript Core Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monocloud",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
],
|
|
12
12
|
"homepage": "https://www.monocloud.com",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/monocloud/management-js/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/monocloud/management-js.git",
|
|
19
19
|
"directory": "packages/core"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|