@decaf-ts/for-fabric 0.0.3 → 0.0.4

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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.0.3";
1
+ export declare const VERSION = "0.0.4";
2
2
  export declare const PACKAGE_NAME = "@decaf-ts/for-fabric";
@@ -1,5 +1,5 @@
1
1
  import { Metadata } from "@decaf-ts/decoration";
2
- export const VERSION = "0.0.3";
2
+ export const VERSION = "0.0.4";
3
3
  export const PACKAGE_NAME = "@decaf-ts/for-fabric";
4
4
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
5
5
  //# sourceMappingURL=version.js.map
package/lib/version.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PACKAGE_NAME = exports.VERSION = void 0;
4
4
  const decoration_1 = require("@decaf-ts/decoration");
5
- exports.VERSION = "0.0.3";
5
+ exports.VERSION = "0.0.4";
6
6
  exports.PACKAGE_NAME = "@decaf-ts/for-fabric";
7
7
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
8
8
  //# sourceMappingURL=version.js.map
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.0.3";
1
+ export declare const VERSION = "0.0.4";
2
2
  export declare const PACKAGE_NAME = "@decaf-ts/for-fabric";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-fabric",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "template for ts projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,13 +21,13 @@
21
21
  "typesVersions": {
22
22
  "*": {
23
23
  "client": [
24
- "./lib/esm/client/index.d.ts"
24
+ "./lib/client/index.d.ts"
25
25
  ],
26
26
  "contracts": [
27
- "./lib/esm/contracts/index.d.ts"
27
+ "./lib/contracts/index.d.ts"
28
28
  ],
29
29
  "shared": [
30
- "./lib/esm/shared/index.d.ts"
30
+ "./lib/shared/index.d.ts"
31
31
  ],
32
32
  "*": [
33
33
  "./lib/index.d.ts"