diff --git a/package.json b/package.json index d8fdc2c0f8d36b9d36a29d3bcde0fad8cfb7394b..0fe76fa07eb6a114075e111c338c371d94aa95b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arise/aidc-sveltekit", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "vite dev", "build": "vite build && npm run package", @@ -17,6 +17,10 @@ ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" + }, + "./paths": { + "types": "./dist/paths.d.ts", + "svelte": "./dist/paths.js" } }, "files": [ @@ -59,4 +63,4 @@ "openid-client": "^5.6.1", "zod": "^3.22.4" } -} +} \ No newline at end of file