@intlayer/api 8.12.0 → 8.12.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/api",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": "8.12.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "SDK for interacting with the Intlayer API, enabling content auditing, and managing organizations, projects, and users.",
|
|
6
6
|
"keywords": [
|
|
@@ -216,8 +216,8 @@
|
|
|
216
216
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
217
217
|
},
|
|
218
218
|
"dependencies": {
|
|
219
|
-
"@intlayer/config": "8.12.
|
|
220
|
-
"@intlayer/types": "8.12.
|
|
219
|
+
"@intlayer/config": "8.12.1",
|
|
220
|
+
"@intlayer/types": "8.12.1",
|
|
221
221
|
"defu": "6.1.7"
|
|
222
222
|
},
|
|
223
223
|
"devDependencies": {
|