@hedystia/types 1.10.4 → 1.10.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.
@@ -15,7 +15,7 @@
15
15
  ℹ [CJS] dist/types.d.cts 0.41 kB │ gzip: 0.24 kB
16
16
  ℹ [CJS] dist/utils.d.cts 0.16 kB │ gzip: 0.14 kB
17
17
  ℹ [CJS] 3 files, total: 0.94 kB
18
- ✔ Build complete in 758ms
18
+ ✔ Build complete in 772ms
19
19
  ℹ [ESM] dist/index.mjs 0.98 kB │ gzip: 0.44 kB
20
20
  ℹ [ESM] dist/utils.mjs.map 3.80 kB │ gzip: 1.28 kB
21
21
  ℹ [ESM] dist/utils.mjs 2.13 kB │ gzip: 0.77 kB
@@ -24,4 +24,4 @@
24
24
  ℹ [ESM] dist/types.d.mts 0.41 kB │ gzip: 0.24 kB
25
25
  ℹ [ESM] dist/utils.d.mts 0.16 kB │ gzip: 0.14 kB
26
26
  ℹ [ESM] 7 files, total: 9.63 kB
27
- ✔ Build complete in 759ms
27
+ ✔ Build complete in 774ms
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@hedystia/types",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "Next-gen TypeScript framework for building type-safe APIs at lightspeed",
5
5
  "homepage": "https://docs.hedystia.com/plugins/types",
6
6
  "dependencies": {
7
- "@hedystia/validations": "^1.10.4"
7
+ "@hedystia/validations": "^1.10.5"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@types/bun": "^1.3.3"
@@ -45,14 +45,14 @@
45
45
  "url": "https://github.com/Zastinian"
46
46
  },
47
47
  "type": "commonjs",
48
- "types": "./dist/index.d.ts",
49
- "main": "./dist/index.js",
48
+ "types": "./dist/index.d.cts",
49
+ "main": "./dist/index.cjs",
50
50
  "module": "./dist/index.mjs",
51
51
  "exports": {
52
52
  ".": {
53
- "types": "./dist/index.d.ts",
53
+ "types": "./dist/index.d.cts",
54
54
  "import": "./dist/index.mjs",
55
- "require": "./dist/index.js"
55
+ "require": "./dist/index.cjs"
56
56
  }
57
57
  }
58
58
  }