@webqit/observer 2.1.9 → 2.1.10

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,9 @@ We find a design precedent to object observability in the [`Object.observe()`](h
24
24
 
25
25
  The Observer API is a set of utility functions.
26
26
 
27
+ <details>
28
+ <summary><b>Show Outline</b></summary>
29
+
27
30
  + [Method: `Observer.observe()`](#method-observerobserve)
28
31
  + [Usage](#usage)
29
32
  + [Concept: *Mutation APIs*](#concept-mutation-apis)
@@ -35,6 +38,8 @@ The Observer API is a set of utility functions.
35
38
  + [Usage](#usage-1)
36
39
  + [API Reference](#api-reference)
37
40
 
41
+ </details>
42
+
38
43
  > **Note**
39
44
  > <br>This is documentation for `Observer@2.x`. (Looking for [`Observer@1.x`](https://github.com/webqit/observer/tree/v1.7.6)?)
40
45
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "events"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/observer",
15
- "version": "2.1.9",
15
+ "version": "2.1.10",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",