@namera-ai/api 1.0.0 → 1.0.2
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 +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@ For ordinary application integration, use [@namera-ai/sdk](https://www.npmjs.com
|
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
|
-
Requires Node.js 24.14+ for Node applications. Use the matching Effect 4
|
|
11
|
+
Requires Node.js 24.14+ for Node applications. Use the matching Effect 4 release candidate.
|
|
12
12
|
|
|
13
13
|
```sh
|
|
14
|
-
npm install @namera-ai/api effect@4.0.0-
|
|
15
|
-
pnpm add @namera-ai/api effect@4.0.0-
|
|
16
|
-
yarn add @namera-ai/api effect@4.0.0-
|
|
17
|
-
bun add @namera-ai/api effect@4.0.0-
|
|
14
|
+
npm install @namera-ai/api effect@4.0.0-rc.117
|
|
15
|
+
pnpm add @namera-ai/api effect@4.0.0-rc.117
|
|
16
|
+
yarn add @namera-ai/api effect@4.0.0-rc.117
|
|
17
|
+
bun add @namera-ai/api effect@4.0.0-rc.117
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
Choose the command for your package manager.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@namera-ai/api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Schema-derived Effect HttpApi contract for Namera.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"effect",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"provenance": true
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"effect": "4.0.0-
|
|
43
|
-
"@namera-ai/protocol": "1.0.
|
|
42
|
+
"effect": "4.0.0-rc.117",
|
|
43
|
+
"@namera-ai/protocol": "1.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"klarity": "0.2.0",
|