mitra-interactions-sdk 1.0.29 → 1.0.30

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,19 +42,19 @@ import { loginMitra } from 'mitra-interactions-sdk';
42
42
 
43
43
  // Login com email e senha
44
44
  const result = await loginMitra('email', {
45
- authUrl: 'https://validacao.mitralab.io/auth/',
45
+ authUrl: 'https://coder.mitralab.io/sdk-auth/',
46
46
  projectId: 123
47
47
  });
48
48
 
49
49
  // Login com Google
50
50
  const result = await loginMitra('google', {
51
- authUrl: 'https://validacao.mitralab.io/auth/',
51
+ authUrl: 'https://coder.mitralab.io/sdk-auth/',
52
52
  projectId: 123
53
53
  });
54
54
 
55
55
  // Login com Microsoft
56
56
  const result = await loginMitra('microsoft', {
57
- authUrl: 'https://validacao.mitralab.io/auth/',
57
+ authUrl: 'https://coder.mitralab.io/sdk-auth/',
58
58
  projectId: 123
59
59
  });
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mitra-interactions-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "SDK agnóstico para interações com a plataforma Mitra",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",