roborama 0.1.1 → 0.1.2

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/dist/index.js CHANGED
@@ -786,7 +786,7 @@ var MockBackend = class {
786
786
 
787
787
  // src/client.ts
788
788
  var DEFAULT_BASE_URL = "https://api.roborama.com";
789
- var USER_AGENT = "roborama-typescript/0.1.0";
789
+ var USER_AGENT = "roborama-typescript/0.1.2";
790
790
  function env(name) {
791
791
  const proc = globalThis.process;
792
792
  return proc?.env?.[name];