@insurup/sdk 0.1.4 → 0.1.6

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/index.cjs CHANGED
@@ -58,7 +58,7 @@ module.exports = __toCommonJS(index_exports);
58
58
  // package.json
59
59
  var package_default = {
60
60
  name: "@insurup/sdk",
61
- version: "0.1.4",
61
+ version: "0.1.6",
62
62
  description: "Type-safe TypeScript SDK for the InsurUp insurance platform with GraphQL support. Tree-shakeable, works everywhere.",
63
63
  keywords: [
64
64
  "insurup",
@@ -96,11 +96,13 @@ var package_default = {
96
96
  ],
97
97
  exports: {
98
98
  ".": {
99
+ development: "./src/index.ts",
99
100
  types: "./dist/index.d.ts",
100
101
  import: "./dist/index.js",
101
102
  require: "./dist/index.cjs"
102
103
  },
103
104
  "./browser": {
105
+ development: "./src/index.ts",
104
106
  types: "./dist/index.d.ts",
105
107
  import: "./dist/index.browser.js"
106
108
  }
@@ -111,7 +113,7 @@ var package_default = {
111
113
  "check-types": "tsc --noEmit",
112
114
  dev: "tsup --watch",
113
115
  docs: "typedoc",
114
- lint: "eslint src --max-warnings 0",
116
+ lint: "eslint src test --max-warnings 0",
115
117
  test: "vitest run",
116
118
  "test:watch": "vitest",
117
119
  "test:coverage": "vitest run --coverage"