workflow-common 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.
- package/README.md +8 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -46,3 +46,11 @@ executeTask('httpRequest', {
|
|
|
46
46
|
const formattedDate = formatDate(new Date(), 'yyyy-MM-dd');
|
|
47
47
|
console.log('Formatted Date:', formattedDate);
|
|
48
48
|
```
|
|
49
|
+
|
|
50
|
+
## About
|
|
51
|
+
|
|
52
|
+
The **Workflow Common Library** is maintained and developed by **SouthIndus Labs**.
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
If you need help installing or using the library, please reach out to **SouthIndus Labs** via our [Support Center](https://www.southindus.com/contact/).
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workflow-common",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "this is shared library project for bolt ui and backend",
|
|
5
|
-
"main": "
|
|
6
|
-
"types": "
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "tsc",
|