@intlayer/api 4.0.2 → 4.0.3

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  </a>
18
18
  </div>
19
19
 
20
- # @intlayer/api: NPM Package to interact with Intlayer API
20
+ # @intlayer/api: interact with Intlayer API
21
21
 
22
22
  **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
23
23
 
@@ -28,7 +28,7 @@ The **`@intlayer/api`** package is a SDK (Software Development Kit) to interact
28
28
  ```ts
29
29
  import { intlayerAPI } from "@intlayer/api";
30
30
 
31
- intlayerAPI.user.getUserAPI({
31
+ intlayerAPI.user.getUser({
32
32
  ids: ["user-id-1", "user-id-2"],
33
33
  });
34
34
  ```
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@intlayer/api",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "private": false,
5
- "description": "API",
5
+ "description": "SDK for interacting with the Intlayer API, enabling content auditing, and managing organizations, projects, and users.",
6
6
  "keywords": [
7
7
  "intlayer",
8
8
  "application",
@@ -57,7 +57,7 @@
57
57
  "./package.json"
58
58
  ],
59
59
  "dependencies": {
60
- "@intlayer/config": "4.0.2"
60
+ "@intlayer/config": "4.0.3"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@changesets/changelog-github": "0.5.0",
@@ -71,14 +71,14 @@
71
71
  "tsc-alias": "^1.8.10",
72
72
  "tsup": "^8.3.5",
73
73
  "typescript": "^5.7.3",
74
- "@intlayer/backend": "4.0.2",
74
+ "@intlayer/backend": "4.0.3",
75
75
  "@utils/eslint-config": "1.0.4",
76
+ "@utils/tsup-config": "1.0.4",
76
77
  "@utils/ts-config-types": "1.0.4",
77
- "@utils/ts-config": "1.0.4",
78
- "@utils/tsup-config": "1.0.4"
78
+ "@utils/ts-config": "1.0.4"
79
79
  },
80
80
  "peerDependencies": {
81
- "@intlayer/config": "4.0.2"
81
+ "@intlayer/config": "4.0.3"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=14.18"