@teamix-evo/registry 0.1.0 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix-evo/registry",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Registry protocol, schemas, and utilities for Teamix Evo",
5
5
  "type": "module",
6
6
  "exports": {
@@ -16,14 +16,6 @@
16
16
  "files": [
17
17
  "dist"
18
18
  ],
19
- "scripts": {
20
- "build": "tsup",
21
- "dev": "tsup --watch",
22
- "test": "vitest run",
23
- "test:watch": "vitest",
24
- "typecheck": "tsc --noEmit",
25
- "lint": "tsc --noEmit"
26
- },
27
19
  "devDependencies": {
28
20
  "@types/node": "^20.0.0",
29
21
  "tsup": "^8.0.0",
@@ -31,5 +23,13 @@
31
23
  },
32
24
  "dependencies": {
33
25
  "zod": "^3.23.0"
26
+ },
27
+ "scripts": {
28
+ "build": "tsup",
29
+ "dev": "tsup --watch",
30
+ "test": "vitest run",
31
+ "test:watch": "vitest",
32
+ "typecheck": "tsc --noEmit",
33
+ "lint": "tsc --noEmit"
34
34
  }
35
- }
35
+ }