@hestia-earth/engine-models 0.75.2 → 0.75.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.75.2",
3
+ "version": "0.75.4",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "build:models": "node scripts/generate-models-links.js",
12
12
  "build:documentation": "node scripts/generate-documentation.js",
13
- "build": "npm run build:models && npm run build:documentation",
13
+ "build": "./build-models-json.sh && npm run build:models && npm run build:documentation",
14
14
  "build:module": "rm -rf dist && tsc -p tsconfig.dist.json",
15
15
  "lint": "tsc --noEmit && eslint .",
16
16
  "lint:fix": "npm run lint -- --fix",
@@ -18,6 +18,7 @@
18
18
  "test:jsonld": "hestia-validate-jsonld tests/fixtures",
19
19
  "test:terms": "node scripts/validate-terms-models.js && hestia-validate-terms tests/fixtures",
20
20
  "validate:config": "ajv validate -s scripts/config-schema.json -d config/Cycle.json -d config/ImpactAssessment.json -d config/Site.json",
21
+ "validate:models": "node scripts/validate-models-schema.js",
21
22
  "validate:docs": "node scripts/validate-documentation.js",
22
23
  "validate:calculations": "ajv validate -s scripts/calculations-schema.json -d config/run-calculations.json -d config/trigger-calculations.json",
23
24
  "prepare-release": "node scripts/update-package-version.js && npm run build",
@@ -70,12 +71,14 @@
70
71
  "dotenv": "^8.6.0",
71
72
  "eslint": "^7.32.0",
72
73
  "eslint-plugin-jsdoc": "^30.7.13",
74
+ "glob": "^11.0.3",
73
75
  "husky": "^4.3.8",
74
76
  "jest": "^29.7.0",
75
77
  "lodash.merge": "^4.6.2",
76
78
  "pluralize": "^8.0.0",
77
79
  "standard-version": "^9.5.0",
78
- "ts-jest": "^29.4.4"
80
+ "ts-jest": "^29.4.4",
81
+ "typescript": "^5.9.3"
79
82
  },
80
83
  "standard-version": {
81
84
  "scripts": {