instavm 0.1.0 → 0.2.0
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -774,7 +774,9 @@ This is an official SDK. For issues and feature requests, please use the GitHub
|
|
|
774
774
|
|
|
775
775
|
## License
|
|
776
776
|
|
|
777
|
-
|
|
777
|
+
Proprietary. This SDK is provided for use with InstaVM services only.
|
|
778
|
+
|
|
779
|
+
All rights reserved. No redistribution or modification permitted.
|
|
778
780
|
|
|
779
781
|
---
|
|
780
782
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "instavm",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Official JavaScript SDK for InstaVM API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"cloud"
|
|
46
46
|
],
|
|
47
47
|
"author": "InstaVM",
|
|
48
|
-
"license": "
|
|
48
|
+
"license": "UNLICENSED",
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
51
51
|
"url": "https://github.com/instavm/js.git"
|
|
@@ -77,4 +77,4 @@
|
|
|
77
77
|
"typescript": "^5.7.2",
|
|
78
78
|
"vitest": "^2.1.8"
|
|
79
79
|
}
|
|
80
|
-
}
|
|
80
|
+
}
|