coakka-v2-connector-node 1.3.2 → 1.3.3
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/dist/packaging.d.ts +1 -1
- package/dist/packaging.js +1 -1
- package/package.json +1 -1
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.3";
|
|
2
2
|
export declare const COAKKA_V2_NATIVE_CORE_VERSION = "1.3.1";
|
|
3
3
|
export declare const COAKKA_V2_NATIVE_GIT_COMMIT = "bda2ef5";
|
|
4
4
|
export declare const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+bda2ef5";
|
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.3";
|
|
2
2
|
export const COAKKA_V2_NATIVE_CORE_VERSION = "1.3.1";
|
|
3
3
|
export const COAKKA_V2_NATIVE_GIT_COMMIT = "bda2ef5";
|
|
4
4
|
export const COAKKA_V2_NATIVE_PACKAGE_VERSION = "1.3.1+bda2ef5";
|