@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.
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +6 -30
package/lib/esm/index.d.ts
CHANGED
package/lib/esm/index.js
CHANGED
package/lib/index.cjs
CHANGED
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decaf-ts/transactional-decorators",
|
|
3
|
-
"version": "0.1.
|
|
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/
|
|
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/
|
|
72
|
+
"url": "https://github.com/decaf-ts/transactional-decorators/issues"
|
|
73
73
|
},
|
|
74
|
-
"homepage": "https://github.com/decaf-ts/
|
|
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
|
}
|