@marianmeres/condition-parser 1.7.2 → 1.7.4

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 +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,10 +132,3 @@ assertEquals(
132
132
  ## Related
133
133
 
134
134
  [@marianmeres/condition-builder](https://github.com/marianmeres/condition-builder)
135
-
136
- ## Package Identity
137
-
138
- - **Name:** @marianmeres/condition-parser
139
- - **Author:** Marian Meres
140
- - **Repository:** https://github.com/marianmeres/condition-parser
141
- - **License:** MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/condition-parser",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "type": "module",
5
5
  "main": "dist/mod.js",
6
6
  "types": "dist/mod.d.ts",