@magic/types 0.1.34 → 0.1.35

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -390,6 +390,10 @@ update dependencies
390
390
  - add gt, gte, lt, lte and all other numerical value comparators into root, is.gt, is.lt etc.
391
391
  - update dependencies
392
392
 
393
- ##### 0.1.35 - unreleased
393
+ ##### 0.1.35
394
+
395
+ - update types for 0.1.34
396
+
397
+ ##### 0.1.36 - unreleased
394
398
 
395
399
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/types",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "author": "Wizards & Witches",
5
5
  "homepage": "https://github.com/magic/types",
6
6
  "license": "AGPL-3.0",