@company-semantics/contracts 35.1.0 → 36.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "35.1.0",
3
+ "version": "36.0.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -104,6 +104,7 @@
104
104
  "prepublishOnly": "echo 'ERROR: Publishing is CI-only via tag push. Use pnpm release instead.' && exit 1",
105
105
  "test": "vitest run",
106
106
  "test:run": "vitest run",
107
+ "color": "tsx scripts/color.ts",
107
108
  "generate:spec-hash": "tsx scripts/generate-spec-hash.ts",
108
109
  "generate:spec-hash:check": "tsx scripts/generate-spec-hash.ts --check",
109
110
  "generate:api": "pnpm generate:api-types && pnpm generate:spec-hash && pnpm generate:openapi-routes",
@@ -115,17 +116,21 @@
115
116
  "repo-map": "tsx ../company-semantics-ci/scripts/generate-repo-map.ts --roots src --name company-semantics-contracts --write",
116
117
  "repo-map:check": "tsx ../company-semantics-ci/scripts/generate-repo-map.ts --roots src --name company-semantics-contracts --check",
117
118
  "readme-api": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --write --jsdoc",
118
- "readme-api:check": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --check --jsdoc"
119
+ "readme-api:check": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --check --jsdoc",
120
+ "validate:amp": "tsx scripts/validate-amp.ts"
119
121
  },
120
122
  "packageManager": "pnpm@10.25.0",
121
123
  "engines": {
122
124
  "node": "22.x"
123
125
  },
124
126
  "dependencies": {
127
+ "@slack/types": "^3.0.0",
125
128
  "zod": "^4.4.3"
126
129
  },
127
130
  "devDependencies": {
128
131
  "@types/node": "^22.20.1",
132
+ "amphtml-validator": "^1.0.38",
133
+ "culori": "^4.0.2",
129
134
  "husky": "^9.1.7",
130
135
  "lint-staged": "^17.0.8",
131
136
  "markdownlint-cli2": "^0.23.0",