@kelvininc/web-client-sdk 7.18.0 → 7.21.0
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/CHANGELOG.md +38 -0
- package/dist/cjs/adapters/http/types.js.map +1 -1
- package/dist/cjs/models.d.ts +1 -0
- package/dist/cjs/models.js +5 -0
- package/dist/cjs/models.js.map +1 -0
- package/dist/esm/adapters/http/types.js.map +1 -1
- package/dist/esm/models.d.ts +1 -0
- package/dist/esm/models.js +2 -0
- package/dist/esm/models.js.map +1 -0
- package/package.json +16 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.21.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.20.0...v7.21.0) (2023-09-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **model-exports:** export kelvin models in separate path [KMAPS-1195] ([ce04514](https://bitbucket.org/kelvininc/kelvinjs/commits/ce0451483f46bddd52067808ef4e82d5c7811822))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [7.20.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.19.1...v7.20.0) (2023-09-01)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **kelvin-node-sdk:** adds support to native fetch [KMAPS-1193] ([42ab78d](https://bitbucket.org/kelvininc/kelvinjs/commits/42ab78d7ed9cda127fce0f9990c14026502f62d2))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [7.19.1](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.19.0...v7.19.1) (2023-08-01)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @kelvininc/web-client-sdk
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [7.19.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.18.0...v7.19.0) (2023-07-21)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @kelvininc/web-client-sdk
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [7.18.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.17.0...v7.18.0) (2023-07-04)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @kelvininc/web-client-sdk
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/adapters/http/types.ts"],"names":[],"mappings":"","sourcesContent":["import {\n\
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/adapters/http/types.ts"],"names":[],"mappings":"","sourcesContent":["import {\n\tIKvHttpRequest,\n\tIKvHttpRequestOptions\n} from '@kelvininc/js-client-sdk';\n\nimport { KvRequestAbortController } from '../../classes';\n\nexport interface IKvWebHttpRequestOptions extends IKvHttpRequestOptions {\n\t/**\n\t * Use this option if you plan to handle manually the request abortion\n\t */\n\trequestController?: KvRequestAbortController;\n}\n\nexport interface IKvWebHttpRequest extends IKvHttpRequest {\n\toptions?: IKvWebHttpRequestOptions;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@kelvininc/js-client-sdk/models';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":";;;AAAA,0EAAgD","sourcesContent":["export * from '@kelvininc/js-client-sdk/models';\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/adapters/http/types.ts"],"names":[],"mappings":"","sourcesContent":["import {\n\
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/adapters/http/types.ts"],"names":[],"mappings":"","sourcesContent":["import {\n\tIKvHttpRequest,\n\tIKvHttpRequestOptions\n} from '@kelvininc/js-client-sdk';\n\nimport { KvRequestAbortController } from '../../classes';\n\nexport interface IKvWebHttpRequestOptions extends IKvHttpRequestOptions {\n\t/**\n\t * Use this option if you plan to handle manually the request abortion\n\t */\n\trequestController?: KvRequestAbortController;\n}\n\nexport interface IKvWebHttpRequest extends IKvHttpRequest {\n\toptions?: IKvWebHttpRequestOptions;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@kelvininc/js-client-sdk/models';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC","sourcesContent":["export * from '@kelvininc/js-client-sdk/models';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kelvininc/web-client-sdk",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.21.0",
|
|
4
4
|
"description": "Kelvin SDK Client for modern frontend Javascript frameworks, like Vue or React",
|
|
5
5
|
"homepage": "https://docs.kelvininc.com",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"kelvin vue/react client"
|
|
11
11
|
],
|
|
12
12
|
"author": {
|
|
13
|
-
"name": "
|
|
13
|
+
"name": "Kelvin Inc.",
|
|
14
14
|
"email": "support@kelvininc.com",
|
|
15
15
|
"url": "https://kelvininc.com"
|
|
16
16
|
},
|
|
@@ -20,6 +20,18 @@
|
|
|
20
20
|
},
|
|
21
21
|
"main": "dist/cjs/index.js",
|
|
22
22
|
"module": "dist/esm/index.js",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"require": "./dist/cjs/index.js",
|
|
26
|
+
"import": "./dist/esm/index.js",
|
|
27
|
+
"types": "./dist/index.d.ts"
|
|
28
|
+
},
|
|
29
|
+
"./models": {
|
|
30
|
+
"require": "./dist/cjs/models.js",
|
|
31
|
+
"import": "./dist/esm/models.js",
|
|
32
|
+
"types": "./dist/esm/models.d.ts"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
23
35
|
"files": [
|
|
24
36
|
"dist"
|
|
25
37
|
],
|
|
@@ -35,7 +47,7 @@
|
|
|
35
47
|
"test:coverage": "jest -c jest.config.js --coverage"
|
|
36
48
|
},
|
|
37
49
|
"dependencies": {
|
|
38
|
-
"@kelvininc/js-client-sdk": "^7.
|
|
50
|
+
"@kelvininc/js-client-sdk": "^7.21.0",
|
|
39
51
|
"qs": "6.10.3",
|
|
40
52
|
"uuid": "9.0.0"
|
|
41
53
|
},
|
|
@@ -55,5 +67,5 @@
|
|
|
55
67
|
"axios": ">=1.0.0",
|
|
56
68
|
"rxjs": "~6.6.7"
|
|
57
69
|
},
|
|
58
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "fbe0f93f29d4f423b20574095f83ed8b527fee39"
|
|
59
71
|
}
|