@digipair/skill-temporal 0.18.4 → 0.18.6

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/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './src/index';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-temporal",
3
- "version": "0.18.4",
3
+ "version": "0.18.6",
4
4
  "dependencies": {},
5
5
  "main": "./src/index.js",
6
6
  "module": "./index.esm.js",
package/src/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './libs/skill-temporal/src/index';
1
+ export * from './lib/skill-temporal';
@@ -5,4 +5,4 @@ export type WorkflowArgs = {
5
5
  context: any;
6
6
  };
7
7
  export declare const taskQueue = "DIGIPAIR_WORKFLOW_TASK_QUEUE";
8
- export declare const namespace = "digipair-workflow";
8
+ export declare const namespace = "default";
package/src/lib/shared.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.namespace = exports.taskQueue = void 0;
4
4
  exports.taskQueue = 'DIGIPAIR_WORKFLOW_TASK_QUEUE';
5
- exports.namespace = 'digipair-workflow';
5
+ exports.namespace = 'default';
6
6
  //# sourceMappingURL=shared.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.js","sourceRoot":"","sources":["../../../../../libs/skill-temporal/src/lib/shared.ts"],"names":[],"mappings":";;;AAOa,QAAA,SAAS,GAAG,8BAA8B,CAAC;AAC3C,QAAA,SAAS,GAAG,mBAAmB,CAAC"}
1
+ {"version":3,"file":"shared.js","sourceRoot":"","sources":["../../../../../libs/skill-temporal/src/lib/shared.ts"],"names":[],"mappings":";;;AAOa,QAAA,SAAS,GAAG,8BAA8B,CAAC;AAC3C,QAAA,SAAS,GAAG,SAAS,CAAC"}
File without changes