@wardx/core 0.1.5 → 0.1.7

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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,6 @@
4
4
 
5
5
  The engine records metrics, events, and logs in memory. The engine also stores Remote Config and assigns experiment variants.
6
6
 
7
- The engine does not send HTTP. A runtime package, for example `wardx`, sends the frames.
8
-
9
- Node.js 20 or later is required.
10
-
11
- Install this package from npm when you write a custom runtime. If you use Node.js, install `wardx`. The `wardx` package depends on `@wardx/core`.
12
-
13
7
  ## Install
14
8
 
15
9
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wardx/core",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Runtime-agnostic Wardx engine for metrics, events, logs, Remote Config, and experiments.",
5
5
  "keywords": [
6
6
  "wardx",