@alpic-ai/sdk 0.0.0-dev.gf5cd963 → 0.0.0-staging.g0ebcada

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": "@alpic-ai/sdk",
3
- "version": "0.0.0-dev.gf5cd963",
3
+ "version": "0.0.0-staging.g0ebcada",
4
4
  "description": "Programmatic SDK for Alpic (auth, API, tunnel)",
5
5
  "homepage": "https://alpic.ai",
6
6
  "repository": {
@@ -34,16 +34,16 @@
34
34
  "open": "^11.0.0",
35
35
  "openid-client": "^6.8.4",
36
36
  "zod": "^4.4.3",
37
- "@alpic-ai/api": "0.0.0-dev.gf5cd963"
37
+ "@alpic-ai/api": "0.0.0-staging.g0ebcada"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@total-typescript/tsconfig": "^1.0.4",
41
- "@types/node": "^25.9.3",
41
+ "@types/node": "^25.9.4",
42
42
  "esbuild": "^0.28.1",
43
- "pipenet": "1.4.0",
43
+ "pipenet": "1.4.2",
44
44
  "shx": "^0.4.0",
45
45
  "typescript": "^6.0.3",
46
- "vitest": "^4.1.8"
46
+ "vitest": "^4.1.9"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "shx rm -rf dist && tsc && pnpm run build:assets && node scripts/bundle-vendor.mjs",