@borrowbetter/swsdk 0.1.1 → 0.1.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.
- package/README.md +2 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @borrowbetter/swsdk
|
|
2
2
|
|
|
3
|
+
> **Internal use only.** This package is maintained by [BorrowBetter](https://borrowbetter.com) for internal projects. It is published publicly for convenience but is not intended for general use. No support or stability guarantees are provided for external consumers.
|
|
4
|
+
|
|
3
5
|
TypeScript SDK for the [Spinwheel](https://spinwheel.io) credit data and debt profile API. Provides type-safe access to user connection, debt profile fetching, and hydrated user data.
|
|
4
6
|
|
|
5
7
|
## Installation
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@borrowbetter/swsdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Spinwheel credit data and debt profile SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/BorrowBetter/swsdk.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/BorrowBetter/swsdk#readme",
|
|
6
11
|
"main": "./dist/index.js",
|
|
7
12
|
"module": "./dist/index.mjs",
|
|
8
13
|
"types": "./dist/index.d.ts",
|