@xemahq/search-api-client 0.2.0 → 0.2.2
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 +3 -3
- package/package.json +8 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Xema Proprietary License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026 Neuralchowder Inc
|
|
3
|
+
Copyright (c) 2026 Neuralchowder Inc. All Rights Reserved.
|
|
4
4
|
|
|
5
5
|
This software and its source code, object code, documentation, and all
|
|
6
6
|
associated materials (the "Software") are the confidential and proprietary
|
|
@@ -11,7 +11,7 @@ NO LICENSE IS GRANTED BY THIS FILE. No right or license to use, copy, modify,
|
|
|
11
11
|
merge, publish, distribute, sublicense, sell, host, embed, or create
|
|
12
12
|
derivative works of the Software is granted, whether by implication, estoppel,
|
|
13
13
|
or otherwise, except under a separate written agreement signed by an
|
|
14
|
-
authorized representative of Neuralchowder Inc
|
|
14
|
+
authorized representative of Neuralchowder Inc.
|
|
15
15
|
|
|
16
16
|
Unauthorized copying, use, distribution, or disclosure of the Software, in
|
|
17
17
|
whole or in part, by any means, is strictly prohibited and may violate
|
|
@@ -19,7 +19,7 @@ applicable law.
|
|
|
19
19
|
|
|
20
20
|
Access to the Software, where provided, is granted solely under and subject to
|
|
21
21
|
the terms of a separate written commercial, evaluation, or subscription
|
|
22
|
-
agreement between you and Neuralchowder Inc
|
|
22
|
+
agreement between you and Neuralchowder Inc. In the event of any conflict between
|
|
23
23
|
this file and such signed agreement, the signed agreement controls.
|
|
24
24
|
|
|
25
25
|
Third-party software, libraries, packages, and assets included with or used by
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/search-api-client",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/xema-dev/xema-cultivars.git",
|
|
7
|
+
"directory": "packages/clients/search-api"
|
|
8
|
+
},
|
|
9
|
+
"license": "LicenseRef-Xema-Proprietary",
|
|
4
10
|
"main": "./dist/index.js",
|
|
5
11
|
"types": "./dist/index.d.ts",
|
|
6
12
|
"files": [
|
|
@@ -19,7 +25,7 @@
|
|
|
19
25
|
"service": "search-api",
|
|
20
26
|
"biome": "search",
|
|
21
27
|
"target": "server",
|
|
22
|
-
"generator": "@xemahq/api-client-generator@0.
|
|
28
|
+
"generator": "@xemahq/api-client-generator@0.3.0",
|
|
23
29
|
"source": "openapi.public.json"
|
|
24
30
|
},
|
|
25
31
|
"scripts": {
|