@fbrc/sdk 0.0.2 → 0.0.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/README.md +1 -1
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @fbrc/sdk@0.0.1
1
+ # @fbrc/sdk@0.0.3
2
2
 
3
3
  A TypeScript SDK client for the api.fabric.so API.
4
4
 
package/package.json CHANGED
@@ -1,13 +1,9 @@
1
1
  {
2
2
  "name": "@fbrc/sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Client library for Fabric API",
5
5
  "author": "",
6
6
  "license": "Apache-2.0",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
10
- },
11
7
  "main": "./dist/index.js",
12
8
  "types": "./dist/index.d.ts",
13
9
  "module": "./dist/esm/index.js",