@osaas/client-web 0.3.0 → 0.3.2

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/README.md +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  SDK for static website publishing in Open Source Cloud
4
4
 
5
+ - [SDK Reference Documentation](https://js.docs.osaas.io)
6
+
5
7
  ## Usage
6
8
 
7
9
  Prerequisites
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osaas/client-web",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Open Source Cloud Client SDK web library",
5
5
  "author": "Eyevinn Open Source Cloud <osc@eyevinn.se>",
6
6
  "homepage": "https://www.osaas.io",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@aws-sdk/client-cloudfront": "^3.730.0",
29
- "@osaas/client-core": "^0.15.0",
30
- "@osaas/client-services": "^0.5.0",
29
+ "@osaas/client-core": "^0.15.1",
30
+ "@osaas/client-services": "^0.6.1",
31
31
  "chalk": "4.1.2",
32
32
  "mime": "^3.0.0",
33
33
  "minio": "^8.0.2"
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "66e8693b4c3a63556c8da544fdfdb1c243bbea82"
38
+ "gitHead": "e99ad06d4d958a472aa7f57c44995d2b5fff0de4"
39
39
  }