@clipboard-health/rules-engine 1.14.1 → 1.15.0

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 +1 -2
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -19,8 +19,7 @@ npm install @clipboard-health/rules-engine
19
19
  ## Usage
20
20
 
21
21
  ```ts
22
- // ./examples/rules.ts
23
-
22
+ // packages/rules-engine/examples/rules.ts
24
23
  import {
25
24
  all,
26
25
  appendOutput,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clipboard-health/rules-engine",
3
3
  "description": "A pure functional rules engine to keep logic-dense code simple, reliable, understandable, and explainable.",
4
- "version": "1.14.1",
4
+ "version": "1.15.0",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "dependencies": {
7
7
  "tslib": "2.8.0",
@@ -23,9 +23,6 @@
23
23
  "type": "git",
24
24
  "url": "git+https://github.com/ClipboardHealth/core-utils.git"
25
25
  },
26
- "scripts": {
27
- "embed": "embedme README.md"
28
- },
29
26
  "type": "commonjs",
30
27
  "typings": "./src/index.d.ts",
31
28
  "types": "./src/index.d.ts"