@empathyco/x-adapter-platform 1.0.0-alpha.63 → 1.0.0-alpha.65
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-adapter-platform",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.65",
|
|
4
4
|
"description": "A search client for the Empathy Platform API",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"node": ">=16"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
|
-
"preinstall": "npx only-allow pnpm",
|
|
30
29
|
"prebuild": "rimraf ./dist ./*.tgz",
|
|
31
30
|
"build": "concurrently \"pnpm run build:*\" && pnpm run gen:docs",
|
|
32
31
|
"build:cjs": "tsc --project tsconfig.cjs.json",
|
|
@@ -40,9 +39,9 @@
|
|
|
40
39
|
"prepublishOnly": "pnpm run build"
|
|
41
40
|
},
|
|
42
41
|
"dependencies": {
|
|
43
|
-
"@empathyco/x-adapter": "^8.0.0-alpha.
|
|
44
|
-
"@empathyco/x-types": "^10.0.0-alpha.
|
|
45
|
-
"@empathyco/x-utils": "^1.0.0-alpha.
|
|
42
|
+
"@empathyco/x-adapter": "^8.0.0-alpha.26",
|
|
43
|
+
"@empathyco/x-types": "^10.0.0-alpha.62",
|
|
44
|
+
"@empathyco/x-utils": "^1.0.0-alpha.18",
|
|
46
45
|
"tslib": "~2.4.1"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
@@ -58,5 +57,5 @@
|
|
|
58
57
|
"publishConfig": {
|
|
59
58
|
"access": "public"
|
|
60
59
|
},
|
|
61
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "17d561179b659fa82195f26392d2a0238d322f29"
|
|
62
61
|
}
|