@singi-labs/sifa-sdk 0.9.17 → 0.9.19

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.
@@ -1,4 +1,4 @@
1
- import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../../index-C-sTNvaH.cjs';
1
+ import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../../index-DCpMh2Ny.cjs';
2
2
 
3
3
  /**
4
4
  * Foundation HTTP client for talking to the Sifa AppView.
@@ -1,4 +1,4 @@
1
- import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../../index-C-sTNvaH.js';
1
+ import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../../index-DCpMh2Ny.js';
2
2
 
3
3
  /**
4
4
  * Foundation HTTP client for talking to the Sifa AppView.
@@ -4,7 +4,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { ReactNode } from 'react';
5
5
  import * as _tanstack_react_query from '@tanstack/react-query';
6
6
  import { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
7
- import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../index-C-sTNvaH.cjs';
7
+ import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../index-DCpMh2Ny.cjs';
8
8
 
9
9
  interface SifaProviderProps {
10
10
  config: SifaApiConfig;
@@ -4,7 +4,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { ReactNode } from 'react';
5
5
  import * as _tanstack_react_query from '@tanstack/react-query';
6
6
  import { UseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
7
- import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../index-C-sTNvaH.js';
7
+ import { b as Profile, o as ProfilePosition, S as SkillRef, d as ExternalAccount, t as SkillSuggestion } from '../index-DCpMh2Ny.js';
8
8
 
9
9
  interface SifaProviderProps {
10
10
  config: SifaApiConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singi-labs/sifa-sdk",
3
- "version": "0.9.17",
3
+ "version": "0.9.19",
4
4
  "description": "Sifa SDK — public client library for the Sifa AppView on AT Protocol. Shared by sifa-web and sifa-app.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -114,9 +114,9 @@
114
114
  "lint": "eslint",
115
115
  "lint:fix": "eslint --fix",
116
116
  "typecheck": "tsc --noEmit",
117
- "test": "vitest run --max-workers=2 --min-workers=1",
118
- "test:watch": "vitest --max-workers=2 --min-workers=1",
119
- "test:coverage": "vitest run --max-workers=2 --min-workers=1 --coverage",
117
+ "test": "vitest run",
118
+ "test:watch": "vitest",
119
+ "test:coverage": "vitest run --coverage",
120
120
  "format": "prettier --write .",
121
121
  "format:check": "prettier --check .",
122
122
  "prepare": "husky",