@tanglemedia/svelte-starter-directus-api 4.1.1 → 4.1.2

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": "@tanglemedia/svelte-starter-directus-api",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.ts",
6
6
  "description": "directus API wrapper for all the directus sdk functionality",
@@ -195,5 +195,8 @@ export {
195
195
  utilsImport,
196
196
  utilsExport,
197
197
  clearCache,
198
- passwordRequest
198
+ passwordRequest,
199
+ createDirectus,
200
+ rest,
201
+ staticToken
199
202
  } from '@directus/sdk';
@@ -5,7 +5,8 @@ export {
5
5
  type AllCollections,
6
6
  type DirectusClient,
7
7
  type RegularCollections,
8
- type RestClient
8
+ type RestClient,
9
+ type StaticTokenClient
9
10
  } from '@directus/sdk';
10
11
 
11
12
  export type DirectusApiAuthOptions = {