@empathyco/x-adapter-platform 1.0.0-alpha.59 → 1.0.0-alpha.60

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.
@@ -14,7 +14,7 @@ export interface PlatformFacet {
14
14
  *
15
15
  * @public
16
16
  */
17
- export declare type PlatformFacetType = 'value' | 'hierarchical' | 'range';
17
+ export type PlatformFacetType = 'value' | 'hierarchical' | 'range';
18
18
  /**
19
19
  * Filter model for the `platform` API.
20
20
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-adapter-platform",
3
- "version": "1.0.0-alpha.59",
3
+ "version": "1.0.0-alpha.60",
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",
@@ -38,9 +38,9 @@
38
38
  "prepublishOnly": "npm run build"
39
39
  },
40
40
  "dependencies": {
41
- "@empathyco/x-adapter": "^8.0.0-alpha.22",
42
- "@empathyco/x-types": "^10.0.0-alpha.56",
43
- "@empathyco/x-utils": "^1.0.0-alpha.14",
41
+ "@empathyco/x-adapter": "^8.0.0-alpha.23",
42
+ "@empathyco/x-types": "^10.0.0-alpha.57",
43
+ "@empathyco/x-utils": "^1.0.0-alpha.15",
44
44
  "tslib": "~2.4.1"
45
45
  },
46
46
  "devDependencies": {
@@ -51,10 +51,10 @@
51
51
  "jest": "~27.3.1",
52
52
  "rimraf": "~3.0.2",
53
53
  "ts-jest": "~27.0.7",
54
- "typescript": "~4.6.2"
54
+ "typescript": "~4.9.4"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "bb92e0826e5b29ddd2a7d95480b88be02e5a761d"
59
+ "gitHead": "6fccb9c182fa3bad626901b551006a39a7f47d98"
60
60
  }