@lincs.project/webannotation-schema 1.13.0 → 1.14.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": "@lincs.project/webannotation-schema",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "lincs project web annotation json-ld schema",
5
5
  "keywords": [
6
6
  "lincs project",
@@ -45,7 +45,7 @@
45
45
  "scripts": {
46
46
  "build": "npm run generate-auxiliar-files && tsup src/index.ts --format esm,cjs --dts",
47
47
  "clean": "rm -rf dist && rm -rf docs && rm -rf examples && rm -rf .turbo && rm -rf node_modules",
48
- "deploy": "npm run clean && npm run lint && npm test && npm run build && npm run generate-auxiliar-files",
48
+ "deploy": "npm run clean && npm test && npm run build && npm run generate-auxiliar-files",
49
49
  "dev": "npm run generate-auxiliar-files && tsup src/index.ts --format esm,cjs --dts --watch",
50
50
  "generate-auxiliar-files": "ts-node ./src/generate.ts",
51
51
  "lint": "eslint .",
@@ -57,15 +57,15 @@
57
57
  "@apideck/better-ajv-errors": "^0.3.6",
58
58
  "ajv": "^8.12.0",
59
59
  "ajv-formats": "^2.1.1",
60
- "typescript": "^5.3.3",
60
+ "typescript": "^5.4.2",
61
61
  "zod": "^3.22.4"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@jest/globals": "^29.7.0",
65
65
  "@types/fs-extra": "^11.0.4",
66
66
  "@types/jest": "^29.5.12",
67
- "@types/node": "^20.11.20",
68
- "eslint": "^8.56.0",
67
+ "@types/node": "^20.11.25",
68
+ "eslint": "^8.57.0",
69
69
  "eslint-config-custom": "*",
70
70
  "fs-extra": "^11.2.0",
71
71
  "jest": "^29.7.0",