@insurup/sdk 0.1.6 → 0.1.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/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.6",
61
+ version: "0.1.8",
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,15 +96,15 @@ var package_default = {
96
96
  ],
97
97
  exports: {
98
98
  ".": {
99
- development: "./src/index.ts",
100
99
  types: "./dist/index.d.ts",
101
100
  import: "./dist/index.js",
102
- require: "./dist/index.cjs"
101
+ require: "./dist/index.cjs",
102
+ default: "./dist/index.js"
103
103
  },
104
104
  "./browser": {
105
- development: "./src/index.ts",
106
105
  types: "./dist/index.d.ts",
107
- import: "./dist/index.browser.js"
106
+ import: "./dist/index.browser.js",
107
+ default: "./dist/index.browser.js"
108
108
  }
109
109
  },
110
110
  scripts: {