@zola_do/core 0.1.17 → 0.1.19

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.
Files changed (1) hide show
  1. package/package.json +51 -51
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "name": "@zola_do/core",
3
- "version": "0.1.17",
4
- "description": "Core shared types, entities, decorators and utilities for NestJS",
5
- "author": "zolaDO",
6
- "license": "ISC",
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "main": "./dist/index.js",
11
- "types": "./dist/index.d.ts",
12
- "exports": {
13
- ".": {
14
- "types": "./dist/index.d.ts",
15
- "default": "./dist/index.js"
16
- }
17
- },
18
- "files": [
19
- "dist",
20
- "README.md"
21
- ],
22
- "scripts": {
23
- "build": "rimraf dist && tsc",
24
- "prepublishOnly": "npm run build"
25
- },
26
- "peerDependencies": {
27
- "@nestjs/common": "^10.0.0 || ^11.0.0",
28
- "@nestjs/microservices": "^10.0.0 || ^11.0.0",
29
- "@nestjs/swagger": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
30
- "class-transformer": "^0.5.1",
31
- "class-validator": "^0.14.2",
32
- "reflect-metadata": "^0.1.0 || ^0.2.0",
33
- "rxjs": "^7.0.0 || ^8.0.0",
34
- "typeorm": "^0.3.0"
35
- },
36
- "peerDependenciesMeta": {
37
- "@nestjs/swagger": {
38
- "optional": true
39
- },
40
- "@nestjs/microservices": {
41
- "optional": true
42
- },
43
- "typeorm": {
44
- "optional": true
45
- }
46
- },
47
- "devDependencies": {
48
- "rimraf": "^6.1.0",
49
- "typescript": "^5.9.3"
50
- }
51
- }
1
+ {
2
+ "name": "@zola_do/core",
3
+ "version": "0.1.19",
4
+ "description": "Core shared types, entities, decorators and utilities for NestJS",
5
+ "author": "zolaDO",
6
+ "license": "ISC",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "main": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "default": "./dist/index.js"
16
+ }
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "README.md"
21
+ ],
22
+ "scripts": {
23
+ "build": "rimraf dist && tsc",
24
+ "prepublishOnly": "npm run build"
25
+ },
26
+ "peerDependencies": {
27
+ "@nestjs/common": "^10.0.0 || ^11.0.0",
28
+ "@nestjs/microservices": "^10.0.0 || ^11.0.0",
29
+ "@nestjs/swagger": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
30
+ "class-transformer": "^0.5.1",
31
+ "class-validator": "^0.14.2 || ^0.15.0",
32
+ "reflect-metadata": "^0.1.0 || ^0.2.0",
33
+ "rxjs": "^7.0.0 || ^8.0.0",
34
+ "typeorm": "^0.3.0"
35
+ },
36
+ "peerDependenciesMeta": {
37
+ "@nestjs/swagger": {
38
+ "optional": true
39
+ },
40
+ "@nestjs/microservices": {
41
+ "optional": true
42
+ },
43
+ "typeorm": {
44
+ "optional": true
45
+ }
46
+ },
47
+ "devDependencies": {
48
+ "rimraf": "^6.1.3",
49
+ "typescript": "^5.9.3"
50
+ }
51
+ }