automation_model 1.0.815-dev → 1.0.817-dev

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 +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation_model",
3
- "version": "1.0.815-dev",
3
+ "version": "1.0.817-dev",
4
4
  "description": "An automation infrastructure module to be use for generative AI automation projects.",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -20,8 +20,7 @@
20
20
  "debug": "node tests/debug.test.js",
21
21
  "types": "tsc --declaration --allowJs --emitDeclarationOnly --outDir types",
22
22
  "regression": "cross-env HEADLESS=true npx mocha --bail --parallel --jobs=12 ./regression/intercept.js --timeout 120000",
23
- "reg": "npm run build && npm run compile && npm run regression",
24
- "doc:local": "api-extractor run --verbose --local && api-documenter markdown --input-folder ./tmp/api-extractor --output-folder ./docs/api && markserv ./docs/api/automation_model.md --port 8080 --open"
23
+ "reg": "npm run build && npm run compile && npm run regression"
25
24
  },
26
25
  "author": "",
27
26
  "license": "ISC",
@@ -30,7 +29,7 @@
30
29
  "@types/jimp": "^0.2.28",
31
30
  "@usebruno/cli": "2.1.0",
32
31
  "@usebruno/lang": "0.22.0",
33
- "axios": "^1.7.4",
32
+ "axios": "^1.11.0",
34
33
  "crypto-js": "^4.2.0",
35
34
  "csv-parser": "^3.0.0",
36
35
  "dayjs": "^1.11.10",
@@ -56,8 +55,7 @@
56
55
  "chai": "^5.1.2",
57
56
  "cross-env": "^7.0.3",
58
57
  "husky": "^8.0.0",
59
- "lint-staged": "^15.2.7",
60
- "markserv": "^1.17.4",
58
+ "lint-staged": "^16.1.4",
61
59
  "mocha": "^11.1.0",
62
60
  "msw": "^2.6.8",
63
61
  "ncp": "^2.0.0",