effection
Advanced tools
Comparing version 2.0.3-add-operation-object.1643192698198 to 2.0.3-add-operation-object.1643201536852
{ | ||
"name": "effection", | ||
"version": "2.0.3-add-operation-object.1643192698198", | ||
"version": "2.0.3-add-operation-object.1643201536852", | ||
"description": "Effortlessly composable structured concurrency primitive for JavaScript", | ||
@@ -31,9 +31,9 @@ "homepage": "https://frontside.com/effection", | ||
"dependencies": { | ||
"@effection/channel": "2.0.2-add-operation-object.1643192698198", | ||
"@effection/core": "2.1.0-add-operation-object.1643192698198", | ||
"@effection/events": "2.0.2-add-operation-object.1643192698198", | ||
"@effection/fetch": "2.0.3-add-operation-object.1643192698198", | ||
"@effection/main": "2.0.2-add-operation-object.1643192698198", | ||
"@effection/subscription": "2.0.2-add-operation-object.1643192698198", | ||
"@effection/stream": "2.0.2-add-operation-object.1643192698198" | ||
"@effection/channel": "2.0.2-add-operation-object.1643201536852", | ||
"@effection/core": "2.1.0-add-operation-object.1643201536852", | ||
"@effection/events": "2.0.2-add-operation-object.1643201536852", | ||
"@effection/fetch": "2.0.3-add-operation-object.1643201536852", | ||
"@effection/main": "2.0.2-add-operation-object.1643201536852", | ||
"@effection/subscription": "2.0.2-add-operation-object.1643201536852", | ||
"@effection/stream": "2.0.2-add-operation-object.1643201536852" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -27,3 +27,3 @@ [![npm](https://img.shields.io/npm/v/effection.svg)](https://www.npmjs.com/package/effection) | ||
- **Composition:** Since all Effection code is well behaved, it | ||
composes easily, and there are no nasty surprises when trying to | ||
composes easily, and there are no nasty surprises when trying to | ||
fit different pieces together. | ||
@@ -47,3 +47,3 @@ | ||
``` text | ||
```text | ||
$ yarn prepack | ||
@@ -55,2 +55,18 @@ ``` | ||
Don't forget describe changes that you made. | ||
For that you need to create `*.md` file in `.changes` directory with | ||
list of changed packages, each package should be versioned by semver, and | ||
on the last line briefly describe your changes. Like this: | ||
```md | ||
--- | ||
"package-name1": "patch" | ||
"package-name2": "minor" | ||
--- | ||
Added new awesome feature | ||
``` | ||
The more information about this format you can find in [`covector` docs](https://github.com/jbolda/covector/tree/main/packages/covector#applying-changes) | ||
### Testing | ||
@@ -60,3 +76,3 @@ | ||
``` text | ||
```text | ||
$ yarn test | ||
@@ -63,0 +79,0 @@ ``` |
31969
82
+ Added@effection/channel@2.0.2-add-operation-object.1643201536852(transitive)
+ Added@effection/core@2.1.0-add-operation-object.1643201536852(transitive)
+ Added@effection/events@2.0.2-add-operation-object.1643201536852(transitive)
+ Added@effection/fetch@2.0.3-add-operation-object.1643201536852(transitive)
+ Added@effection/main@2.0.2-add-operation-object.1643201536852(transitive)
+ Added@effection/stream@2.0.2-add-operation-object.1643201536852(transitive)
+ Added@effection/subscription@2.0.2-add-operation-object.1643201536852(transitive)
- Removed@effection/channel@2.0.2-add-operation-object.1643192698198(transitive)
- Removed@effection/core@2.1.0-add-operation-object.1643192698198(transitive)
- Removed@effection/events@2.0.2-add-operation-object.1643192698198(transitive)
- Removed@effection/fetch@2.0.3-add-operation-object.1643192698198(transitive)
- Removed@effection/main@2.0.2-add-operation-object.1643192698198(transitive)
- Removed@effection/stream@2.0.2-add-operation-object.1643192698198(transitive)
- Removed@effection/subscription@2.0.2-add-operation-object.1643192698198(transitive)
Updated@effection/channel@2.0.2-add-operation-object.1643201536852
Updated@effection/core@2.1.0-add-operation-object.1643201536852
Updated@effection/events@2.0.2-add-operation-object.1643201536852
Updated@effection/fetch@2.0.3-add-operation-object.1643201536852
Updated@effection/main@2.0.2-add-operation-object.1643201536852
Updated@effection/stream@2.0.2-add-operation-object.1643201536852
Updated@effection/subscription@2.0.2-add-operation-object.1643201536852