@fluxsave/sdk 0.1.0 → 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 -2
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -6,14 +6,16 @@ JavaScript/TypeScript SDK for FluxSave. Supports API key + secret auth, file upl
6
6
 
7
7
  ```bash
8
8
  npm install @fluxsave/sdk
9
- # or
10
- yarn add @fluxsave/sdk
11
9
  ```
12
10
 
13
11
  ## Documentation
14
12
 
15
13
  https://fluxsave-sdk-docs.vercel.app/
16
14
 
15
+ ## Repository
16
+
17
+ https://github.com/lutheralien/fluxsave-sdk-node
18
+
17
19
  ## Usage
18
20
 
19
21
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluxsave/sdk",
3
- "version": "0.1.0",
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": {