File tree 12 files changed +16
-10
lines changed
12 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<a href =" https://github.com/magiclabs/magic-js/blob/master/LICENSE " >License</a > ·
9
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/CHANGELOG.md " >Changelog</a > ·
9
10
<a href =" https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md " >Contributing Guide</a >
10
11
</p >
11
12
Original file line number Diff line number Diff line change 5
5
> Exposes a listing of common public APIs from ` @magic-sdk/provider ` and ` @magic-sdk/typings ` to the platform-specific entry points (` magic-sdk ` and ` @magic-sdk/react-native ` )
6
6
7
7
<p align =" center " >
8
- <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/public/LICENSE " >License</a > ·
8
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/commons/LICENSE " >License</a > ·
9
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/commons/CHANGELOG.md " >Changelog</a > ·
9
10
<a href =" https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md " >Contributing Guide</a >
10
11
</p >
11
12
Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<a href =" https://github.com/magiclabs/magic-js/blob/master/packages/provider/LICENSE " >License</a > ·
9
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/provider/CHANGELOG.md " >Changelog</a > ·
9
10
<a href =" https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md " >Contributing Guide</a >
10
11
</p >
11
12
Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<a href =" https://github.com/magiclabs/magic-js/blob/master/packages/react-native/LICENSE " >License</a > ·
9
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/react-native/CHANGELOG.md " >Changelog</a > ·
9
10
<a href =" https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md " >Contributing Guide</a >
10
11
</p >
11
12
Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<a href =" https://github.com/magiclabs/magic-js/blob/master/packages/types/LICENSE " >License</a > ·
9
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/types/CHANGELOG.md " >Changelog</a > ·
9
10
<a href =" https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md " >Contributing Guide</a >
10
11
</p >
11
12
Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<a href =" https://github.com/magiclabs/magic-js/blob/master/packages/web/LICENSE " >License</a > ·
9
+ <a href =" https://github.com/magiclabs/magic-js/blob/master/packages/web/CHANGELOG.md " >Changelog</a > ·
9
10
<a href =" https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md " >Contributing Guide</a >
10
11
</p >
11
12
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
echo
4
- boxen --border-color cyan --dim-border --padding 1 " 🏗 Building TypeScripts..."
4
+ boxen --border-color cyan --dim-border --padding 1 " Building TypeScripts..."
5
5
echo
6
6
7
7
tsconfig_paths=$( echo -e $( yarn --silent paths tsconfig.json tsconfig.module.json) )
@@ -16,7 +16,7 @@ echo "TypeScripts compiled."
16
16
# ---------------------------------------------------------------------------- #
17
17
18
18
echo
19
- boxen --border-color cyan --dim-border --padding 1 " 📦 Building CDN bundles..."
19
+ boxen --border-color cyan --dim-border --padding 1 " Building CDN bundles..."
20
20
echo
21
21
22
22
echo " You can safely ignore \` The 'this' keyword is equivalent to 'undefined'\` warnings"
@@ -27,7 +27,7 @@ yarn wsrun --serial $INIT_CWD/scripts/wsrun/build:cdn.sh
27
27
# ---------------------------------------------------------------------------- #
28
28
29
29
echo
30
- boxen --border-color cyan --dim-border --padding 1 " 🔗 Interpolating ENV variables..."
30
+ boxen --border-color cyan --dim-border --padding 1 " Interpolating ENV variables..."
31
31
echo
32
32
33
33
pkg_paths=$( echo -e $( yarn --silent paths) )
Original file line number Diff line number Diff line change 63
63
64
64
msg () {
65
65
echo
66
- boxen --border-color cyan --dim-border --padding 1 " 🧼 Cleaning $1 ..."
66
+ boxen --border-color cyan --dim-border --padding 1 " Cleaning $1 ..."
67
67
echo
68
68
}
69
69
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
echo
4
- boxen --border-color cyan --dim-border --padding 1 " 🏗 Building for development..."
4
+ boxen --border-color cyan --dim-border --padding 1 " Building for development..."
5
5
echo
6
6
7
7
pkg_paths=$( echo -e $( yarn --silent paths) )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
echo
4
- boxen --border-color cyan --dim-border --padding 1 " 🔎 Linting TypeScripts..."
4
+ boxen --border-color cyan --dim-border --padding 1 " Linting TypeScripts..."
5
5
echo
6
6
7
7
yarn wsrun --stages eslint --fix " **/src/**/*.ts"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
echo
4
- boxen --border-color cyan --dim-border --padding 1 " 🚦 Running tests..."
4
+ boxen --border-color cyan --dim-border --padding 1 " Running tests..."
5
5
echo
6
6
7
7
yarn wsrun --serial $INIT_CWD /scripts/wsrun/test:unit.sh $@
Original file line number Diff line number Diff line change 5
5
{ "path" : " ./packages/provider/tsconfig.json" },
6
6
{ "path" : " ./packages/provider/tsconfig.module.json" },
7
7
8
- { "path" : " ./packages/public /tsconfig.json" },
9
- { "path" : " ./packages/public /tsconfig.module.json" },
8
+ { "path" : " ./packages/commons /tsconfig.json" },
9
+ { "path" : " ./packages/commons /tsconfig.module.json" },
10
10
11
11
{ "path" : " ./packages/react-native/tsconfig.json" },
12
12
{ "path" : " ./packages/react-native/tsconfig.module.json" },
You can’t perform that action at this time.
0 commit comments