@uns-kit/temporal 0.0.1 → 0.0.4
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/temporal-example.js +1 -1
- package/package.json +2 -2
package/dist/temporal-example.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Change this file according to your specifications and rename it to index.ts
|
|
3
3
|
*/
|
|
4
4
|
import UnsProxyProcess from "@uns-kit/core/uns/uns-proxy-process";
|
|
5
|
-
import unsTemporalPlugin from "./uns-temporal-plugin";
|
|
5
|
+
import unsTemporalPlugin from "./uns-temporal-plugin.js";
|
|
6
6
|
import { ConfigFile } from "@uns-kit/core/config-file";
|
|
7
7
|
import { UnsAttributeType } from "@uns-kit/core/graphql/schema";
|
|
8
8
|
import logger from "@uns-kit/core/logger";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uns-kit/temporal",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Temporal.io integration plugin for UnsProxyProcess, wiring workflows into the UNS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"types": "dist/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@temporalio/client": "^1.13.0",
|
|
31
|
-
"@uns-kit/core": "
|
|
31
|
+
"@uns-kit/core": "0.0.14"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "tsc -p tsconfig.build.json",
|