Skip to content

Commit

Permalink
chore: update ali npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 committed Aug 9, 2023
1 parent 4b85223 commit c2f30fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/constant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.5

- chore: update ALI_NPM_REGISTRY

## 0.1.4

- Chore: update ALI_NPM_REGISTRY
Expand Down
2 changes: 1 addition & 1 deletion packages/constant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appworks/constant",
"version": "0.1.4",
"version": "0.1.5",
"main": "lib/index.js",
"scripts": {
"compile": "rm -rf lib && tsc -p ./tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/constant/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Base64 } from 'js-base64';

// Some internal URLs are not suitable for direct disclosure
export const ALI_NPM_REGISTRY = Base64.decode('aHR0cHM6Ly9yZWdpc3RyeS5ucG0uYWxpYmFiYS1pbmMuY29tLw==');
export const ALI_NPM_REGISTRY = Base64.decode('aHR0cHM6Ly9yZWdpc3RyeS5hbnBtLmFsaWJhYmEtaW5jLmNvbS8=');
export const ALI_GITACCOUNT_URL = Base64.decode('aHR0cDovL2dpdGxhYi5hbGliYWJhLWluYy5jb20vcHJvZmlsZS9hY2NvdW50');
export const ALI_GITACCOUNT_SHORTURL = Base64.decode('Z2l0bGFiLmFsaWJhYmEtaW5jLmNvbS9wcm9maWxlL2FjY291bnQ=');
export const ALI_GITLABGROUPS_API = Base64.decode('aHR0cDovL2dpdGxhYi5hbGliYWJhLWluYy5jb20vYXBpL3YzL2dyb3Vwcw==');
Expand Down

0 comments on commit c2f30fb

Please sign in to comment.