@ooneex/repository 0.0.13 → 0.0.15

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 CHANGED
@@ -1,14 +1,3 @@
1
- // src/decorators.ts
2
- import { container, EContainerScope } from "@ooneex/container";
3
- var decorator = {
4
- repository: (scope = EContainerScope.Singleton) => {
5
- return (target) => {
6
- container.add(target, scope);
7
- };
8
- }
9
- };
10
- export {
11
- decorator
12
- };
1
+ import{container as e,EContainerScope as t}from"@ooneex/container";var p={repository:(o=t.Singleton)=>{return(r)=>{e.add(r,o)}}};export{p as decorator};
13
2
 
14
- //# debugId=2A948AD4E27AE10D64756E2164756E21
3
+ //# debugId=1D18A0E1C9F4487464756E2164756E21
package/dist/index.js.map CHANGED
@@ -4,7 +4,7 @@
4
4
  "sourcesContent": [
5
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"
6
6
  ],
7
- "mappings": ";AAAA;AAGO,IAAM,YAAY;AAAA,EACvB,YAAY,CAAC,QAAyB,gBAAgB,cAAc;AAAA,IAClE,OAAO,CAAC,WAAsC;AAAA,MAC5C,UAAU,IAAI,QAAQ,KAAK;AAAA;AAAA;AAGjC;",
8
- "debugId": "2A948AD4E27AE10D64756E2164756E21",
7
+ "mappings": "AAAA,oBAAS,qBAAW,0BAGb,IAAM,EAAY,CACvB,WAAY,CAAC,EAAyB,EAAgB,YAAc,CAClE,MAAO,CAAC,IAAsC,CAC5C,EAAU,IAAI,EAAQ,CAAK,GAGjC",
8
+ "debugId": "1D18A0E1C9F4487464756E2164756E21",
9
9
  "names": []
10
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/repository",
3
3
  "description": "Base repository classes and decorators for data access layer with dependency injection support",
4
- "version": "0.0.13",
4
+ "version": "0.0.15",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -28,10 +28,10 @@
28
28
  "npm:publish": "bun publish --tolerate-republish --access public"
29
29
  },
30
30
  "dependencies": {
31
- "@ooneex/container": "0.0.12"
31
+ "@ooneex/container": "0.0.14"
32
32
  },
33
33
  "devDependencies": {
34
- "@ooneex/types": "0.0.11"
34
+ "@ooneex/types": "0.0.13"
35
35
  },
36
36
  "keywords": [
37
37
  "bun",