@sourceloop/search-element 5.4.5 → 6.0.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) [2020-2023] [SourceFuse Technologies]
3
+ Copyright (c) [2023] [SourceFuse]
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  An Angular module that exports a component that can enable users to search over configured models using the search microservice provided in the sourceloop microservice catalog.
4
4
 
5
+ ### Deprecation Notice
6
+
7
+ Search-client now supports angular v14, we will provide support for the older version that is based on angular v13 till 30th June 2024.
8
+
5
9
  ## Angular Module
6
10
 
7
11
  ### Installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sourceloop/search-element",
3
- "version": "5.4.5",
4
- "description": "A global search element for search microservice",
3
+ "version": "6.0.0",
4
+ "description": "A global search element for search microservice.",
5
5
  "main": "./search-element.js",
6
6
  "private": false,
7
7
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/sourcefuse/loopback4-microservice-catalog.git",
12
+ "url": "https://github.com/sourcefuse/arc-ng-components",
13
13
  "directory": "packages/search"
14
14
  },
15
15
  "publishConfig": {
@@ -19,6 +19,6 @@
19
19
  },
20
20
  "author": "Sourcefuse",
21
21
  "license": "MIT",
22
- "hash": "597dd9432cda05ad201b83833a70647725b7637974bfe4873c3ebcee06466a4b",
23
- "gitHead": "53060ad8861148135656b8b87f29e5ea4a3d7eaf"
22
+ "hash": "72cd2a21c152e5eb8369112a2ce080d5ec8351dec980782115f88257d9ff0b60",
23
+ "gitHead": "b958bf51faac88b8be0137457fe24394695c55a5"
24
24
  }