@fluxsave/sdk 0.1.1 → 0.1.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 +4 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -12,6 +12,10 @@ npm install @fluxsave/sdk
12
12
 
13
13
  https://fluxsave-sdk-docs.vercel.app/
14
14
 
15
+ ## Repository
16
+
17
+ https://github.com/lutheralien/fluxsave-sdk-node
18
+
15
19
  ## Usage
16
20
 
17
21
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluxsave/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "FluxSave SDK for API key uploads and file management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -27,6 +27,14 @@
27
27
  "storage",
28
28
  "upload"
29
29
  ],
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://github.com/lutheralien/fluxsave-sdk-node.git"
33
+ },
34
+ "homepage": "https://fluxsave-sdk-docs.vercel.app/",
35
+ "bugs": {
36
+ "url": "https://github.com/lutheralien/fluxsave-sdk-node/issues"
37
+ },
30
38
  "author": "FluxSave",
31
39
  "license": "MIT",
32
40
  "devDependencies": {