We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63afbf commit a36327aCopy full SHA for a36327a
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# [3.0.0](https://github.com/Arunkumarcs/rule-engine/compare/v2.0.0...v3.0.0) (2025-04-20)
2
+
3
# [2.0.0](https://github.com/Arunkumarcs/rule-engine/compare/v1.5.1...v2.0.0) (2025-04-20)
4
5
package.json
@@ -1,6 +1,6 @@
{
"name": "@arunkumar_h/rule-engine",
- "version": "2.0.0",
+ "version": "3.0.0",
"license": "MIT",
"files": [
6
"dist",
@@ -52,9 +52,9 @@
52
"jmespath": "^0.16.0",
53
"lru-cache": "^11.1.0"
54
},
55
- "main": "dist/index.js",
56
- "module": "dist/index.js",
57
- "types": "dist/index.d.ts",
+ "main": "dist/index.js",
+ "module": "dist/index.js",
+ "types": "dist/index.d.ts",
58
"exports": {
59
".": {
60
"require": "./dist/index.js",
0 commit comments