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.cjs CHANGED
@@ -839,7 +839,7 @@ var MockBackend = class {
839
839
 
840
840
  // src/client.ts
841
841
  var DEFAULT_BASE_URL = "https://api.roborama.com";
842
- var USER_AGENT = "roborama-typescript/0.1.0";
842
+ var USER_AGENT = "roborama-typescript/0.1.2";
843
843
  function env(name) {
844
844
  const proc = globalThis.process;
845
845
  return proc?.env?.[name];