@partium/js-sdk 14.0.0-alpha2 → 14.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/README.md +1 -1
- package/package.json +11 -1
package/README.md
CHANGED
|
@@ -6,4 +6,4 @@ The Find SDK enables efficient spare part search, retrieval of relevant results,
|
|
|
6
6
|
|
|
7
7
|
# Installation & Usage
|
|
8
8
|
|
|
9
|
-
For complete installation instructions and code samples, please visit the Partium
|
|
9
|
+
For complete installation instructions and code samples, please visit the [Partium Developer Center](https://developer.partium.io/). Access requires credentials; please contact your Partium representative for access. If you don’t yet have a contact, reach out to us via [Partium.io](https://www.partium.io/contact).
|
package/package.json
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@partium/js-sdk",
|
|
3
|
-
"version": "14.0.0
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"author": "Partium Inc.",
|
|
5
5
|
"license": "See LICENSE.txt",
|
|
6
6
|
"description": "The Partium Find SDK enables integration of Partium’s parts and materials search capabilities into JavaScript-based applications.",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"partium find sdk",
|
|
9
|
+
"part search",
|
|
10
|
+
"material search",
|
|
11
|
+
"visual search",
|
|
12
|
+
"image search",
|
|
13
|
+
"text search",
|
|
14
|
+
"semantic search",
|
|
15
|
+
"bill of materials search"
|
|
16
|
+
],
|
|
7
17
|
"typings": "index.d.ts",
|
|
8
18
|
"directories": {
|
|
9
19
|
"doc": "docs"
|