@ooneex/repository 1.1.2 → 1.1.3
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/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{container as e,EContainerScope as t}from"@ooneex/container";var
|
|
1
|
+
import{container as e,EContainerScope as t,injectable as p}from"@ooneex/container";var a={repository:(r=t.Singleton)=>{return(o)=>{p()(o),e.add(o,r)}}};export{a as decorator};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=F39CFD523FD098B164756E2164756E21
|
package/dist/index.js.map
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/decorators.ts"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"import { container, EContainerScope } from \"@ooneex/container\";\nimport type { RepositoryClassType } from \"./types\";\n\nexport const decorator = {\n repository: (scope: EContainerScope = EContainerScope.Singleton) => {\n return (target: RepositoryClassType): void => {\n container.add(target, scope);\n };\n },\n};\n"
|
|
5
|
+
"import { container, EContainerScope, injectable } from \"@ooneex/container\";\nimport type { RepositoryClassType } from \"./types\";\n\nexport const decorator = {\n repository: (scope: EContainerScope = EContainerScope.Singleton) => {\n return (target: RepositoryClassType): void => {\n injectable()(target);\n container.add(target, scope);\n };\n },\n};\n"
|
|
6
6
|
],
|
|
7
|
-
"mappings": "AAAA,oBAAS,qBAAW,
|
|
8
|
-
"debugId": "
|
|
7
|
+
"mappings": "AAAA,oBAAS,qBAAW,gBAAiB,0BAG9B,IAAM,EAAY,CACvB,WAAY,CAAC,EAAyB,EAAgB,YAAc,CAClE,MAAO,CAAC,IAAsC,CAC5C,EAAW,EAAE,CAAM,EACnB,EAAU,IAAI,EAAQ,CAAK,GAGjC",
|
|
8
|
+
"debugId": "F39CFD523FD098B164756E2164756E21",
|
|
9
9
|
"names": []
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/repository",
|
|
3
3
|
"description": "Data access layer with decorator-based repository registration, query abstraction, and dependency injection for clean persistence patterns",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|