@aloma.io/integration-sdk 3.7.0 → 3.7.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.
- package/build/builder/index.mjs +1 -2
- package/package.json +1 -1
- package/src/builder/index.mts +1 -2
package/build/builder/index.mjs
CHANGED
@@ -3,8 +3,7 @@ import path from "node:path";
|
|
3
3
|
import { fileURLToPath } from "node:url";
|
4
4
|
import { notEmpty } from "../internal/util/index.mjs";
|
5
5
|
import RuntimeContext from "./runtime-context.mjs";
|
6
|
-
|
7
|
-
const offset = '/../../../..//../../../..//../../../..//../../../..//../../../..//Users/xg04123/NetBeansProjects/automation/connector-google-drive/';
|
6
|
+
const offset = '/../../../../../';
|
8
7
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
9
8
|
export class Builder {
|
10
9
|
data = {
|
package/package.json
CHANGED
package/src/builder/index.mts
CHANGED
@@ -4,8 +4,7 @@ import { fileURLToPath } from "node:url";
|
|
4
4
|
import { notEmpty } from "../internal/util/index.mjs";
|
5
5
|
import RuntimeContext from "./runtime-context.mjs";
|
6
6
|
|
7
|
-
|
8
|
-
const offset = '/../../../..//../../../..//../../../..//../../../..//../../../..//Users/xg04123/NetBeansProjects/automation/connector-google-drive/';
|
7
|
+
const offset = '/../../../../../';
|
9
8
|
|
10
9
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
11
10
|
|