@hotmeshio/hotmesh 0.1.14 → 0.1.15

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotmeshio/hotmesh",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Unbreakable Workflows",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  * * Service Meshes
22
22
  * * Master Data Management systems
23
23
  */
24
- declare const APP_VERSION = "2";
24
+ declare const APP_VERSION = "3";
25
25
  declare const APP_ID = "durable";
26
26
  /**
27
27
  * returns a new durable workflow schema
@@ -24,7 +24,7 @@
24
24
  */
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.APP_ID = exports.APP_VERSION = exports.getWorkflowYAML = void 0;
27
- const APP_VERSION = '2';
27
+ const APP_VERSION = '3';
28
28
  exports.APP_VERSION = APP_VERSION;
29
29
  const APP_ID = 'durable';
30
30
  exports.APP_ID = APP_ID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotmeshio/hotmesh",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Unbreakable Workflows",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",