@primero-ai/temporal-graph-tools 1.0.2 → 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.
@@ -94,7 +94,7 @@ async function bundleActivitiesWithEsbuild(bundles, options = {}) {
94
94
  throw new Error('bundleActivities requires at least one entrypoint.');
95
95
  }
96
96
  const filename = ((_b = options.filename) !== null && _b !== void 0 ? _b : 'activities.bundle.mjs').trim();
97
- const externals = new Set(['@primero-ai/temporal-graph-tools']);
97
+ const externals = new Set();
98
98
  ((_c = options.externals) !== null && _c !== void 0 ? _c : []).forEach((name) => {
99
99
  if (typeof name === 'string' && name.trim().length > 0) {
100
100
  externals.add(name.trim());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primero-ai/temporal-graph-tools",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Utilities for working with DAG workflows.",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/primero-ai/temporal-graph-tools#readme",