@decaf-ts/for-fabric 0.13.0 → 0.13.1
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/for-fabric.cjs +1 -1
- package/dist/for-fabric.cjs.map +1 -1
- package/dist/for-fabric.js +1 -1
- package/dist/for-fabric.js.map +1 -1
- package/lib/cjs/client/FabricClientAdapter.cjs +15 -3
- package/lib/cjs/client/FabricClientAdapter.cjs.map +1 -1
- package/lib/cjs/version.cjs +3 -3
- package/lib/esm/client/FabricClientAdapter.js +15 -3
- package/lib/esm/client/FabricClientAdapter.js.map +1 -1
- package/lib/esm/version.js +3 -3
- package/lib/types/client/FabricClientAdapter.d.cts +1 -0
- package/lib/types/client/FabricClientAdapter.d.mts +1 -0
- package/lib/types/version.d.cts +3 -3
- package/lib/types/version.d.mts +3 -3
- package/package.json +1 -1
package/lib/types/version.d.cts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.13.0";
|
|
2
2
|
/**
|
|
3
3
|
* @description Represents the current commit hash of the module build.
|
|
4
4
|
* @summary Stores the current git commit hash for the package. The build replaces
|
|
5
5
|
* the placeholder with the actual commit hash at publish time.
|
|
6
6
|
* @const COMMIT
|
|
7
7
|
*/
|
|
8
|
-
export declare const COMMIT = "
|
|
8
|
+
export declare const COMMIT = "8ef3a20";
|
|
9
9
|
/**
|
|
10
10
|
* @description Represents the full version string of the module.
|
|
11
11
|
* @summary Stores the semver version and commit hash for the package.
|
|
12
12
|
* The build replaces the placeholder with the actual `<version>-<commit>` value at publish time.
|
|
13
13
|
* @const FULL_VERSION
|
|
14
14
|
*/
|
|
15
|
-
export declare const FULL_VERSION = "0.
|
|
15
|
+
export declare const FULL_VERSION = "0.13.0-8ef3a20";
|
|
16
16
|
export declare const PACKAGE_NAME = "@decaf-ts/for-fabric";
|
package/lib/types/version.d.mts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.13.0";
|
|
2
2
|
/**
|
|
3
3
|
* @description Represents the current commit hash of the module build.
|
|
4
4
|
* @summary Stores the current git commit hash for the package. The build replaces
|
|
5
5
|
* the placeholder with the actual commit hash at publish time.
|
|
6
6
|
* @const COMMIT
|
|
7
7
|
*/
|
|
8
|
-
export declare const COMMIT = "
|
|
8
|
+
export declare const COMMIT = "8ef3a20";
|
|
9
9
|
/**
|
|
10
10
|
* @description Represents the full version string of the module.
|
|
11
11
|
* @summary Stores the semver version and commit hash for the package.
|
|
12
12
|
* The build replaces the placeholder with the actual `<version>-<commit>` value at publish time.
|
|
13
13
|
* @const FULL_VERSION
|
|
14
14
|
*/
|
|
15
|
-
export declare const FULL_VERSION = "0.
|
|
15
|
+
export declare const FULL_VERSION = "0.13.0-8ef3a20";
|
|
16
16
|
export declare const PACKAGE_NAME = "@decaf-ts/for-fabric";
|