@wix/auto_sdk_metro_products 1.0.7 → 1.0.8

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.
@@ -127,6 +127,12 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
127
127
  srcPath: "/_api/metro-inspector",
128
128
  destPath: "/api"
129
129
  }
130
+ ],
131
+ "dev._base_domain_": [
132
+ {
133
+ srcPath: "/_api/metro-inspector",
134
+ destPath: ""
135
+ }
130
136
  ]
131
137
  };
132
138
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));