@insurup/sdk 0.1.7 → 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.browser.js +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -4
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.
|
|
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",
|
|
@@ -97,14 +97,12 @@ var package_default = {
|
|
|
97
97
|
exports: {
|
|
98
98
|
".": {
|
|
99
99
|
types: "./dist/index.d.ts",
|
|
100
|
-
development: "./src/index.ts",
|
|
101
100
|
import: "./dist/index.js",
|
|
102
101
|
require: "./dist/index.cjs",
|
|
103
102
|
default: "./dist/index.js"
|
|
104
103
|
},
|
|
105
104
|
"./browser": {
|
|
106
105
|
types: "./dist/index.d.ts",
|
|
107
|
-
development: "./src/index.ts",
|
|
108
106
|
import: "./dist/index.browser.js",
|
|
109
107
|
default: "./dist/index.browser.js"
|
|
110
108
|
}
|