@ddysiodev/js-sdk 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
@@ -1,6 +1,6 @@
1
1
  const DEFAULT_BASE_URL = 'https://ddys.io/api/v1';
2
2
  const DEFAULT_TIMEOUT_MS = 15000;
3
- const DEFAULT_USER_AGENT = '@ddysiodev/js-sdk/0.1.1';
3
+ const DEFAULT_USER_AGENT = '@ddysiodev/js-sdk/0.1.2';
4
4
 
5
5
  class DdysApiError extends Error {
6
6
  constructor(message, options = {}) {
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const DEFAULT_BASE_URL = 'https://ddys.io/api/v1';
2
2
  const DEFAULT_TIMEOUT_MS = 15000;
3
- const DEFAULT_USER_AGENT = '@ddysiodev/js-sdk/0.1.1';
3
+ const DEFAULT_USER_AGENT = '@ddysiodev/js-sdk/0.1.2';
4
4
 
5
5
  class DdysApiError extends Error {
6
6
  constructor(message, options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddysiodev/js-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Official JavaScript SDK for the DDYS Open API.",
5
5
  "license": "MIT",
6
6
  "type": "module",