@zthun/webigail-nest 2.4.0 → 2.4.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.
package/dist/index.cjs CHANGED
@@ -10,8 +10,7 @@ var __decorateClass = (decorators, target, key, kind) => {
10
10
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11
11
  if (decorator = decorators[i])
12
12
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13
- if (kind && result)
14
- __defProp(target, key, result);
13
+ if (kind && result) __defProp(target, key, result);
15
14
  return result;
16
15
  };
17
16
  const ZHttpServiceProvider = { provide: ZHttpServiceToken, useValue: new webigailHttp.ZHttpService() };
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/http/http-service-token.ts","../src/http/http-module.ts"],"sourcesContent":["/**\n * The token symbol to inject the http service.\n */\nexport const ZHttpServiceToken = Symbol();\n","import { Module } from '@nestjs/common';\nimport { ZHttpService } from '@zthun/webigail-http';\nimport { ZHttpServiceToken } from './http-service-token';\n\nconst ZHttpServiceProvider = { provide: ZHttpServiceToken, useValue: new ZHttpService() };\n\n/**\n * A module that provides http services.\n */\n@Module({\n providers: [ZHttpServiceProvider, ZHttpService],\n exports: [ZHttpServiceProvider, ZHttpService]\n})\nexport class ZHttpModule {}\n"],"names":["ZHttpService","ZHttpModule","Module"],"mappings":";;;;AAGO,MAAM,oBAAoB,OAAO;;;;;;;;;;;;ACCxC,MAAM,uBAAuB,EAAE,SAAS,mBAAmB,UAAU,IAAIA;AAS5DC,sBAAN,kBAAkB;AAAC;AAAbA,QAAN,cAAA,gBAAA;AAAA,EAJNC,cAAO;AAAA,IACN,WAAW,CAAC,sBAAsBF,yBAAY;AAAA,IAC9C,SAAS,CAAC,sBAAsBA,yBAAY;AAAA,EAAA,CAC7C;AAAA,GACYC,mBAAA;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../src/http/http-service-token.ts","../src/http/http-module.ts"],"sourcesContent":["/**\n * The token symbol to inject the http service.\n */\nexport const ZHttpServiceToken = Symbol();\n","import { Module } from '@nestjs/common';\nimport { ZHttpService } from '@zthun/webigail-http';\nimport { ZHttpServiceToken } from './http-service-token';\n\nconst ZHttpServiceProvider = { provide: ZHttpServiceToken, useValue: new ZHttpService() };\n\n/**\n * A module that provides http services.\n */\n@Module({\n providers: [ZHttpServiceProvider, ZHttpService],\n exports: [ZHttpServiceProvider, ZHttpService]\n})\nexport class ZHttpModule {}\n"],"names":["ZHttpService","ZHttpModule","Module"],"mappings":";;;;AAGO,MAAM,oBAAoB,OAAO;;;;;;;;;;;ACCxC,MAAM,uBAAuB,EAAE,SAAS,mBAAmB,UAAU,IAAIA;AAS5DC,sBAAN,kBAAkB;AAAC;AAAbA,QAAN,cAAA,gBAAA;AAAA,EAJNC,cAAO;AAAA,IACN,WAAW,CAAC,sBAAsBF,yBAAY;AAAA,IAC9C,SAAS,CAAC,sBAAsBA,yBAAY;AAAA,EAAA,CAC7C;AAAA,GACYC,mBAAA;;"}
package/dist/index.js CHANGED
@@ -8,8 +8,7 @@ var __decorateClass = (decorators, target, key, kind) => {
8
8
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
9
9
  if (decorator = decorators[i])
10
10
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11
- if (kind && result)
12
- __defProp(target, key, result);
11
+ if (kind && result) __defProp(target, key, result);
13
12
  return result;
14
13
  };
