@krovacloud/sdk 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to `@krovacloud/sdk` are documented here. This project adher
5
5
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
6
6
 
7
7
 
8
+ ## 0.3.2
9
+
10
+ ### Changed
11
+
12
+ - Docs: the npm package description no longer references physical infrastructure.
13
+
14
+
8
15
  ## 0.3.1
9
16
 
10
17
  ### Changed
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@krovacloud/sdk",
3
- "version": "0.3.1",
4
- "description": "Official TypeScript SDK for Krova Cloud — a typed client for provisioning and managing Cubes (Firecracker microVMs) on bare-metal.",
3
+ "version": "0.3.3",
4
+ "description": "Official TypeScript SDK for Krova Cloud — a typed client for provisioning and managing Cubes (Firecracker microVMs) with dedicated resources.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "author": "Krova Inc.",
8
- "homepage": "https://github.com/krovacloud/krova-node/tree/main/packages/sdk#readme",
8
+ "homepage": "https://krova.cloud/developers",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/krovacloud/krova-node.git",