@actor-system/spawn-protocol
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import { ActorProps, behavior, ActorRef } from '@actor-system/core'; | ||
| import { Props, behavior, ActorRef } from '@actor-system/core'; | ||
| import { Letter } from '@actor-system/mail'; | ||
@@ -7,3 +7,3 @@ | ||
| readonly name?: string; | ||
| readonly props?: ActorProps; | ||
| readonly props?: Props; | ||
| readonly behavior: behavior.Behavior<T>; | ||
@@ -10,0 +10,0 @@ readonly replyTo: ActorRef<ActorRef<T>>; |
@@ -1,2 +0,2 @@ | ||
| import { ActorProps, behavior, ActorRef } from '@actor-system/core/internal'; | ||
| import { Props, behavior, ActorRef } from '@actor-system/core/internal'; | ||
| import { Letter } from '@actor-system/mail/internal'; | ||
@@ -7,3 +7,3 @@ | ||
| readonly name?: string; | ||
| readonly props?: ActorProps; | ||
| readonly props?: Props; | ||
| readonly behavior: behavior.Behavior<T>; | ||
@@ -10,0 +10,0 @@ readonly replyTo: ActorRef<ActorRef<T>>; |
+4
-4
| { | ||
| "name": "@actor-system/spawn-protocol", | ||
| "version": "0.0.18", | ||
| "version": "0.1.0", | ||
| "type": "module", | ||
@@ -41,8 +41,8 @@ "scripts": { | ||
| "dependencies": { | ||
| "@actor-system/behaviors": "0.0.18", | ||
| "@actor-system/core": "0.1.2", | ||
| "@actor-system/behaviors": "0.1.0", | ||
| "@actor-system/core": "0.2.0", | ||
| "@actor-system/mail": "0.0.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@actor-system/testing": "0.0.2", | ||
| "@actor-system/testing": "0.1.0", | ||
| "@actor-system/shared": "0.0.3", | ||
@@ -49,0 +49,0 @@ "config": "^1.0.0" |
4566
-0.48%+ Added
+ Added
+ Added
- Removed
- Removed
Updated