15
14
  const ZHttpServiceProvider = { provide: ZHttpServiceToken, useValue: new ZHttpService() };
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/http/http-service-token.ts","../src/http/http-module.ts"],"sourcesContent":["/**\n * The token symbol to inject the http service.\n */\nexport const ZHttpServiceToken = Symbol();\n","import { Module } from '@nestjs/common';\nimport { ZHttpService } from '@zthun/webigail-http';\nimport { ZHttpServiceToken } from './http-service-token';\n\nconst ZHttpServiceProvider = { provide: ZHttpServiceToken, useValue: new ZHttpService() };\n\n/**\n * A module that provides http services.\n */\n@Module({\n providers: [ZHttpServiceProvider, ZHttpService],\n exports: [ZHttpServiceProvider, ZHttpService]\n})\nexport class ZHttpModule {}\n"],"names":[],"mappings":";;AAGO,MAAM,oBAAoB,OAAO;;;;;;;;;;;;ACCxC,MAAM,uBAAuB,EAAE,SAAS,mBAAmB,UAAU,IAAI;AASlE,IAAM,cAAN,MAAkB;AAAC;AAAb,cAAN,gBAAA;AAAA,EAJN,OAAO;AAAA,IACN,WAAW,CAAC,sBAAsB,YAAY;AAAA,IAC9C,SAAS,CAAC,sBAAsB,YAAY;AAAA,EAAA,CAC7C;AAAA,GACY,WAAA;"}
1
+ {"version":3,"file":"index.js","sources":["../src/http/http-service-token.ts","../src/http/http-module.ts"],"sourcesContent":["/**\n * The token symbol to inject the http service.\n */\nexport const ZHttpServiceToken = Symbol();\n","import { Module } from '@nestjs/common';\nimport { ZHttpService } from '@zthun/webigail-http';\nimport { ZHttpServiceToken } from './http-service-token';\n\nconst ZHttpServiceProvider = { provide: ZHttpServiceToken, useValue: new ZHttpService() };\n\n/**\n * A module that provides http services.\n */\n@Module({\n providers: [ZHttpServiceProvider, ZHttpService],\n exports: [ZHttpServiceProvider, ZHttpService]\n})\nexport class ZHttpModule {}\n"],"names":[],"mappings":";;AAGO,MAAM,oBAAoB,OAAO;;;;;;;;;;;ACCxC,MAAM,uBAAuB,EAAE,SAAS,mBAAmB,UAAU,IAAI;AASlE,IAAM,cAAN,MAAkB;AAAC;AAAb,cAAN,gBAAA;AAAA,EAJN,OAAO;AAAA,IACN,WAAW,CAAC,sBAAsB,YAAY;AAAA,IAC9C,SAAS,CAAC,sBAAsB,YAAY;AAAA,EAAA,CAC7C;AAAA,GACY,WAAA;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/webigail-nest",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "A nest-js module that add the tokens and implementations for the http service in webigail-http.",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -25,13 +25,13 @@
25
25
  "access": "public"
26
26
  },
27
27
  "devDependencies": {
28
- "@nestjs/common": "^10.3.2",
29
- "@nestjs/core": "^10.3.2",
30
- "@nestjs/testing": "^10.3.2",
31
- "reflect-metadata": "^0.2.1",
28
+ "@nestjs/common": "^10.3.10",
29
+ "@nestjs/core": "^10.3.10",
30
+ "@nestjs/testing": "^10.3.10",
31
+ "reflect-metadata": "^0.2.2",
32
32
  "rxjs": "^7.8.1",
33
- "vite": "^5.1.1",
34
- "vitest": "^1.2.2"
33
+ "vite": "^5.3.3",
34
+ "vitest": "^2.0.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@nestjs/common": "^10.3.0",
@@ -43,8 +43,8 @@
43
43
  "dist"
44
44
  ],
45
45
  "dependencies": {
46
- "@zthun/webigail-http": "^2.4.0"
46
+ "@zthun/webigail-http": "^2.4.1"
47
47
  },
48
48
  "sideEffects": false,
49
- "gitHead": "024fcb71bea75232c1ed8f2ae5cd78a5c8ff20fd"
49
+ "gitHead": "fa93ec3ab3adcf1fe29030cb0d5552c8607954e9"
50
50
  }