@dative-gpi/foundation-core-services 1.0.9 → 1.0.11

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.
@@ -10,6 +10,6 @@ const ServiceAccountOrganisationAuthTokenServiceFactory = new ServiceFactory<Ser
10
10
  factory.addNotify()
11
11
  ));
12
12
 
13
- export const useServiceAccountOrganisationAuthTokens = ComposableFactory.custom(ServiceAccountOrganisationAuthTokenServiceFactory.getMany);
14
- export const useCreateServiceAccountOrganisationAuthToken = ComposableFactory.custom(ServiceAccountOrganisationAuthTokenServiceFactory.create);
15
- export const useRemoveServiceAccountOrganisationAuthToken = ComposableFactory.custom(ServiceAccountOrganisationAuthTokenServiceFactory.remove);
13
+ export const useServiceAccountOrganisationAuthTokens = ComposableFactory.getMany(ServiceAccountOrganisationAuthTokenServiceFactory);
14
+ export const useCreateServiceAccountOrganisationAuthToken = ComposableFactory.create(ServiceAccountOrganisationAuthTokenServiceFactory);
15
+ export const useRemoveServiceAccountOrganisationAuthToken = ComposableFactory.remove(ServiceAccountOrganisationAuthTokenServiceFactory);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-core-services",
3
3
  "sideEffects": false,
4
- "version": "1.0.9",
4
+ "version": "1.0.11",
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-core-domain": "1.0.9"
13
+ "@dative-gpi/foundation-core-domain": "1.0.11"
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": "018a67489fc022344c90d45b02bfabdcd0dcefec"
21
+ "gitHead": "09cb2eac9d07026646421d3d70214f4cdc5041f2"
22
22
  }