coakka-v2-connector-node 1.3.7 → 1.3.8

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 CHANGED
@@ -37,7 +37,7 @@ customer command that often becomes fake backend HTTP in a growing app:
37
37
  mkdir coakka-runtime-first-run
38
38
  cd coakka-runtime-first-run
39
39
  npm init -y
40
- npm install coakka-v2-connector-node@1.3.7
40
+ npm install coakka-v2-connector-node@1.3.8
41
41
  ```
42
42
 
43
43
  ```js
@@ -1,4 +1,4 @@
1
- export declare const COAKKA_V2_NODE_VERSION = "1.3.6";
1
+ export declare const COAKKA_V2_NODE_VERSION = "1.3.8";
2
2
  export declare const COAKKA_V2_NATIVE_CORE_VERSION = "1.3.1";
3
3
  export declare const COAKKA_V2_NATIVE_GIT_COMMIT = "0da8c2d9";
4
4
  export declare const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+0da8c2d9";
package/dist/packaging.js CHANGED
@@ -1,4 +1,4 @@
1
- export const COAKKA_V2_NODE_VERSION = "1.3.6";
1
+ export const COAKKA_V2_NODE_VERSION = "1.3.8";
2
2
  export const COAKKA_V2_NATIVE_CORE_VERSION = "1.3.1";
3
3
  export const COAKKA_V2_NATIVE_GIT_COMMIT = "0da8c2d9";
4
4
  export const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+0da8c2d9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coakka-v2-connector-node",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Node.js connector package for the CoAkka runtime v2",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {