Skip to content

Commit

Permalink
⬆️ Use likecoin fork for authcore-js
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jul 21, 2022
1 parent 6bc1628 commit b42fb8a
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 100 deletions.
2 changes: 1 addition & 1 deletion components/AuthCore/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script>
import {
AuthCoreWidgets,
} from 'authcore-js';
} from '@likecoin/authcore-js';
import config from './config';
import { AUTHCORE_API_HOST } from '@/constant';
Expand Down
2 changes: 1 addition & 1 deletion components/AuthCore/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</template>

<script>
import { AuthCoreWidgets } from 'authcore-js';
import { AuthCoreWidgets } from '@likecoin/authcore-js';
import config from './config';
import { AUTHCORE_API_HOST } from '@/constant';
Expand Down
195 changes: 100 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@likecoin/iscn-js": "0.0.7",
"@likecoin/iscn-message-types": "0.0.1",
"@likecoin/nuxt-google-optimize": "^0.5.3-like.10",
"@likecoin/authcore-js": "0.3.0-like.0",
"@likecoin/secretd-js": "^0.4.3",
"@likecoin/ui-vue": "^0.7.1",
"@likecoin/vue-image-lightbox": "^5.5.4",
"@likecoin/vue-simple-svg": "^1.4.1",
"@nuxtjs/google-tag-manager": "^2.1.4",
"@nuxtjs/sentry": "^3.0.1",
"authcore-js": "git+https://gitlab.com/blocksq/authcore-js.git#49e7af71b7bdd88c92a8de34e406ebb145deb709",
"axios": "^0.21.1",
"bech32": "^1.1.4",
"bignumber.js": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/AuthCore.client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AuthCoreAuthClient } from 'authcore-js';
import { AuthCoreAuthClient } from '@likecoin/authcore-js';

import { AUTHCORE_API_HOST } from '@/constant';
import * as types from '@/store/mutation-types';
Expand Down
Loading

0 comments on commit b42fb8a

Please sign in to comment.