@bizmap/sdk 0.0.46 → 0.0.47

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/dist/main.js +1 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -297,9 +297,8 @@ var PartialCompanyDetails = createCompanyDetails({ partial: true });
297
297
 
298
298
  // src/schemas/Global.ts
299
299
  import * as z5 from "zod";
300
- import { tiers as tiers2 } from "src/main";
301
300
  var TierList = z5.record(
302
- tiers2,
301
+ tiers,
303
302
  z5.object({
304
303
  cost: z5.number().min(0),
305
304
  perks: z5.array(z5.string()).min(1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizmap/sdk",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/main.d.ts",
6
6
  "type": "module",