@orkestrel/form 0.0.3 → 0.0.4

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 +16 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/form",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "The @orkestrel/form package.",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/orkestrel/form#readme",
@@ -45,7 +45,7 @@
45
45
  "check": "tsc --noEmit --project tsconfig.json && npm run check:src",
46
46
  "check:src": "npm run check:src:core",
47
47
  "check:src:core": "tsc --noEmit -p configs/src/tsconfig.core.json",
48
- "test": "npm run test:src && npm run test:policy && npm run test:config && npm run test:guides",
48
+ "test": "npm run test:src && npm run test:policy && npm run test:config && npm run test:setup && npm run test:guides",
49
49
  "test:src": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:core",
50
50
  "test:src:core": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:core",
51
51
  "test:policy": "vitest run --config vite.config.ts --no-cache --reporter=dot --project policy",
@@ -55,24 +55,28 @@
55
55
  "build": "npm run clean && npm run build:src",
56
56
  "build:src": "npm run build:src:core",
57
57
  "build:src:core": "vite build --config configs/src/vite.core.config.ts && npm run copy dist/src/core/index.d.ts dist/src/core/index.d.cts",
58
- "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test"
58
+ "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:distribution -- --mode release",
59
+ "test:distribution": "vitest run --config vite.config.ts --no-cache --reporter=dot --project distribution",
60
+ "test:bench": "vitest bench --config vite.config.ts --no-cache --project probe",
61
+ "prepack": "npm run build",
62
+ "test:setup": "vitest run --config vite.config.ts --no-cache --reporter=dot --project setup"
59
63
  },
60
64
  "dependencies": {
61
- "@orkestrel/contract": "^0.0.13",
65
+ "@orkestrel/contract": "^0.0.15",
62
66
  "@orkestrel/emitter": "^0.0.8"
63
67
  },
64
68
  "devDependencies": {
65
69
  "@microsoft/api-extractor": "^7.59.0",
66
- "@orkestrel/guide": "^0.0.12",
67
- "@orkestrel/probe": "^0.0.3",
68
- "@orkestrel/scaffold": "^0.0.49",
69
- "@orkestrel/test": "^0.0.11",
70
- "@types/node": "^26.2.0",
71
- "oxfmt": "^0.64.0",
72
- "oxlint": "^1.79.0",
70
+ "@orkestrel/guide": "^0.0.15",
71
+ "@orkestrel/probe": "^0.0.11",
72
+ "@orkestrel/scaffold": "^0.0.60",
73
+ "@orkestrel/test": "^0.0.12",
74
+ "@types/node": "^26.4.1",
75
+ "oxfmt": "^0.66.0",
76
+ "oxlint": "^1.81.0",
73
77
  "typescript": "^6.0.3",
74
78
  "vite": "^8.2.2",
75
- "vite-plugin-dts": "^5.0.3",
79
+ "vite-plugin-dts": "^5.1.0",
76
80
  "vitest": "^4.1.11"
77
81
  },
78
82
  "engines": {