@magic-sdk/types 15.5.0 → 15.6.0
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/CHANGELOG.md +35 -1
- package/README.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,50 @@
|
|
|
1
|
+
# v15.6.0 (Fri Jun 23 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Auto version bumping [#557](https://github.com/magiclabs/magic-js/pull/557) ([@Ethella](https://github.com/Ethella) [@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
|
7
|
+
- Implement view-in-wallet [#548](https://github.com/magiclabs/magic-js/pull/548) ([@octave08](https://github.com/octave08))
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fix
|
|
10
|
+
|
|
11
|
+
- Match NPM Version ([@Ariflo](https://github.com/Ariflo))
|
|
12
|
+
- Update CHANGELOG.md \[skip ci\] ([@Ethella](https://github.com/Ethella))
|
|
13
|
+
- Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
|
|
14
|
+
- White space bump ([@Ariflo](https://github.com/Ariflo))
|
|
15
|
+
- Add typings to package.json export [#517](https://github.com/magiclabs/magic-js/pull/517) ([@octave08](https://github.com/octave08))
|
|
16
|
+
- Remove approval step for canary releases [sc-80045] [#549](https://github.com/magiclabs/magic-js/pull/549) ([@bcleary06](https://github.com/bcleary06))
|
|
17
|
+
- Implement view-in-wallet ([@octave08](https://github.com/octave08))
|
|
18
|
+
- Add typings to package.json export ([@octave08](https://github.com/octave08))
|
|
19
|
+
|
|
20
|
+
#### Authors: 4
|
|
21
|
+
|
|
22
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
23
|
+
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
|
24
|
+
- Jay Hwang ([@octave08](https://github.com/octave08))
|
|
25
|
+
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
1
29
|
# v15.5.0 (Fri Jun 23 2023)
|
|
2
30
|
|
|
3
31
|
#### 🚀 Enhancement
|
|
4
32
|
|
|
33
|
+
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
|
5
34
|
- Implement view-in-wallet [#548](https://github.com/magiclabs/magic-js/pull/548) ([@octave08](https://github.com/octave08))
|
|
6
35
|
|
|
7
36
|
#### 🐛 Bug Fix
|
|
8
37
|
|
|
38
|
+
- Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
|
|
39
|
+
- White space bump ([@Ariflo](https://github.com/Ariflo))
|
|
40
|
+
- Add typings to package.json export [#517](https://github.com/magiclabs/magic-js/pull/517) ([@octave08](https://github.com/octave08))
|
|
9
41
|
- Remove approval step for canary releases [sc-80045] [#549](https://github.com/magiclabs/magic-js/pull/549) ([@bcleary06](https://github.com/bcleary06))
|
|
10
42
|
- Implement view-in-wallet ([@octave08](https://github.com/octave08))
|
|
43
|
+
- Add typings to package.json export ([@octave08](https://github.com/octave08))
|
|
11
44
|
|
|
12
|
-
#### Authors:
|
|
45
|
+
#### Authors: 3
|
|
13
46
|
|
|
47
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
14
48
|
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
|
15
49
|
- Jay Hwang ([@octave08](https://github.com/octave08))
|
|
16
50
|
|
package/README.md
CHANGED
|
@@ -20,4 +20,4 @@ This package is an internal dependency of the Magic JavaScript SDK ecosystem. If
|
|
|
20
20
|
|
|
21
21
|
- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk)
|
|
22
22
|
- Bare React Native: [`@magic-sdk/react-native-bare`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-bare)
|
|
23
|
-
- Expo React Native: [`@magic-sdk/react-native-expo`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-expo)
|
|
23
|
+
- Expo React Native: [`@magic-sdk/react-native-expo`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-expo)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/types",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.6.0",
|
|
4
4
|
"description": "Core typings for Magic SDK packages.",
|
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,8 +17,9 @@
|
|
|
17
17
|
"module": "./dist/es/index.js",
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
|
19
19
|
"exports": {
|
|
20
|
+
"types": "./dist/types/index.d.ts",
|
|
20
21
|
"import": "./dist/es/index.mjs",
|
|
21
22
|
"require": "./dist/cjs/index.js"
|
|
22
23
|
},
|
|
23
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "49d171b23611e73d2354677a5bbef9d276b42867"
|
|
24
25
|
}
|