@empathyco/x-adapter 8.0.0 → 8.0.2-alpha.0
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-adapter",
|
|
3
|
-
"version": "8.0.0",
|
|
3
|
+
"version": "8.0.2-alpha.0",
|
|
4
4
|
"description": "A utils library to create a client for any API",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"prepublishOnly": "pnpm run build"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@empathyco/x-deep-merge": "^2.0.0",
|
|
41
|
-
"@empathyco/x-utils": "^1.0.0",
|
|
40
|
+
"@empathyco/x-deep-merge": "^2.0.2-alpha.0",
|
|
41
|
+
"@empathyco/x-utils": "^1.0.2-alpha.0",
|
|
42
42
|
"tslib": "~2.5.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "bb87d85962fc9a9b941322945e0baa145acd1c75"
|
|
56
56
|
}
|