locator-ars-lib 1.1.3 → 1.1.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locator-ars-lib",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Permissions library for Vue 3 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/locator-ars-lib.umd.js",
package/types/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { App, Component, Ref, ComputedRef, ObjectDirective } from 'vue'
3
3
  export interface PermissionsOptions {
4
4
  baseUrl?: string
5
5
  endpoint?: string
6
+ application?: string
6
7
  }
7
8
 
8
9
  export interface UsePermissionsOptions {
@@ -4,6 +4,7 @@ declare module 'locator-ars-lib' {
4
4
  export interface PermissionsOptions {
5
5
  baseUrl?: string
6
6
  endpoint?: string
7
+ application?: string
7
8
  }
8
9
 
9
10
  export interface UsePermissionsOptions {