@geowiki/evoland-api-proxy 0.16.0-dev.0 → 0.16.0-dev.1

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 +3 -3
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 index_exports = {};
32
- __export(index_exports, {
31
+ var evoland_api_proxy_exports = {};
32
+ __export(evoland_api_proxy_exports, {
33
33
  AiService: () => AiService,
34
34
  ApiError: () => ApiError,
35
35
  CancelError: () => CancelError,
@@ -44,7 +44,7 @@ __export(index_exports, {
44
44
  TaskType: () => TaskType,
45
45
  UserRank: () => UserRank
46
46
  });
47
- module.exports = __toCommonJS(index_exports);
47
+ module.exports = __toCommonJS(evoland_api_proxy_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.16.0-dev.0",
3
+ "version": "0.16.0-dev.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -20,8 +20,8 @@
20
20
  "eslint": "^8.46.0",
21
21
  "tsup": "^8.0.2",
22
22
  "typescript": "5.4.2",
23
- "eslint-config-custom": "0.0.0",
24
- "tsconfig": "0.0.0"
23
+ "tsconfig": "0.0.0",
24
+ "eslint-config-custom": "0.0.0"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "tsup index.ts --format cjs,esm --dts",