Skip to content

Commit

Permalink
Merge pull request #12 from privy-open-source/hotfix/fix-prefix-url-n…
Browse files Browse the repository at this point in the history
…ot-work
  • Loading branch information
adenvt authored May 2, 2023
2 parents a3ab3d3 + a383c43 commit 0d96ec8
Show file tree
Hide file tree
Showing 6 changed files with 635 additions and 380 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@privyid/nuapi",
"version": "0.2.0",
"version": "0.2.1",
"description": "Nuxt HTTP Client module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"repository": {
"type": "git",
"url": "https://github.com/privy-open-source/nuapi.git"
Expand Down Expand Up @@ -58,7 +58,7 @@
"@nuxt/module-builder": "^0.3.0",
"@nuxt/schema": "^3.4.1",
"@nuxt/test-utils": "^3.4.1",
"@privyid/eslint-config-persona": "^0.11.0",
"@privyid/eslint-config-persona": "^0.12.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitest/coverage-c8": "^0.30.1",
Expand Down
3 changes: 3 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { fileURLToPath } from 'node:url'

export default defineNuxtConfig({
modules : ['../src/module'],
alias : { '@privyid/nuapi/core': fileURLToPath(new URL('../src/core/', import.meta.url)) },
nuapi : {},
typescript: {
tsConfig: {
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
type ApiConfig,
createApi,
setApi,
} from '../core'
} from '@privyid/nuapi/core'
import getURL from 'requrl'
import { joinURL } from 'ufo'

Expand Down
Loading

0 comments on commit 0d96ec8

Please sign in to comment.