@trymellon/js 2.3.0 → 2.3.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/vue.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { InjectionKey, Ref } from 'vue';
2
- import { T as TryMellon, R as Result, a as RegisterResult, b as TryMellonError, c as RegisterOptions, A as AuthenticateResult, d as AuthenticateOptions, E as EnrollmentResult, e as EnrollOptions } from './trymellon-DItEFTiv.cjs';
2
+ import { T as TryMellon, R as Result, a as RegisterResult, b as TryMellonError, c as RegisterOptions, A as AuthenticateResult, d as AuthenticateOptions, E as EnrollmentResult, e as EnrollOptions } from './trymellon-BKAS6p95.cjs';
3
3
 
4
4
  declare const TryMellonKey: InjectionKey<TryMellon>;
5
5
  declare function provideTryMellon(client: TryMellon): void;
package/dist/vue.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { InjectionKey, Ref } from 'vue';
2
- import { T as TryMellon, R as Result, a as RegisterResult, b as TryMellonError, c as RegisterOptions, A as AuthenticateResult, d as AuthenticateOptions, E as EnrollmentResult, e as EnrollOptions } from './trymellon-DItEFTiv.js';
2
+ import { T as TryMellon, R as Result, a as RegisterResult, b as TryMellonError, c as RegisterOptions, A as AuthenticateResult, d as AuthenticateOptions, E as EnrollmentResult, e as EnrollOptions } from './trymellon-BKAS6p95.js';
3
3
 
4
4
  declare const TryMellonKey: InjectionKey<TryMellon>;
5
5
  declare function provideTryMellon(client: TryMellon): void;
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@trymellon/js",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "SDK oficial de TryMellon para integrar autenticación passwordless con Passkeys / WebAuthn",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
- "sideEffects": false,
9
+ "sideEffects": [
10
+ "./dist/ui/index.js"
11
+ ],
10
12
  "exports": {
11
13
  ".": {
12
14
  "types": "./dist/index.d.ts",
@@ -88,6 +90,9 @@
88
90
  "engines": {
89
91
  "node": ">=18.0.0"
90
92
  },
93
+ "overrides": {
94
+ "flatted": ">=3.4.0"
95
+ },
91
96
  "browserslist": [
92
97
  ">0.5%",
93
98
  "last 2 versions",
@@ -123,5 +128,21 @@
123
128
  "typescript-eslint": "^8.53.0",
124
129
  "vitest": "^1.2.0",
125
130
  "vue": "^3.5.28"
131
+ },
132
+ "peerDependencies": {
133
+ "react": "^18.0.0 || ^19.0.0",
134
+ "vue": "^3.3.0",
135
+ "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"
136
+ },
137
+ "peerDependenciesMeta": {
138
+ "react": {
139
+ "optional": true
140
+ },
141
+ "vue": {
142
+ "optional": true
143
+ },
144
+ "@angular/core": {
145
+ "optional": true
146
+ }
126
147
  }
127
148
  }