@company-semantics/contracts 37.0.0 → 38.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": "37.0.0",
3
+ "version": "38.0.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -116,7 +116,8 @@
116
116
  "repo-map": "tsx ../company-semantics-ci/scripts/generate-repo-map.ts --roots src --name company-semantics-contracts --write",
117
117
  "repo-map:check": "tsx ../company-semantics-ci/scripts/generate-repo-map.ts --roots src --name company-semantics-contracts --check",
118
118
  "readme-api": "tsx ../company-semantics-ci/scripts/generate-readme-api.ts --roots src --write --jsdoc",
119
- "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"
120
121
  },
121
122
  "packageManager": "pnpm@10.25.0",
122
123
  "engines": {
@@ -128,6 +129,7 @@
128
129
  },
129
130
  "devDependencies": {
130
131
  "@types/node": "^22.20.1",
132
+ "amphtml-validator": "^1.0.38",
131
133
  "culori": "^4.0.2",
132
134
  "husky": "^9.1.7",
133
135
  "lint-staged": "^17.0.8",