@databutton/firebase-types 1.167.0 → 1.168.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.
@@ -2846,7 +2846,7 @@ export declare const isEmailChannel: (channel: Channel) => channel is EmailChann
2846
2846
  export declare const isTeamsChannel: (channel: Channel) => channel is TeamsChannel;
2847
2847
  export type ToolApprovalPolicy = "prompt" | "allow" | "deny" | "custom-or-prompt" | "custom-or-allow" | "custom-or-deny";
2848
2848
  export type ToolKind = "platform" | "user";
2849
- export type ToolEditWidget = "email";
2849
+ export type ToolEditWidget = "email" | "none";
2850
2850
  export type ToolPrimitive = string | number | boolean;
2851
2851
  export interface InputAllowlistRule {
2852
2852
  equals?: ToolPrimitive;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.167.0",
3
+ "version": "1.168.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -23,7 +23,13 @@
23
23
  },
24
24
  "resolutions": {
25
25
  "//": "Pin a single @smithy/signature-v4 so the SigV4a signer registered by @aws-sdk/signature-v4a is visible to the CloudFront KVS client. Two copies (5.5.0 via signature-v4a, 5.5.x via signature-v4-multi-region) split the signer container and break KVS writes (DAT-13050).",
26
- "@smithy/signature-v4": "5.6.12"
26
+ "@smithy/signature-v4": "5.6.12",
27
+ "//2": "Runtime-shipping transitive security bumps. yarn v1 only pins transitive deps durably via resolutions (a bare lockfile edit reverts on install). All are same-major, backward-compatible. Consolidates Renovate/Dependabot PRs #1225, #1237, #1238, #1243, #1245.",
28
+ "websocket-driver": "0.7.5",
29
+ "@protobufjs/utf8": "1.1.2",
30
+ "@tootallnate/once": "2.0.1",
31
+ "node-forge": "1.4.0",
32
+ "fast-xml-parser": "5.10.1"
27
33
  },
28
34
  "repository": {
29
35
  "type": "git",