@croct/sdk 0.22.1 → 0.22.2
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 +1 -1
- package/constants.d.cts +2 -2
- package/constants.d.ts +2 -2
- package/constants.js +1 -1
- package/package.json +4 -4
- package/schema/ecommerceSchemas.cjs +1 -1
- package/schema/ecommerceSchemas.js +1 -1
package/constants.cjs
CHANGED
|
@@ -25,7 +25,7 @@ __export(constants_exports, {
|
|
|
25
25
|
module.exports = __toCommonJS(constants_exports);
|
|
26
26
|
const BASE_ENDPOINT_URL = "https://api.croct.io";
|
|
27
27
|
const MAX_QUERY_LENGTH = parseInt("<@maxQueryLength@>", 10);
|
|
28
|
-
const VERSION = "0.22.
|
|
28
|
+
const VERSION = "0.22.2";
|
|
29
29
|
const CLIENT_LIBRARY = `Croct SDK JS v${VERSION}`;
|
|
30
30
|
// Annotate the CommonJS export names for ESM import in node:
|
|
31
31
|
0 && (module.exports = {
|
package/constants.d.cts
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.22.
|
|
4
|
-
declare const CLIENT_LIBRARY = "Croct SDK JS v0.22.
|
|
3
|
+
declare const VERSION = "0.22.2";
|
|
4
|
+
declare const CLIENT_LIBRARY = "Croct SDK JS v0.22.2";
|
|
5
5
|
|
|
6
6
|
export { BASE_ENDPOINT_URL, CLIENT_LIBRARY, MAX_QUERY_LENGTH, VERSION };
|
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.22.
|
|
4
|
-
declare const CLIENT_LIBRARY = "Croct SDK JS v0.22.
|
|
3
|
+
declare const VERSION = "0.22.2";
|
|
4
|
+
declare const CLIENT_LIBRARY = "Croct SDK JS v0.22.2";
|
|
5
5
|
|
|
6
6
|
export { BASE_ENDPOINT_URL, CLIENT_LIBRARY, MAX_QUERY_LENGTH, VERSION };
|
package/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@croct/sdk",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.2",
|
|
4
4
|
"description": "Croct SDK for JavaScript.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -88,17 +88,17 @@
|
|
|
88
88
|
"@croct/eslint-plugin": "^0.8.3",
|
|
89
89
|
"@eslint/eslintrc": "^3.3.3",
|
|
90
90
|
"@fetch-mock/jest": "^0.2.20",
|
|
91
|
-
"@typescript-eslint/parser": "^8.53.0",
|
|
92
91
|
"@types/jest": "^30.0.0",
|
|
92
|
+
"@typescript-eslint/parser": "^8.53.0",
|
|
93
93
|
"esbuild-fix-imports-plugin": "^1.0.19",
|
|
94
94
|
"eslint": "^9.39.0",
|
|
95
95
|
"fetch-mock": "^12.6.0",
|
|
96
96
|
"jest": "^30.0.0",
|
|
97
97
|
"jest-environment-jsdom": "^30.0.0",
|
|
98
98
|
"jest-extended": "^7.0.0",
|
|
99
|
-
"ts-jest": "^29.
|
|
99
|
+
"ts-jest": "^29.4.9",
|
|
100
100
|
"tsup": "^8.4.0",
|
|
101
|
-
"typescript": "^
|
|
101
|
+
"typescript": "^6.0.0"
|
|
102
102
|
},
|
|
103
103
|
"files": [
|
|
104
104
|
"**/*.js",
|