@appland/appmap 3.32.0 → 3.32.1
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": "@appland/appmap",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"bin": "built/cli.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"pre-commit": "lint-staged",
|
|
17
17
|
"test": "jest && ./smoketest.sh",
|
|
18
18
|
"build": "tsc && webpack --mode=production",
|
|
19
|
-
"start": "ts-node src/cli.ts"
|
|
19
|
+
"start": "ts-node src/cli.ts",
|
|
20
|
+
"build-native": "yarn build && ./bin/build-native"
|
|
20
21
|
},
|
|
21
22
|
"lint-staged": {
|
|
22
23
|
"*.{js,md,json}": [
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
"moo": "^0.5.1",
|
|
95
96
|
"open": "^8.2.1",
|
|
96
97
|
"ora": "^5.4.1",
|
|
98
|
+
"pkg": "^5.8.0",
|
|
97
99
|
"port-pid": "^0.0.7",
|
|
98
100
|
"pretty-bytes": "^5.6.0",
|
|
99
101
|
"ps-node": "^0.1.6",
|
|
@@ -102,5 +104,22 @@
|
|
|
102
104
|
"supports-hyperlinks": "^2.2.0",
|
|
103
105
|
"w3c-xmlserializer": "^2.0.0",
|
|
104
106
|
"yargs": "^17.1.1"
|
|
107
|
+
},
|
|
108
|
+
"pkg": {
|
|
109
|
+
"targets": [
|
|
110
|
+
"node16-linux-x64",
|
|
111
|
+
"node16-win-x64",
|
|
112
|
+
"node16-macos-x64",
|
|
113
|
+
"node16-macos-arm64"
|
|
114
|
+
],
|
|
115
|
+
"scripts": [
|
|
116
|
+
"built/cmds/record/state/record_*.js"
|
|
117
|
+
],
|
|
118
|
+
"assets": [
|
|
119
|
+
"package.json",
|
|
120
|
+
"**/openapi-template.yaml",
|
|
121
|
+
"appmap.html"
|
|
122
|
+
],
|
|
123
|
+
"outputPath": "dist"
|
|
105
124
|
}
|
|
106
125
|
}
|