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 +1 -1
- package/README.md +2 -2
- package/dist/packaging.d.ts +3 -3
- package/dist/packaging.js +3 -3
- package/native/linux-aarch64/{libcoakka_runtime_v2-1.3.1+bda2ef5.so → libcoakka_runtime_v2-1.3.1+0da8c2d9.so} +0 -0
- package/native/linux-aarch64/libcoakka_runtime_v2.so +0 -0
- package/native/linux-x86_64/{libcoakka_runtime_v2-1.3.1+bda2ef5.so → libcoakka_runtime_v2-1.3.1+0da8c2d9.so} +0 -0
- package/native/linux-x86_64/libcoakka_runtime_v2.so +0 -0
- package/native/macos-aarch64/{libcoakka_runtime_v2-1.3.1+bda2ef5.dylib → libcoakka_runtime_v2-1.3.1+0da8c2d9.dylib} +0 -0
- package/native/macos-aarch64/libcoakka_runtime_v2.dylib +0 -0
- package/native/windows-aarch64/{libcoakka_runtime_v2-1.3.1+bda2ef5.dll → libcoakka_runtime_v2-1.3.1+0da8c2d9.dll} +0 -0
- package/native/windows-aarch64/libcoakka_runtime_v2.dll +0 -0
- package/native/windows-x86_64/{libcoakka_runtime_v2-1.3.1+bda2ef5.dll → libcoakka_runtime_v2-1.3.1+0da8c2d9.dll} +0 -0
- package/native/windows-x86_64/libcoakka_runtime_v2.dll +0 -0
- package/package.json +1 -1
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+
|
|
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.
|
|
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+
|
|
207
|
+
v2/staging/native/1.3.1+0da8c2d9/
|
|
208
208
|
```
|
|
209
209
|
|
|
210
210
|
Test:
|
package/dist/packaging.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const COAKKA_V2_NODE_VERSION = "1.3.
|
|
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 = "
|
|
4
|
-
export declare const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+
|
|
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.
|
|
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 = "
|
|
4
|
-
export const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+
|
|
3
|
+
export const COAKKA_V2_NATIVE_GIT_COMMIT = "0da8c2d9";
|
|
4
|
+
export const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+0da8c2d9";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|