@actor-system/receptionist
Advanced tools
+10
-4
| { | ||
| "name": "@actor-system/receptionist", | ||
| "version": "0.0.16", | ||
| "version": "0.0.17", | ||
| "type": "module", | ||
@@ -12,3 +12,9 @@ "scripts": { | ||
| "build:tsc:trimmed": "tsc -b src/tsconfig.lib.trimmed.json", | ||
| "build:rollup": "rollup -c node:config/rollup-config" | ||
| "build:rollup": "rollup -c node:config/rollup-config", | ||
| "test": "NODE_OPTIONS=\"--expose-gc\" vitest run", | ||
| "test:browser": "vitest run --browser.enabled", | ||
| "test:browser:watch": "vitest --browser.enabled", | ||
| "test:browser:coverage": "vitest run --coverage --browser.enabled", | ||
| "test:extensive": "npm run test && npm run test -- --mode sync && npm run test:browser && npm run test:browser -- --mode sync", | ||
| "test:coverage": "vitest run --coverage" | ||
| }, | ||
@@ -56,4 +62,4 @@ "types": "./dist/index.d.ts", | ||
| "dependencies": { | ||
| "@actor-system/behaviors": "0.0.16", | ||
| "@actor-system/core": "0.1.0", | ||
| "@actor-system/behaviors": "0.0.17", | ||
| "@actor-system/core": "0.1.1", | ||
| "@actor-system/mail": "0.0.2" | ||
@@ -60,0 +66,0 @@ }, |
21659
1.93%+ Added
+ Added
- Removed
- Removed
Updated