@bcis/sdk 0.1.0 → 0.1.1

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # @bcis/sdk
2
2
 
3
- > **Auto-generated** — re-run `npm run generate` in the `sdk-generator` project to update this file.
4
-
5
3
  Type-safe TypeScript SDK for the [BCIS (Building Cost Information Service)](https://bcis.co.uk) APIs.
6
4
  Supports both **ESM** and **CommonJS** environments with full TypeScript declarations.
7
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcis/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Type-safe TypeScript SDK for BCIS APIs",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",