@forgezero/providers 0.1.1 → 0.1.2

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/dist/binance.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/http.ts
131
131
  class BudgetExhausted extends ProviderError {
package/dist/chain.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/chain.ts
131
131
  var hexToNumber = (value) => Number(BigInt(value));
package/dist/database.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/database.ts
131
131
  var pools = new Map;
package/dist/email.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/email.ts
131
131
  var recipients = (to) => Array.isArray(to) ? [...to] : [to];
package/dist/http.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/http.ts
131
131
  class BudgetExhausted extends ProviderError {
package/dist/index.d.ts CHANGED
@@ -152,4 +152,4 @@ export interface EmailMessage {
152
152
  from?: string;
153
153
  replyTo?: string;
154
154
  }
155
- export declare const VERSION = "0.1.0";
155
+ export declare const VERSION = "0.1.2";
package/dist/index.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
  export {
130
130
  staticConfig,
131
131
  nextHealth,
package/dist/pool.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/http.ts
131
131
  class BudgetExhausted extends ProviderError {
package/dist/storage.js CHANGED
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/storage.ts
131
131
  var encoder = new TextEncoder;
@@ -125,7 +125,7 @@ function createRegistry(options) {
125
125
  }
126
126
  return { call };
127
127
  }
128
- var VERSION = "0.1.0";
128
+ var VERSION = "0.1.2";
129
129
 
130
130
  // src/translation.ts
131
131
  var GOOGLE_ENDPOINT = "https://generativelanguage.googleapis.com/v1beta/models";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "//": "Publishing happens from an operator's machine, not CI \u2014 CLAUDE.md records that the absence of CI is deliberate. npm's `provenance` attests a tarball was built by a recognised CI provider from a named commit, so it cannot be produced here: it was set, and the first publish failed with `Automatic provenance generation not supported for provider: null`. A setting that can never be satisfied is worse than none, because it reads as a guarantee nobody is getting. Restore it the day this publishes from CI, and not before.",
3
3
  "name": "@forgezero/providers",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"