@coveo/platform-client 0.0.0-cjs-attempt.1 → 0.0.0-development
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.
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const _query_string_1 = __importDefault(require("query-string
|
|
6
|
+
const _query_string_1 = __importDefault(require("#query-string"));
|
|
7
7
|
class Resource {
|
|
8
8
|
api;
|
|
9
9
|
serverlessApi;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/platform-client",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-development",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"types": "./dist/definitions/Entry.d.ts",
|
|
9
9
|
"import": "./dist/esm/Entry.js",
|
|
10
10
|
"require": "./dist/cjs/Entry.js"
|
|
11
|
+
},
|
|
12
|
+
"#query-string": {
|
|
13
|
+
"import": "query-string-esm",
|
|
14
|
+
"require": "query-string-cjs"
|
|
11
15
|
}
|
|
12
16
|
},
|
|
13
17
|
"types": "dist/definitions/Entry.d.ts",
|