@wix/evalforge-evaluator 0.210.0 → 0.211.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/build/index.js +7 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs +7 -1
- package/build/index.mjs.map +1 -1
- package/package.json +3 -3
package/build/index.mjs
CHANGED
|
@@ -6272,6 +6272,12 @@ function resolveWixEvalforgeV1CapabilityServiceUrl(opts) {
|
|
|
6272
6272
|
srcPath: "/_api/evalforge-backend",
|
|
6273
6273
|
destPath: ""
|
|
6274
6274
|
}
|
|
6275
|
+
],
|
|
6276
|
+
"www.wixapis.com": [
|
|
6277
|
+
{
|
|
6278
|
+
srcPath: "/_api/evalforge-backend",
|
|
6279
|
+
destPath: ""
|
|
6280
|
+
}
|
|
6275
6281
|
]
|
|
6276
6282
|
};
|
|
6277
6283
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -6348,7 +6354,7 @@ function getLatestCapabilityVersion(payload) {
|
|
|
6348
6354
|
optInTransformResponse: true
|
|
6349
6355
|
},
|
|
6350
6356
|
url: resolveWixEvalforgeV1CapabilityServiceUrl({
|
|
6351
|
-
protoPath: "/v1/projects/{projectId}/capabilities/{capabilityId}/
|
|
6357
|
+
protoPath: "/v1/projects/{projectId}/capabilities/{capabilityId}/latest-version",
|
|
6352
6358
|
data: serializedData,
|
|
6353
6359
|
host
|
|
6354
6360
|
}),
|