@zalkera/client 0.21.5 → 0.21.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 +35 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -12
- package/dist/index.d.ts +0 -12
- package/dist/index.js +35 -3
- package/dist/index.js.map +1 -1
- package/llms.txt +5 -5
- package/package.json +65 -65
package/package.json
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"zalkera",
|
|
13
|
-
"headless",
|
|
14
|
-
"commerce",
|
|
15
|
-
"cms",
|
|
16
|
-
"api-client",
|
|
17
|
-
"sdk"
|
|
18
|
-
],
|
|
19
|
-
"homepage": "https://zalkera.com",
|
|
20
|
-
"files": [
|
|
21
|
-
"dist",
|
|
22
|
-
"llms.txt",
|
|
23
|
-
"contracts",
|
|
24
|
-
"bin/validate-storefront.mjs",
|
|
25
|
-
"bin/check-aeo-surfaces.mjs",
|
|
26
|
-
"lib"
|
|
27
|
-
],
|
|
28
|
-
"main": "./dist/index.cjs",
|
|
29
|
-
"module": "./dist/index.js",
|
|
30
|
-
"types": "./dist/index.d.ts",
|
|
31
|
-
"bin": {
|
|
32
|
-
"zalkera-aeo-check": "./bin/check-aeo-surfaces.mjs",
|
|
33
|
-
"zalkera-validate": "./bin/validate-storefront.mjs"
|
|
34
|
-
},
|
|
35
|
-
"exports": {
|
|
36
|
-
".": {
|
|
37
|
-
"types": "./dist/index.d.ts",
|
|
38
|
-
"import": "./dist/index.js",
|
|
39
|
-
"require": "./dist/index.cjs"
|
|
2
|
+
"name": "@zalkera/client",
|
|
3
|
+
"version": "0.21.7",
|
|
4
|
+
"description": "zalkera 헤드리스 CMS 공개 API 클라이언트 (테넌트 사이트용)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Credium Co., Ltd.",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
40
10
|
},
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
11
|
+
"keywords": [
|
|
12
|
+
"zalkera",
|
|
13
|
+
"headless",
|
|
14
|
+
"commerce",
|
|
15
|
+
"cms",
|
|
16
|
+
"api-client",
|
|
17
|
+
"sdk"
|
|
18
|
+
],
|
|
19
|
+
"homepage": "https://zalkera.com",
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"llms.txt",
|
|
23
|
+
"contracts",
|
|
24
|
+
"bin/validate-storefront.mjs",
|
|
25
|
+
"bin/check-aeo-surfaces.mjs",
|
|
26
|
+
"lib"
|
|
27
|
+
],
|
|
28
|
+
"main": "./dist/index.cjs",
|
|
29
|
+
"module": "./dist/index.js",
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"bin": {
|
|
32
|
+
"zalkera-aeo-check": "./bin/check-aeo-surfaces.mjs",
|
|
33
|
+
"zalkera-validate": "./bin/validate-storefront.mjs"
|
|
34
|
+
},
|
|
35
|
+
"exports": {
|
|
36
|
+
".": {
|
|
37
|
+
"types": "./dist/index.d.ts",
|
|
38
|
+
"import": "./dist/index.js",
|
|
39
|
+
"require": "./dist/index.cjs"
|
|
40
|
+
},
|
|
41
|
+
"./contracts/aeo-surface-guarantees.json": "./contracts/aeo-surface-guarantees.json",
|
|
42
|
+
"./bin/check-aeo-surfaces.mjs": "./bin/check-aeo-surfaces.mjs",
|
|
43
|
+
"./bin/validate-storefront.mjs": "./bin/validate-storefront.mjs",
|
|
44
|
+
"./lib/site-crawl.mjs": "./lib/site-crawl.mjs"
|
|
45
|
+
},
|
|
46
|
+
"scripts": {
|
|
47
|
+
"build": "tsup",
|
|
48
|
+
"dev": "tsup --watch",
|
|
49
|
+
"typecheck": "tsc --noEmit",
|
|
50
|
+
"test": "vitest run",
|
|
51
|
+
"test:watch": "vitest",
|
|
52
|
+
"prepublishOnly": "npm run check:tarball && npm run format:check && npm run typecheck && npm test && npm run check:published && npm run build",
|
|
53
|
+
"check:published": "node scripts/check-published-drift.mjs",
|
|
54
|
+
"format": "prettier --write \"src/**/*.ts\" \"scripts/**/*.mjs\" \"bin/**/*.mjs\"",
|
|
55
|
+
"format:check": "prettier --check \"src/**/*.ts\" \"scripts/**/*.mjs\" \"bin/**/*.mjs\"",
|
|
56
|
+
"check:tarball": "node scripts/check-tarball.mjs"
|
|
57
|
+
},
|
|
58
|
+
"engines": {
|
|
59
|
+
"node": ">=18"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@types/node": "^22.10.2",
|
|
63
|
+
"prettier": "^3.9.6",
|
|
64
|
+
"tsup": "^8.3.5",
|
|
65
|
+
"typescript": "^5.7.2",
|
|
66
|
+
"vitest": "^2.1.8"
|
|
67
|
+
}
|
|
68
68
|
}
|