@pagouai/api-sdk 0.1.1-next.7 → 0.1.2-dev.8

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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "0.1.1-next.7";
1
+ export declare const SDK_VERSION = "0.1.2-dev.8";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW,iBAAiB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW,gBAAgB,CAAC"}
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-synced from package.json by `bun run sync:version`
2
- export const SDK_VERSION = "0.1.1-next.7";
2
+ export const SDK_VERSION = "0.1.2-dev.8";
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,MAAM,CAAC,MAAM,WAAW,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagouai/api-sdk",
3
- "version": "0.1.1-next.7",
3
+ "version": "0.1.2-dev.8",
4
4
  "description": "Cross-runtime TypeScript SDK template for Pagou.ai /v2 Transactions API",
5
5
  "type": "module",
6
6
  "private": false,