@decaf-ts/decoration 0.8.9 → 0.8.10

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.
@@ -5,5 +5,5 @@
5
5
  * @const VERSION
6
6
  * @memberOf module:decoration
7
7
  */
8
- export declare const VERSION = "0.8.8";
8
+ export declare const VERSION = "0.8.9";
9
9
  export declare const PACKAGE_NAME = "@decaf-ts/decoration";
@@ -5,6 +5,6 @@
5
5
  * @const VERSION
6
6
  * @memberOf module:decoration
7
7
  */
8
- export const VERSION = "0.8.8";
8
+ export const VERSION = "0.8.9";
9
9
  export const PACKAGE_NAME = "@decaf-ts/decoration";
10
10
  //# sourceMappingURL=version.js.map
package/lib/version.cjs CHANGED
@@ -8,6 +8,6 @@ exports.PACKAGE_NAME = exports.VERSION = void 0;
8
8
  * @const VERSION
9
9
  * @memberOf module:decoration
10
10
  */
11
- exports.VERSION = "0.8.8";
11
+ exports.VERSION = "0.8.9";
12
12
  exports.PACKAGE_NAME = "@decaf-ts/decoration";
13
13
  //# sourceMappingURL=version.js.map
package/lib/version.d.ts CHANGED
@@ -5,5 +5,5 @@
5
5
  * @const VERSION
6
6
  * @memberOf module:decoration
7
7
  */
8
- export declare const VERSION = "0.8.8";
8
+ export declare const VERSION = "0.8.9";
9
9
  export declare const PACKAGE_NAME = "@decaf-ts/decoration";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/decoration",
3
- "version": "0.8.9",
3
+ "version": "0.8.10",
4
4
  "description": "Decoration and metadata mechanisms for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {