@geowiki/evoland-api-proxy 0.15.0 → 0.16.0-dev.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // index.ts
31
- var evoland_api_proxy_exports = {};
32
- __export(evoland_api_proxy_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  AiService: () => AiService,
34
34
  ApiError: () => ApiError,
35
35
  CancelError: () => CancelError,
@@ -44,7 +44,7 @@ __export(evoland_api_proxy_exports, {
44
44
  TaskType: () => TaskType,
45
45
  UserRank: () => UserRank
46
46
  });
47
- module.exports = __toCommonJS(evoland_api_proxy_exports);
47
+ module.exports = __toCommonJS(index_exports);
48
48
 
49
49
  // core/ApiError.ts
50
50
  var ApiError = class extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geowiki/evoland-api-proxy",
3
- "version": "0.15.0",
3
+ "version": "0.16.0-dev.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [