@dative-gpi/foundation-shared-services 0.0.225 → 0.0.227

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.
@@ -1,2 +1 @@
1
- export const GATEWAY_URL = () => "/api/foundation/shared/v1";
2
- export const GATEWAY_EXTENSION_URL = () => "/api/shared/v1";
1
+ export const GATEWAY_URL = () => "/api/foundation/shared/v1";
@@ -1,6 +1,6 @@
1
- import { GATEWAY_EXTENSION_URL } from "./base";
1
+ import { GATEWAY_URL } from "./base";
2
2
 
3
- export const IMAGES_URL = () => `${GATEWAY_EXTENSION_URL()}/images`;
3
+ export const IMAGES_URL = () => `${GATEWAY_URL()}/images`;
4
4
 
5
5
  export const IMAGES_RAW_URL = () => `${IMAGES_URL()}/raw`;
6
6
  export const IMAGE_RAW_URL = (imageId: string) => `${IMAGES_RAW_URL()}/${encodeURIComponent(imageId)}`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-services",
3
3
  "sideEffects": false,
4
- "version": "0.0.225",
4
+ "version": "0.0.227",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,7 +10,7 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "0.0.225"
13
+ "@dative-gpi/foundation-shared-domain": "0.0.227"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@dative-gpi/bones-ui": "^0.0.75",
@@ -18,5 +18,5 @@
18
18
  "vue": "^3.4.29",
19
19
  "vue-router": "^4.3.0"
20
20
  },
21
- "gitHead": "cbc2dac809c719bd2daf3b5fe166f51ae9b97fec"
21
+ "gitHead": "7447614dcabf82822076a6ef4e221de23f996ecb"
22
22
  }