Skip to content

Commit 2111a8d

Browse files
committed
fix package name
1 parent 91310d4 commit 2111a8d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ pnpm-debug.log*
2121

2222
# Swap/temp files
2323
*.swp
24-
*.swo
24+
*.swo
25+
26+
# junit
27+
junit.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official JavaScript/TypeScript client for ODXProxy. This SDK provides a simple, typed interface to execute Odoo JSON-RPC operations via the ODXProxy Gateway.
44

5-
- Repository package name: `@odxproxy/client`
5+
- Repository package name: `@terrakernel/odxproxy-client-js`
66
- License: MIT
77
- Runtime: Node.js 18+
88
- Language: TypeScript (bundled to ESM and CJS)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@odxproxy/client-js",
2+
"name": "@terrakernel/odxproxy-client-js",
33
"version": "0.1.0",
44
"description": "Official JavaScript/TypeScript client for ODXProxy",
55
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)