@decaf-ts/transactional-decorators 0.1.4 → 0.1.5

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.
@@ -15,4 +15,4 @@ export * from "./types";
15
15
  * @const VERSION
16
16
  * @memberOf module:transactions
17
17
  */
18
- export declare const VERSION = "0.1.3";
18
+ export declare const VERSION = "0.1.4";
package/lib/esm/index.js CHANGED
@@ -15,5 +15,5 @@ export * from "./types.js";
15
15
  * @const VERSION
16
16
  * @memberOf module:transactions
17
17
  */
18
- export const VERSION = "0.1.3";
18
+ export const VERSION = "0.1.4";
19
19
  //# sourceMappingURL=index.js.map
package/lib/index.cjs CHANGED
@@ -32,5 +32,5 @@ __exportStar(require("./types.cjs"), exports);
32
32
  * @const VERSION
33
33
  * @memberOf module:transactions
34
34
  */
35
- exports.VERSION = "0.1.3";
35
+ exports.VERSION = "0.1.4";
36
36
  //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -15,4 +15,4 @@ export * from "./types";
15
15
  * @const VERSION
16
16
  * @memberOf module:transactions
17
17
  */
18
- export declare const VERSION = "0.1.3";
18
+ export declare const VERSION = "0.1.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/transactional-decorators",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Locking and transactions",
5
5
  "type": "module",
6
6
  "exports": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "repository": {
46
46
  "type": "git",
47
- "url": "git+https://github.com/decaf-ts/ts-workspace.git"
47
+ "url": "git+https://github.com/decaf-ts/transactional-decorators.git"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=20.0.0",
@@ -69,42 +69,18 @@
69
69
  "author": "Tiago Venceslau and Contributors",
70
70
  "license": "MIT",
71
71
  "bugs": {
72
- "url": "https://github.com/decaf-ts/ts-workspace/issues"
72
+ "url": "https://github.com/decaf-ts/transactional-decorators/issues"
73
73
  },
74
- "homepage": "https://github.com/decaf-ts/ts-workspace#readme",
74
+ "homepage": "https://github.com/decaf-ts/transactional-decorators#readme",
75
75
  "devDependencies": {
76
76
  "@decaf-ts/logging": "latest",
77
- "@decaf-ts/utils": "latest",
78
- "@eslint/js": "^9.25.1",
79
- "@stylistic/eslint-plugin": "^4.2.0",
80
- "@types/jest": "^29.5.14",
81
- "clean-publish": "^5.1.0",
82
- "dpdm": "^3.14.0",
83
- "eslint": "^9.25.1",
84
- "eslint-config-prettier": "^10.1.2",
85
- "eslint-plugin-prettier": "^5.2.6",
86
- "globals": "^16.0.0",
87
- "jest": "^29.7.0",
88
- "jest-html-reporters": "^3.1.7",
89
- "jest-junit": "^16.0.0",
90
- "jsdoc": "^4.0.4",
91
- "jsdoc-mermaid": "^1.0.0",
92
- "markdown-include": "^0.4.3",
93
- "minimist": "^1.2.8",
94
- "nodemon": "^3.1.9",
95
- "npm-check-updates": "^18.0.0",
96
- "prettier": "3.5.3",
97
- "rimraf": "^6.0.1",
98
- "ts-jest": "^29.3.2",
99
- "ts-loader": "^9.5.2",
100
- "ts-node": "^10.9.2",
101
- "typescript": "^5.8.3",
102
- "typescript-eslint": "^8.31.0"
77
+ "@decaf-ts/utils": "latest"
103
78
  },
104
79
  "peerDependencies": {
105
80
  "@decaf-ts/db-decorators": "latest",
106
81
  "@decaf-ts/decoration": "latest",
107
82
  "@decaf-ts/decorator-validation": "latest",
83
+ "@decaf-ts/injectable-decorators": "latest",
108
84
  "@decaf-ts/reflection": "latest",
109
85
  "reflect-metadata": "^0.2.1"
110
86
  }