@insurup/sdk 0.1.6 → 0.1.7

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.7",
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,17 @@ var package_default = {
96
96
  ],
97
97
  exports: {
98
98
  ".": {
99
- development: "./src/index.ts",
100
99
  types: "./dist/index.d.ts",
100
+ development: "./src/index.ts",
101
101
  import: "./dist/index.js",
102
- require: "./dist/index.cjs"
102
+ require: "./dist/index.cjs",
103
+ default: "./dist/index.js"
103
104
  },
104
105
  "./browser": {
105
- development: "./src/index.ts",
106
106
  types: "./dist/index.d.ts",
107
- import: "./dist/index.browser.js"
107
+ development: "./src/index.ts",
108
+ import: "./dist/index.browser.js",
109
+ default: "./dist/index.browser.js"
108
110
  }
109
111
  },
110
112
  scripts: {