@floegence/flowersec-core 0.17.1 → 0.17.2

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/flowersec-core",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "Flowersec core TypeScript library (browser-friendly E2EE + multiplexing over WebSocket).",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -108,6 +108,7 @@
108
108
  "build": "tsc -p tsconfig.build.json",
109
109
  "bench": "vitest bench --run",
110
110
  "test": "vitest run",
111
+ "test:coverage": "vitest run --coverage",
111
112
  "lint": "eslint .",
112
113
  "verify:package": "node ./scripts/verify-package-exports.mjs",
113
114
  "prepack": "npm run build",
@@ -124,8 +125,10 @@
124
125
  "@types/ws": "^8.5.12",
125
126
  "@typescript-eslint/eslint-plugin": "^8.18.0",
126
127
  "@typescript-eslint/parser": "^8.18.0",
128
+ "@vitest/coverage-v8": "4.0.17",
127
129
  "eslint": "^9.17.0",
128
130
  "typescript": "^5.7.2",
129
- "vitest": "^4.0.17"
131
+ "vite": "^7.3.2",
132
+ "vitest": "4.0.17"
130
133
  }
131
134
  }