@travetto/context 3.0.0-rc.9 → 3.0.1-rc.1

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
  **Install: @travetto/context**
7
7
  ```bash
8
8
  npm install @travetto/context
9
+
10
+ # or
11
+
12
+ yarn add @travetto/context
9
13
  ```
10
14
 
11
15
  This module provides a wrapper around node's [async_hooks](https://nodejs.org/api/async_hooks.html) to maintain context across async calls. This is generally used for retaining contextual user information at various levels of async flow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/context",
3
- "version": "3.0.0-rc.9",
3
+ "version": "3.0.1-rc.1",
4
4
  "description": "Async-aware state management, maintaining context across asynchronous calls.",
5
5
  "keywords": [
6
6
  "async-hooks",
@@ -26,10 +26,10 @@
26
26
  "directory": "module/context"
27
27
  },
28
28
  "dependencies": {
29
- "@travetto/di": "^3.0.0-rc.9"
29
+ "@travetto/di": "^3.0.1-rc.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@travetto/test": "^3.0.0-rc.9"
32
+ "@travetto/test": "^3.0.1-rc.1"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "@travetto/test": {