@magic-ext/flow 13.0.0 → 14.0.0-canary.538.5339058142.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 +8 -0
- package/LICENSE +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# 13.0.0 (Wed June 14 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
- Testing Node v18 ([@makrandgupta](https://github.com/makrandgupta))
|
|
5
|
+
#### Authors: 1
|
|
6
|
+
|
|
7
|
+
- Makrand Gupta ([@makrandgupta](https://github.com/makrandgupta))
|
|
8
|
+
|
|
1
9
|
# v12.3.0 (Fri May 26 2023)
|
|
2
10
|
|
|
3
11
|
#### 🐛 Bug Fix
|
package/LICENSE
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/flow",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0-canary.538.5339058142.0",
|
|
4
4
|
"description": "magic flow extension",
|
|
5
5
|
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@magic-sdk/commons": "
|
|
30
|
+
"@magic-sdk/commons": "15.0.0-canary.538.5339058142.0",
|
|
31
31
|
"@onflow/fcl": "0.0.41",
|
|
32
32
|
"@onflow/types": "0.0.3"
|
|
33
33
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"@onflow/fcl": "0.0.41",
|
|
36
36
|
"@onflow/types": "0.0.3"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "8443af6f120578ac8d93810debe803e63e71b557"
|
|
39
39
|
}
|