werift 0.22.3 → 0.22.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "werift",
3
- "version": "0.22.3",
3
+ "version": "0.22.4",
4
4
  "description": "WebRTC Implementation for TypeScript (Node.js)",
5
5
  "keywords": [
6
6
  "WebRTC",
@@ -37,7 +37,7 @@
37
37
  "compile:cjs": "tsc -p ./tsconfig.production.json",
38
38
  "compile:esm": "esbuild src/index.ts src/nonstandard/index.ts --bundle --packages=external --platform=node --format=esm --target=es2022 --outdir=lib --out-extension:.js=.mjs && node lib/index.mjs",
39
39
  "depcheck": "npx depcheck --ignores='@typescript-eslint/*,eslint-*'",
40
- "deploy": "npm run build && npm publish",
40
+ "deploy": "npm run build && npm publish && cd ../../import-test && npm test",
41
41
  "deploy:alpha": "npm run build && npm publish --tag alpha",
42
42
  "doc": "rm -rf doc && typedoc --excludePrivate --disableSources --excludeInternal --plugin typedoc-plugin-markdown --out doc ./src/index.ts",
43
43
  "format": "biome check --write src tests",
@@ -54,6 +54,7 @@
54
54
  "@peculiar/x509": "^1.12.3",
55
55
  "@shinyoshiaki/binary-data": "^0.6.1",
56
56
  "@shinyoshiaki/jspack": "^0.0.6",
57
+ "fast-deep-equal": "^3.1.3",
57
58
  "aes-js": "^3.1.2",
58
59
  "buffer": "^6.0.3",
59
60
  "buffer-crc32": "^1.0.0",