@hedystia/types 1.10.5 → 2.0.0

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  $ tsdown --config-loader unrun
3
- ℹ tsdown v0.21.2 powered by rolldown v1.0.0-rc.9
3
+ ℹ tsdown v0.21.4 powered by rolldown v1.0.0-rc.9
4
4
  ℹ config file: /home/zastinian/Documents/codes/Framework/Packages/types/tsdown.config.ts (unrun)
5
5
  ℹ entry: src/index.ts
6
6
  ℹ tsconfig: tsconfig.json
@@ -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 772ms
18
+ ✔ Build complete in 959ms
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 774ms
27
+ ✔ Build complete in 961ms
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@hedystia/types",
3
- "version": "1.10.5",
3
+ "version": "2.0.0",
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.5"
7
+ "@hedystia/validations": "^2.0.0"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@types/bun": "^1.3.3"