@marianmeres/condition-parser 1.7.0 → 1.7.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 +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -133,4 +133,11 @@ assertEquals(
133
133
 
134
134
  ## Related
135
135
 
136
- [@marianmeres/condition-builder](https://github.com/marianmeres/condition-builder)
136
+ [@marianmeres/condition-builder](https://github.com/marianmeres/condition-builder)
137
+
138
+ ## Package Identity
139
+
140
+ - **Name:** @marianmeres/condition-parser
141
+ - **Author:** Marian Meres
142
+ - **Repository:** https://github.com/marianmeres/condition-parser
143
+ - **License:** MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/condition-parser",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "type": "module",
5
5
  "main": "dist/mod.js",
6
6
  "types": "dist/mod.d.ts",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/marianmeres/condition-parser/issues"
15
15
  },
16
16
  "dependencies": {
17
- "@marianmeres/condition-builder": "^1.9.0"
17
+ "@marianmeres/condition-builder": "^1.9.2"
18
18
  }
19
19
  }