@appland/appmap 3.65.1 → 3.65.3

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.65.1",
3
+ "version": "3.65.3",
4
4
  "description": "",
5
5
  "bin": "built/cli.js",
6
6
  "publishConfig": {
@@ -19,7 +19,8 @@
19
19
  "watch": "tsc --watch",
20
20
  "build:html": "ts-node esbuild.html.ts",
21
21
  "start": "ts-node src/cli.ts",
22
- "build-native": "yarn build && ./bin/build-native"
22
+ "build-native": "yarn build && ./bin/build-native",
23
+ "codesign": "${PROJECT_CWD}/bin/sign release/appmap-macos-x64 release/appmap-macos-arm64 && ${PROJECT_CWD}/bin/notarize release/appmap-macos-x64 release/appmap-macos-arm64"
23
24
  },
24
25
  "lint-staged": {
25
26
  "*.{js,md,json,ts}": [
@@ -71,8 +72,8 @@
71
72
  "@appland/client": "^1",
72
73
  "@appland/components": "^2",
73
74
  "@appland/diagrams": "^1",
74
- "@appland/models": "^2.0.0",
75
- "@appland/openapi": "^1",
75
+ "@appland/models": "^2.1.0",
76
+ "@appland/openapi": "^1.4.1",
76
77
  "@appland/sequence-diagram": "^1",
77
78
  "@sidvind/better-ajv-errors": "^0.9.1",
78
79
  "@types/moo": "^0.5.5",