@loopers/client 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
1
+ # Changelog
2
+
3
+ ## [1.3.0](https://github.com/CURSED-ME/loopers-oss/compare/sdk-ts-v1.2.0...sdk-ts-v1.3.0) (2026-06-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * add 14 providers, bump SDKs to 1.0.0, prepare for launch ([abd1d6d](https://github.com/CURSED-ME/loopers-oss/commit/abd1d6d06623bd4ba475247cc8f4d83d744e67f4))
9
+ * **sdk:** support Phase 1 session headers ([ec81008](https://github.com/CURSED-ME/loopers-oss/commit/ec81008939fb5c3d9e78fe210d2e6c766bfc99b6))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump sdk versions and disable homebrew publishing for CI ([9e8ceae](https://github.com/CURSED-ME/loopers-oss/commit/9e8ceaef264fcde3dad46af132481f9db91cebb0))
15
+ * **ci:** disable homebrew tap until repo is created, bump versions to 0.4.5 ([8523ff4](https://github.com/CURSED-ME/loopers-oss/commit/8523ff498a82e8310a8cdc6f856e39b399ef7d5a))
16
+ * **ci:** fix goreleaser sbom config and bump versions to 0.4.3 ([56563ec](https://github.com/CURSED-ME/loopers-oss/commit/56563ece8d04927227308905b7105e396326880f))
17
+ * **ci:** fix invalid action commit hashes for goreleaser, bump version to 0.4.2 ([d6a40ef](https://github.com/CURSED-ME/loopers-oss/commit/d6a40efa1f51529046d3513368b9bea6e7d4ae54))
18
+ * **ci:** point syft to latest v0 to support --enrich flag and bump to v0.4.7 ([29a7f7f](https://github.com/CURSED-ME/loopers-oss/commit/29a7f7f7c2ae1ba293004db61a9743a2218b55d5))
19
+ * **ci:** use latest syft for goreleaser sboms, bump versions to 0.4.4 ([af0790a](https://github.com/CURSED-ME/loopers-oss/commit/af0790a6245cd9e9bf309b5747dfb89e6fe8c3f3))
20
+ * **sdk:** add Phase 1 headers to all adapters, bump to v1.2.0, expand test coverage ([9a40389](https://github.com/CURSED-ME/loopers-oss/commit/9a40389146df62674d53705f500851601181d1cb))
21
+ * **sdk:** fix anthropic sdk version in TS package, bump versions to 0.4.1 ([df374e6](https://github.com/CURSED-ME/loopers-oss/commit/df374e6d4e95aa09d77f24f94dd10dd41444c3b2))
22
+ * **security:** address OpenSSF scorecard issues and bump to v0.4.6 ([4d31477](https://github.com/CURSED-ME/loopers-oss/commit/4d3147704db87b8c11e988ddd17b06f18a658c9d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loopers/client",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "A premium TypeScript client wrapper for the Loopers AI budget & rate-limit proxy.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",