mnemonica 0.9.99779 → 0.9.99780

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,10 +54,9 @@ Mnemonica helps create ordered sequences of data transformations using prototype
54
54
  Think of it as a mathematical function `f(x) => y` where `this` is your persistent data structure and transformations are applied sequentially.
55
55
 
56
56
  > *"O Great Mnemosyne! Please! Save us from Oblivion..."*
57
+ >
57
58
  > — from the source, where memory persists
58
59
 
59
- ![concept](https://raw.githubusercontent.com/mythographica/stash/master/img/LifeCycle/LifeCycle.png)
60
-
61
60
  **Key Features:**
62
61
  - Factory of Constructors with Prototype Chain Inheritance
63
62
  - Instance-level inheritance (not just class-level)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mnemonica",
3
- "version": "0.9.99779",
3
+ "version": "0.9.99780",
4
4
  "description": "abstract technique that aids information retention : instance inheritance system",
5
5
  "type": "commonjs",
6
6
  "main": "./build/index.js",