@cparra/apexdocs 3.14.0 → 3.15.0-alpha.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": "@cparra/apexdocs",
3
- "version": "3.14.0",
3
+ "version": "3.15.0-alpha.0",
4
4
  "description": "Library with CLI capabilities to generate documentation for Salesforce Apex classes.",
5
5
  "keywords": [
6
6
  "apex",
@@ -22,6 +22,7 @@
22
22
  "test": "wireit",
23
23
  "test:cov": "npm run build && jest --coverage",
24
24
  "build": "wireit",
25
+ "build:worker": "tsc src/core/reflection/worker-thread/reflection-worker.ts --outDir dist/core/reflection/worker-thread --target es6 --module commonjs --moduleResolution node --esModuleInterop --lib ES2021",
25
26
  "lint": "wireit",
26
27
  "prepare": "npm run build",
27
28
  "version": "npm run format && git add -A src",
@@ -36,7 +37,7 @@
36
37
  "output": []
37
38
  },
38
39
  "build": {
39
- "command": "tsc --noEmit --pretty && pkgroll",
40
+ "command": "tsc --noEmit --pretty && pkgroll && npm run build:worker",
40
41
  "dependencies": [
41
42
  "lint"
42
43
  ],
@@ -96,6 +97,7 @@
96
97
  "@cparra/apex-reflection": "2.19.0",
97
98
  "@salesforce/source-deploy-retrieve": "^12.20.1",
98
99
  "@types/js-yaml": "^4.0.9",
100
+ "@types/uuid": "^10.0.0",
99
101
  "@types/yargs": "^17.0.32",
100
102
  "chalk": "^4.1.2",
101
103
  "cosmiconfig": "^9.0.0",
@@ -105,6 +107,7 @@
105
107
  "handlebars": "^4.7.8",
106
108
  "js-yaml": "^4.1.0",
107
109
  "minimatch": "^10.0.1",
110
+ "uuid": "^11.1.0",
108
111
  "yargs": "^17.7.2"
109
112
  },
110
113
  "imports": {