@auxilium/datalynk-client 1.1.0-rc1 → 1.1.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/dist/index.js CHANGED
@@ -3221,7 +3221,7 @@ class Superuser {
3221
3221
  } });
3222
3222
  }
3223
3223
  }
3224
- const version = "1.1.0-rc1";
3224
+ const version = "1.1.0";
3225
3225
  const _Api = class _Api {
3226
3226
  /**
3227
3227
  * Connect to Datalynk & send requests
package/dist/index.mjs CHANGED
@@ -3219,7 +3219,7 @@ class Superuser {
3219
3219
  } });
3220
3220
  }
3221
3221
  }
3222
- const version = "1.1.0-rc1";
3222
+ const version = "1.1.0";
3223
3223
  const _Api = class _Api {
3224
3224
  /**
3225
3225
  * Connect to Datalynk & send requests
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@auxilium/datalynk-client",
3
3
  "description": "Datalynk client library",
4
4
  "repository": "https://gitlab.auxiliumgroup.com/auxilium/datalynk/datalynk-client",
5
- "version": "1.1.0-rc1",
5
+ "version": "1.1.0",
6
6
  "author": "Zak Timson <zaktimson@gmail.com>",
7
7
  "private": false,
8
8
  "main": "./dist/index.cjs",