@arcmantle/chronicle 0.0.4 → 1.0.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -560,4 +560,6 @@ const user: User = chronicle({ name: 'Alice', age: 30 });
560
560
 
561
561
  ## License
562
562
 
563
- MIT
563
+ Apache-2
564
+
565
+ ..
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcmantle/chronicle",
3
- "version": "0.0.4",
3
+ "version": "1.0.1",
4
4
  "description": "A library for managing changes over time with undo/redo functionality",
5
5
  "repository": {
6
6
  "type": "git",