@decaf-ts/db-decorators 0.7.0 → 0.7.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.
@@ -16,5 +16,5 @@ export * from "./validation";
16
16
  * @const VERSION
17
17
  * @memberOf module:db-decorators
18
18
  */
19
- export declare const VERSION = "0.6.20";
19
+ export declare const VERSION = "0.7.0";
20
20
  export declare const PACKAGE_NAME = "@decaf-ts/db-decorators";
package/lib/esm/index.js CHANGED
@@ -17,7 +17,7 @@ export * from "./validation/index.js";
17
17
  * @const VERSION
18
18
  * @memberOf module:db-decorators
19
19
  */
20
- export const VERSION = "0.6.20";
20
+ export const VERSION = "0.7.0";
21
21
  export const PACKAGE_NAME = "@decaf-ts/db-decorators";
22
22
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
23
23
  //# sourceMappingURL=index.js.map
package/lib/index.cjs CHANGED
@@ -34,7 +34,7 @@ __exportStar(require("./validation/index.cjs"), exports);
34
34
  * @const VERSION
35
35
  * @memberOf module:db-decorators
36
36
  */
37
- exports.VERSION = "0.6.20";
37
+ exports.VERSION = "0.7.0";
38
38
  exports.PACKAGE_NAME = "@decaf-ts/db-decorators";
39
39
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
40
40
  //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -16,5 +16,5 @@ export * from "./validation";
16
16
  * @const VERSION
17
17
  * @memberOf module:db-decorators
18
18
  */
19
- export declare const VERSION = "0.6.20";
19
+ export declare const VERSION = "0.7.0";
20
20
  export declare const PACKAGE_NAME = "@decaf-ts/db-decorators";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/db-decorators",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Agnostic database decorators and repository",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,7 +27,7 @@
27
27
  "lint": "eslint .",
28
28
  "lint-fix": "eslint --fix .",
29
29
  "prepare-pr": "npm run lint-fix && npm run build:prod && npm run coverage && npm run docs",
30
- "prepare-release": "npm run lint-fix && npm run build:prod && npm run coverage",
30
+ "prepare-release": "npm run lint-fix && npm run build:prod && npm run coverage && npm run docs",
31
31
  "release": "./bin/tag-release.sh",
32
32
  "clean-publish": "npx clean-publish",
33
33
  "drawings": "for FILE in workdocs/drawings/*.drawio; do echo \"converting $FILE to image...\" && docker run --rm -v $(pwd):/data rlespinasse/drawio-export --format png $FILE; done && cp -rf workdocs/drawings/export/* workdocs/resources/",
@@ -74,8 +74,8 @@
74
74
  },
75
75
  "homepage": "https://github.com/decaf-ts/db-decorators#readme",
76
76
  "devDependencies": {
77
- "@decaf-ts/utils": "latest",
78
- "@decaf-ts/logging": "latest"
77
+ "@decaf-ts/logging": "latest",
78
+ "@decaf-ts/utils": "latest"
79
79
  },
80
80
  "dependencies": {
81
81
  "@decaf-ts/decoration": "latest",