We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fc402 commit 32652d5Copy full SHA for 32652d5
clients/algoliasearch-client-javascript/base.rollup.config.js
@@ -125,7 +125,7 @@ export function getPackageConfigs() {
125
external: ['dom'],
126
dependencies: [
127
...commonConfig.dependencies,
128
- '@experimental-api-clients-automation/requester-browser-xhr',
+ `${NPM_ORG}/requester-browser-xhr`,
129
],
130
globals: {
131
[packageName]: packageName,
@@ -138,7 +138,7 @@ export function getPackageConfigs() {
138
formats: NODE_FORMATS,
139
140
141
- '@experimental-api-clients-automation/requester-node-http',
+ `${NPM_ORG}/requester-node-http`,
142
143
},
144
];
0 commit comments