@croct/sdk 0.17.8 → 0.17.9
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/constants.cjs.map +1 -1
- package/constants.d.ts +2 -2
- package/constants.js +1 -1
- package/constants.js.map +1 -1
- package/package.json +23 -23
package/constants.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/constants.ts"],"sourcesContent":["export const BASE_ENDPOINT_URL = 'https://api.croct.io';\nexport const MAX_QUERY_LENGTH = 500;\nexport const VERSION = '0.17.
|
|
1
|
+
{"version":3,"sources":["../src/constants.ts"],"sourcesContent":["export const BASE_ENDPOINT_URL = 'https://api.croct.io';\nexport const MAX_QUERY_LENGTH = 500;\nexport const VERSION = '0.17.9';\nexport const CLIENT_LIBRARY = `Croct SDK JS v${VERSION}`;\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,oBAAoB;AAC1B,MAAM,mBAAmB,SAAS,sBAAsB,EAAE;AAC1D,MAAM,UAAU;AAChB,MAAM,iBAAiB,iBAAiB,OAAO;","names":[]}
|
package/constants.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const BASE_ENDPOINT_URL = "https://api.croct.io";
|
|
2
2
|
declare const MAX_QUERY_LENGTH: number;
|
|
3
|
-
declare const VERSION = "0.17.
|
|
4
|
-
declare const CLIENT_LIBRARY = "Croct SDK JS v0.17.
|
|
3
|
+
declare const VERSION = "0.17.9";
|
|
4
|
+
declare const CLIENT_LIBRARY = "Croct SDK JS v0.17.9";
|
|
5
5
|
|
|
6
6
|
export { BASE_ENDPOINT_URL, CLIENT_LIBRARY, MAX_QUERY_LENGTH, VERSION };
|
package/constants.js
CHANGED
package/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["src/constants.ts"],"sourcesContent":["export const BASE_ENDPOINT_URL = 'https://api.croct.io';\nexport const MAX_QUERY_LENGTH = 500;\nexport const VERSION = '0.17.
|
|
1
|
+
{"version":3,"sources":["src/constants.ts"],"sourcesContent":["export const BASE_ENDPOINT_URL = 'https://api.croct.io';\nexport const MAX_QUERY_LENGTH = 500;\nexport const VERSION = '0.17.9';\nexport const CLIENT_LIBRARY = `Croct SDK JS v${VERSION}`;\n"],"mappings":"AAAO,MAAM,oBAAoB;AAC1B,MAAM,mBAAmB,SAAS,sBAAsB,EAAE;AAC1D,MAAM,UAAU;AAChB,MAAM,iBAAiB,iBAAiB,OAAO;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@croct/sdk",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.9",
|
|
4
4
|
"description": "Croct SDK for JavaScript.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -17,48 +17,48 @@
|
|
|
17
17
|
"require": "./*.js"
|
|
18
18
|
},
|
|
19
19
|
"./cache": {
|
|
20
|
-
"import":
|
|
21
|
-
"require": "./cache/index.
|
|
20
|
+
"import": "./cache/index.js",
|
|
21
|
+
"require": "./cache/index.cjs"
|
|
22
22
|
},
|
|
23
23
|
"./channel": {
|
|
24
|
-
"import":
|
|
25
|
-
"require": "./channel/index.
|
|
24
|
+
"import": "./channel/index.js",
|
|
25
|
+
"require": "./channel/index.cjs"
|
|
26
26
|
},
|
|
27
27
|
"./cid": {
|
|
28
|
-
"import":
|
|
29
|
-
"require": "./cid/index.
|
|
28
|
+
"import": "./cid/index.js",
|
|
29
|
+
"require": "./cid/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"./facade": {
|
|
32
|
-
"import":
|
|
33
|
-
"require": "./facade/index.
|
|
32
|
+
"import": "./facade/index.js",
|
|
33
|
+
"require": "./facade/index.cjs"
|
|
34
34
|
},
|
|
35
35
|
".": {
|
|
36
|
-
"import":
|
|
37
|
-
"require": "./index.
|
|
36
|
+
"import": "./index.js",
|
|
37
|
+
"require": "./index.cjs"
|
|
38
38
|
},
|
|
39
39
|
"./logging": {
|
|
40
|
-
"import":
|
|
41
|
-
"require": "./logging/index.
|
|
40
|
+
"import": "./logging/index.js",
|
|
41
|
+
"require": "./logging/index.cjs"
|
|
42
42
|
},
|
|
43
43
|
"./queue": {
|
|
44
|
-
"import":
|
|
45
|
-
"require": "./queue/index.
|
|
44
|
+
"import": "./queue/index.js",
|
|
45
|
+
"require": "./queue/index.cjs"
|
|
46
46
|
},
|
|
47
47
|
"./retry": {
|
|
48
|
-
"import":
|
|
49
|
-
"require": "./retry/index.
|
|
48
|
+
"import": "./retry/index.js",
|
|
49
|
+
"require": "./retry/index.cjs"
|
|
50
50
|
},
|
|
51
51
|
"./schema": {
|
|
52
|
-
"import":
|
|
53
|
-
"require": "./schema/index.
|
|
52
|
+
"import": "./schema/index.js",
|
|
53
|
+
"require": "./schema/index.cjs"
|
|
54
54
|
},
|
|
55
55
|
"./token": {
|
|
56
|
-
"import":
|
|
57
|
-
"require": "./token/index.
|
|
56
|
+
"import": "./token/index.js",
|
|
57
|
+
"require": "./token/index.cjs"
|
|
58
58
|
},
|
|
59
59
|
"./validation": {
|
|
60
|
-
"import":
|
|
61
|
-
"require": "./validation/index.
|
|
60
|
+
"import": "./validation/index.js",
|
|
61
|
+
"require": "./validation/index.cjs"
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|