@namera-ai/api 1.0.0 → 1.0.1

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 +5 -5
  2. 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 beta.
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-beta.105
15
- pnpm add @namera-ai/api effect@4.0.0-beta.105
16
- yarn add @namera-ai/api effect@4.0.0-beta.105
17
- bun add @namera-ai/api effect@4.0.0-beta.105
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.0",
3
+ "version": "1.0.1",
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-beta.105",
43
- "@namera-ai/protocol": "1.0.0"
42
+ "effect": "4.0.0-rc.117",
43
+ "@namera-ai/protocol": "1.0.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "klarity": "0.2.0",