Skip to content

Commit 8062e3c

Browse files
hacke2guqiankun.gqk
authored andcommitted
release: v2.0.2-3
1 parent 05b65cf commit 8062e3c

14 files changed

Lines changed: 28 additions & 27 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
"publisher": "opensumi-lite-extensions",
190190
"name": "anycode-python",
191191
"version": "0.0.5"
192-
},{
192+
},
193+
{
193194
"publisher": "opensumi-lite-extensions",
194195
"name": "anycode-rust",
195196
"version": "0.0.5"

packages/acr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"scripts": {},
1111
"publishConfig": {
12-
"registry": "https://registry.antfin-inc.com"
12+
"registry": "https://registry.npm.alibaba-inc.com"
1313
},
1414
"tnpm": {
1515
"mode": "yarn",
@@ -30,4 +30,4 @@
3030
"md5": "^2.3.0",
3131
"split-retain": "^1.0.1"
3232
}
33-
}
33+
}

packages/alex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"postinstall": "node ./scripts/install-ext"
2828
},
2929
"publishConfig": {
30-
"registry": "https://registry.antfin-inc.com"
30+
"registry": "https://registry.npm.alibaba-inc.com"
3131
},
3232
"dependencies": {
3333
"@opensumi/ide-addons": "2.18.8",
@@ -97,4 +97,4 @@
9797
"react": "^16.14.0",
9898
"react-dom": "^16.14.0"
9999
}
100-
}
100+
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {},
1717
"publishConfig": {
18-
"registry": "https://registry.antfin-inc.com"
18+
"registry": "https://registry.npm.alibaba-inc.com"
1919
},
2020
"dependencies": {
2121
"@ali/ide-extension-installer": "^2.0.0",
@@ -43,4 +43,4 @@
4343
"@types/send": "^0.14.7",
4444
"@types/signale": "^1.4.1"
4545
}
46-
}
46+
}

packages/code-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {},
1414
"publishConfig": {
15-
"registry": "https://registry.antfin-inc.com"
15+
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"tnpm": {
1818
"mode": "yarn",
@@ -24,4 +24,4 @@
2424
"@alipay/alex-shared": "2.0.4",
2525
"tslib": "^2.2.0"
2626
}
27-
}
27+
}

packages/code-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {},
1414
"publishConfig": {
15-
"registry": "https://registry.antfin-inc.com"
15+
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"tnpm": {
1818
"mode": "yarn",
@@ -24,4 +24,4 @@
2424
"umi-request": "^1.3.5",
2525
"tslib": "^2.2.0"
2626
}
27-
}
27+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {},
1414
"publishConfig": {
15-
"registry": "https://registry.antfin-inc.com"
15+
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"tnpm": {
1818
"mode": "yarn",
@@ -47,4 +47,4 @@
4747
"@types/uuid": "^3",
4848
"vscode": "^1.1.37"
4949
}
50-
}
50+
}

packages/i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {},
1414
"publishConfig": {
15-
"registry": "https://registry.antfin-inc.com"
15+
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"tnpm": {
1818
"mode": "yarn",
@@ -23,4 +23,4 @@
2323
"@alipay/alex-shared": "2.0.4",
2424
"tslib": "^2.2.0"
2525
}
26-
}
26+
}

packages/integrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {},
1414
"publishConfig": {
15-
"registry": "https://registry.antfin-inc.com"
15+
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"dependencies": {
1818
"@alipay/alex": "2.0.4",
@@ -48,4 +48,4 @@
4848
"react": "^16.14.0",
4949
"react-dom": "^16.14.0"
5050
}
51-
}
51+
}

packages/lsif-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {},
1414
"publishConfig": {
15-
"registry": "https://registry.antfin-inc.com"
15+
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"tnpm": {
1818
"mode": "yarn",
@@ -28,4 +28,4 @@
2828
"@opensumi/ide-core-common": "2.18.8",
2929
"@opensumi/ide-extension": "2.18.8"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)