coakka-v2-connector-node 1.3.5 → 1.3.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/CONSUMING.md CHANGED
@@ -30,7 +30,7 @@ COAKKA_RUNTIME_LIB=/abs/path/to/libcoakka_runtime_v2.so
30
30
  Current embedded native package:
31
31
 
32
32
  - native core version: `1.3.1`
33
- - native package version: `1.3.1+bda2ef5`
33
+ - native package version: `1.3.1+0da8c2d9`
34
34
  - platforms: `macos-aarch64`, `linux-aarch64`, `linux-x86_64`,
35
35
  `windows-aarch64`, `windows-x86_64`
36
36
 
package/README.md CHANGED
@@ -33,7 +33,7 @@ Try the npm package without cloning any CoAkka repo:
33
33
  mkdir coakka-runtime-first-run
34
34
  cd coakka-runtime-first-run
35
35
  npm init -y
36
- npm install coakka-v2-connector-node@1.3.5
36
+ npm install coakka-v2-connector-node@1.3.6
37
37
  ```
38
38
 
39
39
  ```js
@@ -204,7 +204,7 @@ npm run build
204
204
  The build stages release-shaped native libraries from:
205
205
 
206
206
  ```text
207
- v2/staging/native/1.3.1+bda2ef5/
207
+ v2/staging/native/1.3.1+0da8c2d9/
208
208
  ```
209
209
 
210
210
  Test:
@@ -1,4 +1,4 @@
1
- export declare const COAKKA_V2_NODE_VERSION = "1.3.5";
1
+ export declare const COAKKA_V2_NODE_VERSION = "1.3.6";
2
2
  export declare const COAKKA_V2_NATIVE_CORE_VERSION = "1.3.1";
3
- export declare const COAKKA_V2_NATIVE_GIT_COMMIT = "bda2ef5";
4
- export declare const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+bda2ef5";
3
+ export declare const COAKKA_V2_NATIVE_GIT_COMMIT = "0da8c2d9";
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.5";
1
+ export const COAKKA_V2_NODE_VERSION = "1.3.6";
2
2
  export const COAKKA_V2_NATIVE_CORE_VERSION = "1.3.1";
3
- export const COAKKA_V2_NATIVE_GIT_COMMIT = "bda2ef5";
4
- export const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+bda2ef5";
3
+ export const COAKKA_V2_NATIVE_GIT_COMMIT = "0da8c2d9";
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.5",
3
+ "version": "1.3.6",
4
4
  "description": "Node.js connector package for the CoAkka runtime v2",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {