@graphcommerce/algolia-personalization 9.0.0-canary.101 → 9.0.0-canary.104
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
CHANGED
|
@@ -1,38 +1,8 @@
|
|
|
1
1
|
# @graphcommerce/algolia-personalization
|
|
2
2
|
|
|
3
|
-
## 9.0.0-canary.
|
|
3
|
+
## 9.0.0-canary.104
|
|
4
4
|
|
|
5
|
-
## 9.0.0-canary.
|
|
6
|
-
|
|
7
|
-
## 9.0.0-canary.99
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.98
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.97
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.96
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.95
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.94
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.93
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.92
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.91
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.90
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.89
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.88
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.87
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.86
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.85
|
|
5
|
+
## 9.0.0-canary.103
|
|
36
6
|
|
|
37
7
|
## 9.0.0-canary.84
|
|
38
8
|
|
package/mesh/getUserToken.ts
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/algolia-personalization",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.104",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"generate": "tsx scripts/generate-insights-spec.mts"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@graphcommerce/algolia-insights": "^9.0.0-canary.
|
|
19
|
-
"@graphcommerce/algolia-products": "^9.0.0-canary.
|
|
20
|
-
"@graphcommerce/google-datalayer": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/graphql-mesh": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/magento-customer": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
25
|
-
"@graphcommerce/next-config": "^9.0.0-canary.
|
|
26
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
18
|
+
"@graphcommerce/algolia-insights": "^9.0.0-canary.104",
|
|
19
|
+
"@graphcommerce/algolia-products": "^9.0.0-canary.104",
|
|
20
|
+
"@graphcommerce/google-datalayer": "^9.0.0-canary.104",
|
|
21
|
+
"@graphcommerce/graphql": "^9.0.0-canary.104",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "^9.0.0-canary.104",
|
|
23
|
+
"@graphcommerce/magento-customer": "^9.0.0-canary.104",
|
|
24
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.104",
|
|
25
|
+
"@graphcommerce/next-config": "^9.0.0-canary.104",
|
|
26
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.104",
|
|
27
27
|
"react": "^18.2.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { getSearchResultsInput as getSearchResultsInputType } from '@graphcommerce/algolia-products'
|
|
2
|
-
import { FunctionPlugin, PluginConfig } from '@graphcommerce/next-config'
|
|
2
|
+
import type { FunctionPlugin, PluginConfig } from '@graphcommerce/next-config'
|
|
3
3
|
import { getUserToken } from '../mesh/getUserToken'
|
|
4
4
|
|
|
5
5
|
export const config: PluginConfig = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { getSearchSuggestionsInput as getSearchSuggestionsInputType } from '@graphcommerce/algolia-products'
|
|
2
|
-
import { FunctionPlugin, PluginConfig } from '@graphcommerce/next-config'
|
|
2
|
+
import type { FunctionPlugin, PluginConfig } from '@graphcommerce/next-config'
|
|
3
3
|
import { getUserToken } from '../mesh/getUserToken'
|
|
4
4
|
|
|
5
5
|
export const config: PluginConfig = {
|
package/tsconfig.json
CHANGED