@stormwateriq/api-client 0.0.1 → 1.0.0
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/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stormwateriq/api-client",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Official TypeScript client for the StormwaterIQ external API: generated typed SDK over the gateway's OpenAPI contract, plus the reference webhook-signature verifier and automatic retries.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/stewartmoreland/stormwater-iq.git",
|
|
9
|
+
"directory": "packages/sdk-ts"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/stewartmoreland/stormwater-iq/tree/main/packages/sdk-ts#readme",
|
|
12
|
+
"bugs": "https://github.com/stewartmoreland/stormwater-iq/issues",
|
|
6
13
|
"type": "module",
|
|
7
14
|
"main": "./dist/index.js",
|
|
8
15
|
"types": "./dist/index.d.ts",
|
|
@@ -21,7 +28,7 @@
|
|
|
21
28
|
},
|
|
22
29
|
"publishConfig": {
|
|
23
30
|
"access": "public",
|
|
24
|
-
"provenance":
|
|
31
|
+
"provenance": false
|
|
25
32
|
},
|
|
26
33
|
"scripts": {
|
|
27
34
|
"build": "tsc",
|