Socket
Socket
Sign inDemoInstall

@empathyco/x-adapter

Package Overview
Dependencies
Maintainers
5
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-adapter - npm Package Compare versions

Comparing version 6.2.0-alpha.0 to 6.2.0-alpha.1

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [6.2.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-adapter@6.2.0-alpha.0...@empathyco/x-adapter@6.2.0-alpha.1) (2021-07-20)
### Continuous Integration
* Fix publishing in x-components. Normalize build scripts. (#46) ([c3c2f85](https://github.com/empathyco/x/commit/c3c2f8519c0de1b164074e87e68e77ad1af0d702)), closes [EX-4413](https://searchbroker.atlassian.net/browse/EX-4413)
## 6.2.0-alpha.0 (2021-07-14)

@@ -8,0 +17,0 @@

19

package.json
{
"name": "@empathyco/x-adapter",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "A search client for the Empathy search API ",

@@ -31,3 +31,3 @@ "author": "Empathy Systems Corporation S.L.",

"scripts": {
"build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json && npm run gen:docs && npm pack",
"build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json && npm run gen:docs",
"build:watch": "tsc --watch",

@@ -37,2 +37,5 @@ "gen:model-docs": "api-extractor run -l",

"gen:docs": "npm run gen:model-docs && npm run gen:typescript-docs",
"postbuild": "npm pack",
"postinstall": "npm run build",
"prepublishOnly": "npm run build",
"test": "jest",

@@ -43,7 +46,7 @@ "test:watch": "jest --watch",

"dependencies": {
"@empathyco/x-deep-merge": "^1.2.2-alpha.0",
"@empathyco/x-get-safe-property-chain": "^1.2.1-alpha.0",
"@empathyco/x-deep-merge": "^1.2.2-alpha.1",
"@empathyco/x-get-safe-property-chain": "^1.2.1-alpha.1",
"@empathyco/x-logger": "^1.1.0",
"@empathyco/x-storage-service": "^1.3.1-alpha.0",
"@empathyco/x-types": "^9.1.0-alpha.0",
"@empathyco/x-storage-service": "^1.3.1-alpha.1",
"@empathyco/x-types": "^9.1.0-alpha.1",
"inversify": "~5.0.1",

@@ -54,3 +57,3 @@ "reflect-metadata": "~0.1.13",

"devDependencies": {
"@empathyco/x-jest-utils": "^1.3.1-alpha.0",
"@empathyco/x-jest-utils": "^1.3.1-alpha.1",
"@microsoft/api-documenter": "~7.5.8",

@@ -67,3 +70,3 @@ "@microsoft/api-extractor": "~7.5.6",

},
"gitHead": "87764bed2a2886128b37bfa709bc8290b7925b89"
"gitHead": "15da69d43d68d776b7ceb77663659789043c9e87"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc