File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
templates/javascript/clients Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 84
84
" test" : " jest"
85
85
} ,
86
86
"dependencies": {
87
- " @experimental-api-clients-automation /client-analytics" : " {{analyticsVersion}}" ,
88
- " @experimental-api-clients-automation /client-abtesting" : " {{abtestingVersion}}" ,
89
- " @experimental-api-clients-automation /client-personalization" : " {{personalizationVersion}}" ,
90
- " @experimental-api-clients-automation /client-search" : " {{searchVersion}}" ,
91
- " @experimental-api-clients-automation /client-common" : " {{utilsPackageVersion}}" ,
92
- " @experimental-api-clients-automation /requester-browser-xhr" : " {{utilsPackageVersion}}" ,
93
- " @experimental-api-clients-automation /requester-node-http" : " {{utilsPackageVersion}}"
87
+ " {{{npmNamespace}}} /client-analytics" : " {{analyticsVersion}}" ,
88
+ " {{{npmNamespace}}} /client-abtesting" : " {{abtestingVersion}}" ,
89
+ " {{{npmNamespace}}} /client-personalization" : " {{personalizationVersion}}" ,
90
+ " {{{npmNamespace}}} /client-search" : " {{searchVersion}}" ,
91
+ " {{{npmNamespace}}} /client-common" : " {{utilsPackageVersion}}" ,
92
+ " {{{npmNamespace}}} /requester-browser-xhr" : " {{utilsPackageVersion}}" ,
93
+ " {{{npmNamespace}}} /requester-node-http" : " {{utilsPackageVersion}}"
94
94
} ,
95
95
"devDependencies": {
96
96
" @types/jest" : " 28.1.4" ,
You can’t perform that action at this time.
0 commit comments