@machinemetrics/mm-erp-sdk 0.1.6-beta.0 → 0.1.6-beta.1

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.
@@ -1,7 +1,7 @@
1
- import "../../../config-CWRevSxh.js";
2
- import { H as HashedCacheManager } from "../../../hashed-cache-manager-DW2y4SFu.js";
3
- import { S as SQLiteCoordinator } from "../../../index-DdqBliMK.js";
4
- import { l as logger } from "../../../logger-nJCE--ZL.js";
1
+ import "../../../config-WKwu1mMo.js";
2
+ import { H as HashedCacheManager } from "../../../hashed-cache-manager-CtDhFqj6.js";
3
+ import { S as SQLiteCoordinator } from "../../../index-aci_wdcn.js";
4
+ import { l as logger } from "../../../logger-hqtl8hFM.js";
5
5
  logger.level = process.env.LOG_LEVEL || "info";
6
6
  const main = async () => {
7
7
  const cacheManager = new HashedCacheManager();
@@ -1,7 +1,7 @@
1
- import "../../../config-CWRevSxh.js";
2
- import { l as logger } from "../../../logger-nJCE--ZL.js";
3
- import { S as SQLiteCoordinator } from "../../../index-DdqBliMK.js";
4
- import { c as createConnectorFromPath } from "../../../connector-factory-76kTjfE8.js";
1
+ import "../../../config-WKwu1mMo.js";
2
+ import { l as logger } from "../../../logger-hqtl8hFM.js";
3
+ import { S as SQLiteCoordinator } from "../../../index-aci_wdcn.js";
4
+ import { c as createConnectorFromPath } from "../../../connector-factory-DHmMYsRs.js";
5
5
  logger.level = process.env.LOG_LEVEL || "info";
6
6
  const main = async () => {
7
7
  try {
@@ -1,6 +1,6 @@
1
- import "../../../config-CWRevSxh.js";
2
- import { l as logger } from "../../../logger-nJCE--ZL.js";
3
- import { c as createConnectorFromPath } from "../../../connector-factory-76kTjfE8.js";
1
+ import "../../../config-WKwu1mMo.js";
2
+ import { l as logger } from "../../../logger-hqtl8hFM.js";
3
+ import { c as createConnectorFromPath } from "../../../connector-factory-DHmMYsRs.js";
4
4
  logger.level = process.env.LOG_LEVEL || "info";
5
5
  const main = async () => {
6
6
  try {
@@ -1,5 +1,5 @@
1
1
  import knex from "knex";
2
- import { l as logger } from "../../../logger-nJCE--ZL.js";
2
+ import { l as logger } from "../../../logger-hqtl8hFM.js";
3
3
  import { c as config } from "../../../knexfile-1qKKIORB.js";
4
4
  logger.level = process.env.LOG_LEVEL || "info";
5
5
  const db = knex(config.local);
@@ -1,6 +1,6 @@
1
- import "../../../config-CWRevSxh.js";
2
- import { l as logger } from "../../../logger-nJCE--ZL.js";
3
- import { c as createConnectorFromPath } from "../../../connector-factory-76kTjfE8.js";
1
+ import "../../../config-WKwu1mMo.js";
2
+ import { l as logger } from "../../../logger-hqtl8hFM.js";
3
+ import { c as createConnectorFromPath } from "../../../connector-factory-DHmMYsRs.js";
4
4
  logger.level = process.env.LOG_LEVEL || "info";
5
5
  const main = async () => {
6
6
  try {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@machinemetrics/mm-erp-sdk",
3
3
  "description": "A library for syncing data between MachineMetrics and ERP systems",
4
- "version": "0.1.6-beta.0",
4
+ "version": "0.1.6-beta.1",
5
5
  "license": "MIT",
6
6
  "author": "machinemetrics",
7
7
  "main": "dist/mm-erp-sdk.js",
@@ -19,6 +19,7 @@
19
19
  "dependencies": {
20
20
  "@azure/msal-node": "^2.12.0",
21
21
  "@ladjs/graceful": "^4.2.0",
22
+ "aws-sdk": "^2.1691.0",
22
23
  "axios": "^1.7.3",
23
24
  "axios-retry": "^4.5.0",
24
25
  "better-sqlite3": "^11.3.0",