@retailrocketgroup/smart-search-base 0.11.0 → 0.13.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/lib/index.umd.js +57 -0
- package/package.json +39 -35
- package/dist/index.umd.js +0 -51
package/package.json
CHANGED
@@ -1,89 +1,91 @@
|
|
1
1
|
{
|
2
2
|
"name": "@retailrocketgroup/smart-search-base",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.13.0",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
7
7
|
"node": ">=20"
|
8
8
|
},
|
9
|
-
"main": "./
|
10
|
-
"module": "./
|
9
|
+
"main": "./lib/index.umd.js",
|
10
|
+
"module": "./lib/index.es.js",
|
11
11
|
"files": [
|
12
|
-
"
|
12
|
+
"lib"
|
13
13
|
],
|
14
14
|
"exports": {
|
15
15
|
".": {
|
16
|
-
"import": "./
|
16
|
+
"import": "./lib/index.js"
|
17
17
|
}
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
20
|
"vue": "^3.5.13",
|
21
|
-
"vue-i18n": "^11.1.
|
21
|
+
"vue-i18n": "^11.1.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@commitlint/cli": "^19.7.1",
|
25
25
|
"@commitlint/config-conventional": "^19.7.1",
|
26
26
|
"@commitlint/format": "^19.5.0",
|
27
|
-
"@eslint/compat": "^1.2.
|
28
|
-
"@eslint/js": "^9.
|
27
|
+
"@eslint/compat": "^1.2.7",
|
28
|
+
"@eslint/js": "^9.21.0",
|
29
29
|
"@release-it/conventional-changelog": "^10.0.0",
|
30
|
-
"@retailrocket/retailrocket.analytics.rocketsearch.apiclients.
|
30
|
+
"@retailrocket/retailrocket.analytics.rocketsearch.apiclients.v4": "^1.0.176",
|
31
31
|
"@rushstack/eslint-patch": "^1.10.5",
|
32
|
-
"@storybook/addon-essentials": "^8.
|
33
|
-
"@storybook/addon-interactions": "^8.
|
34
|
-
"@storybook/addon-links": "^8.
|
35
|
-
"@storybook/addon-onboarding": "^8.
|
36
|
-
"@storybook/blocks": "^8.
|
37
|
-
"@storybook/test": "^8.
|
38
|
-
"@storybook/test-runner": "^0.21.
|
39
|
-
"@storybook/types": "^8.
|
40
|
-
"@storybook/vue3": "^8.
|
41
|
-
"@storybook/vue3-vite": "^8.
|
32
|
+
"@storybook/addon-essentials": "^8.6.0",
|
33
|
+
"@storybook/addon-interactions": "^8.6.0",
|
34
|
+
"@storybook/addon-links": "^8.6.0",
|
35
|
+
"@storybook/addon-onboarding": "^8.6.0",
|
36
|
+
"@storybook/blocks": "^8.6.0",
|
37
|
+
"@storybook/test": "^8.6.0",
|
38
|
+
"@storybook/test-runner": "^0.21.3",
|
39
|
+
"@storybook/types": "^8.6.0",
|
40
|
+
"@storybook/vue3": "^8.6.0",
|
41
|
+
"@storybook/vue3-vite": "^8.6.0",
|
42
42
|
"@thames/monads": "^0.7.0",
|
43
43
|
"@tsconfig/node20": "^20.1.4",
|
44
44
|
"@types/jsdom": "^21.1.7",
|
45
45
|
"@types/lodash-es": "^4.17.12",
|
46
|
-
"@types/node": "^22.13.
|
47
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
48
|
-
"@typescript-eslint/parser": "^8.
|
46
|
+
"@types/node": "^22.13.5",
|
47
|
+
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
48
|
+
"@typescript-eslint/parser": "^8.25.0",
|
49
49
|
"@vitejs/plugin-vue": "^5.2.1",
|
50
50
|
"@vue/eslint-config-prettier": "^10.2.0",
|
51
|
-
"@vue/eslint-config-typescript": "^14.
|
51
|
+
"@vue/eslint-config-typescript": "^14.4.0",
|
52
52
|
"@vue/test-utils": "^2.4.6",
|
53
53
|
"@vue/tsconfig": "^0.7.0",
|
54
54
|
"autoprefixer": "^10.4.20",
|
55
55
|
"concurrently": "^9.1.2",
|
56
|
-
"eslint": "^9.
|
57
|
-
"eslint-import-resolver-typescript": "^3.
|
56
|
+
"eslint": "^9.21.0",
|
57
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
58
58
|
"eslint-plugin-import": "^2.31.0",
|
59
|
-
"eslint-plugin-perfectionist": "^4.
|
59
|
+
"eslint-plugin-perfectionist": "^4.9.0",
|
60
60
|
"eslint-plugin-vue": "^9.32.0",
|
61
61
|
"http-server": "^14.1.1",
|
62
62
|
"husky": "^9.1.7",
|
63
63
|
"jsdom": "^26.0.0",
|
64
64
|
"lint-staged": "^15.4.3",
|
65
65
|
"lodash-es": "^4.17.21",
|
66
|
+
"netlify-cli": "^19.0.0",
|
66
67
|
"npm-run-all2": "^7.0.2",
|
67
68
|
"playwright": "1.50.1",
|
68
69
|
"postcss-html": "^1.8.0",
|
69
|
-
"prettier": "^3.
|
70
|
+
"prettier": "^3.5.2",
|
70
71
|
"release-it": "^18.1.2",
|
71
|
-
"storybook": "^8.
|
72
|
+
"storybook": "^8.6.0",
|
72
73
|
"stylelint": "^16.14.1",
|
73
74
|
"stylelint-config-standard": "^37.0.0",
|
74
75
|
"stylelint-order": "^6.0.4",
|
75
76
|
"tsc-alias": "^1.8.10",
|
76
|
-
"tsx": "^4.19.
|
77
|
+
"tsx": "^4.19.3",
|
77
78
|
"typescript": "~5.7.3",
|
78
|
-
"typescript-eslint": "^8.
|
79
|
-
"vite": "^6.0
|
80
|
-
"vitest": "^3.0.
|
81
|
-
"vue-tsc": "^2.2.
|
79
|
+
"typescript-eslint": "^8.25.0",
|
80
|
+
"vite": "^6.2.0",
|
81
|
+
"vitest": "^3.0.7",
|
82
|
+
"vue-tsc": "^2.2.4",
|
82
83
|
"wait-on": "^8.0.2"
|
83
84
|
},
|
84
85
|
"scripts": {
|
85
86
|
"dev": "vite",
|
86
|
-
"build": "run-p lint:types \"build-only {@}\" --",
|
87
|
+
"build:demo": "run-p lint:types \"build-only:demo {@}\" --",
|
88
|
+
"build:lib": "run-p lint:types \"build-only:lib {@}\" --",
|
87
89
|
"storybook:dev": "storybook dev -p 6006 --ci",
|
88
90
|
"storybook:build": "storybook build -o ./dist-storybook --quiet --test",
|
89
91
|
"test:vitest": "vitest",
|
@@ -94,8 +96,10 @@
|
|
94
96
|
"lint:types": "vue-tsc --build --force",
|
95
97
|
"lint:commit": "commitlint --edit",
|
96
98
|
"format": "prettier ./**/*.{vue,ts,js,css} --write --ignore-path .gitignore",
|
97
|
-
"build-only": "vite build",
|
99
|
+
"build-only:demo": "vite build",
|
100
|
+
"build-only:lib": "vite build --config vite.lib.config.js",
|
98
101
|
"preview": "vite preview",
|
102
|
+
"release": "release-it --ci",
|
99
103
|
"lint-staged": "lint-staged",
|
100
104
|
"pre-commit": "pnpm lint:code && pnpm lint:style && pnpm lint:types && pnpm format && pnpm test:vitest && pnpm test:storybook"
|
101
105
|
}
|