@intent-framework/core 0.1.0-alpha.2 → 0.1.0-alpha.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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,11 +5,11 @@ Platformless semantic graph and runtime for Intent applications.
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
pnpm add @intent-framework/core
|
|
8
|
+
pnpm add @intent-framework/core
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
npm install @intent-framework/core
|
|
12
|
+
npm install @intent-framework/core
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## What it provides
|
|
@@ -64,4 +64,4 @@ Core defines the product graph. It has no DOM, React, Node, or framework depende
|
|
|
64
64
|
|
|
65
65
|
## Status
|
|
66
66
|
|
|
67
|
-
Experimental alpha.
|
|
67
|
+
Experimental alpha. APIs may change. Not recommended for production use.
|