@theholocron/holocron-plugin-neon 2.1.0 → 2.1.1

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +0 -1
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { AuthError, ConnectionStringOptions, ResolveTokenInput, Storage, StorageBranch } from "@theholocron/cli";
2
2
  import { NeonClient, NeonClient as NeonClient$1, createNeonClient } from "@theholocron/neon-client";
3
-
4
3
  //#region src/auth.d.ts
5
4
  declare const resolveToken: (input?: import("@theholocron/http-client").ResolveTokenInput) => string;
6
5
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-neon",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Holocron plugin for Neon. Implements the storage capability against Neon's REST API — branch ops, connection strings, extensions.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-neon#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@theholocron/neon-client": "^1.3.0",
25
- "@theholocron/cli": "2.1.0"
25
+ "@theholocron/cli": "2.1.1"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/neon-client": {
@@ -45,7 +45,7 @@
45
45
  "tsx": "4.22.4",
46
46
  "typescript": "^5.9.3",
47
47
  "vitest": "^4.1.10",
48
- "@theholocron/cli": "2.1.0"
48
+ "@theholocron/cli": "2.1.1"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"