Skip to content

Commit 38142a7

Browse files
committed
Update registry to NPM
1 parent a41a80b commit 38142a7

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry=http://verdaccio.ds.io:4873
1+
registry=https://registry.npmjs.org

docs/DEVELOPMENT.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ nvm install
2424
```
2525

2626
2. **Register the VEDA-UI package**
27-
The VEDA-UI package is hosted on a Verdaccio instance during its experimental phase. To install it, configure Yarn to use the Verdaccio instance:
28-
29-
```sh
30-
yarn config set @developmentseed:veda-ui http://verdaccio.ds.io:4873/
31-
```
27+
The VEDA-UI package is now published on the public NPM registry under the @developmentseed scope. To install it, ensure your `.npmrc` or global npm configuration points to the public registry (default).
3228

3329
3. **Install dependencies**
3430

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fix": "yarn run format && yarn run lint:fix"
1313
},
1414
"dependencies": {
15-
"@developmentseed/veda-ui": "v5.11.5-1324",
15+
"@developmentseed/veda-ui": "v5.11.5",
1616
"@devseed-ui/theme-provider": "^4.1.0",
1717
"@types/node": "20.11.17",
1818
"@types/react": "18.2.55",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@
229229
style-mod "^4.1.0"
230230
w3c-keyname "^2.2.4"
231231

232-
"@developmentseed/[email protected].4-alpha.0":
233-
version "5.11.4-alpha.0"
234-
resolved "http://verdaccio.ds.io:4873/@developmentseed%2fveda-ui/-/veda-ui-5.11.4-alpha.0.tgz#daa6fc917257ce2a5e2df58ecd5ce464fa30c7ca"
235-
integrity sha512-mnBo91rY1Y3Y0svhz7JAzrotXq/WHRGR1temQIL/ntmxbtXIn7l77Yho5cRKDFFDaOKxPskypcWeCk9A8GmCMw==
232+
"@developmentseed/[email protected].5":
233+
version "5.11.5"
234+
resolved "https://registry.yarnpkg.com/@developmentseed/veda-ui/-/veda-ui-5.11.5.tgz#707b496f29136ac9bb5224b79133c3adba6bf31f"
235+
integrity sha512-khC8v+WefdUFXseyMf0M8tPhxWySyRyOWznD6esZ6fDaYUgqIVf/gS0tZfTWQRoIi+y0shOm1h6CAceiY+8adg==
236236
dependencies:
237237
"@codemirror/lang-markdown" "^6.1.1"
238238
"@codemirror/state" "^6.2.1"
@@ -296,7 +296,6 @@
296296
google-polyline "^1.0.3"
297297
gulp-postcss "^10.0.0"
298298
gulp-sass "^6.0.0"
299-
he "^1.2.0"
300299
history "^5.1.0"
301300
intersection-observer "^0.12.0"
302301
jotai "^2.6.2"
@@ -311,6 +310,7 @@
311310
markdown-it "^14.0.0"
312311
optics-ts "^2.4.1"
313312
papaparse "^5.3.2"
313+
pinst "^3.0.0"
314314
polished "^4.1.3"
315315
postcss "^8.4.39"
316316
postcss-import "^16.1.0"
@@ -4864,11 +4864,6 @@ [email protected]:
48644864
resolved "http://verdaccio.ds.io:4873/hat/-/hat-0.0.3.tgz#bb014a9e64b3788aed8005917413d4ff3d502d8a"
48654865
integrity sha1-uwFKnmSzeIrtgAWRdBPU/z1QLYo=
48664866

4867-
he@^1.2.0:
4868-
version "1.2.0"
4869-
resolved "http://verdaccio.ds.io:4873/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
4870-
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
4871-
48724867
history@^5.1.0:
48734868
version "5.3.0"
48744869
resolved "http://verdaccio.ds.io:4873/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
@@ -6775,6 +6770,11 @@ pify@^2.3.0:
67756770
resolved "http://verdaccio.ds.io:4873/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
67766771
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
67776772

6773+
pinst@^3.0.0:
6774+
version "3.0.0"
6775+
resolved "https://registry.yarnpkg.com/pinst/-/pinst-3.0.0.tgz#80dec0a85f1f993c6084172020f3dbf512897eec"
6776+
integrity sha512-cengSmBxtCyaJqtRSvJorIIZXMXg+lJ3sIljGmtBGUVonMnMsVJbnzl6jGN1HkOWwxNuJynCJ2hXxxqCQrFDdw==
6777+
67786778
plugin-error@^1.0.1:
67796779
version "1.0.1"
67806780
resolved "http://verdaccio.ds.io:4873/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c"

0 commit comments

Comments
 (0)