File tree Expand file tree Collapse file tree 4 files changed +35
-35
lines changed Expand file tree Collapse file tree 4 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1- @martenrichter :registry = https://npm.pkg.github.com
1+ @fails-components :registry = https://npm.pkg.github.com
22registry = https://registry.npmjs.org
Original file line number Diff line number Diff line change 11{
2- "name" : " @martenrichter/ fails-components- noteshandler" ,
2+ "name" : " @fails-components/ noteshandler" ,
33 "version" : " 0.0.1" ,
44 "description" : " Supplies server side notes handling" ,
55 "author" : " Marten Richter" ,
66 "license" : " AGPL-3.0-or-later" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+https://github.com/martenrichter/ fails-components- noteshandler.git"
9+ "url" : " git+https://github.com/fails-components/ noteshandler.git"
1010 },
1111 "main" : " src/server.js" ,
1212 "source" : " src/server.js" ,
4444 " dist"
4545 ],
4646 "dependencies" : {
47- "@martenrichter/ fails-components- data" : " ^ 0.0.1 " ,
47+ "@fails-components/ data" : " >= 0.0.0 " ,
4848 "uuid" : " ^8.3.2" ,
4949 "@socket.io/redis-adapter" : " ^7.0.0" ,
5050 "cron" : " ^1.8.2" ,
51- "@martenrichter/ fails-components- security" : " ^0.0.0" ,
52- "@martenrichter/ fails-components- config" : " ^0.0.0" ,
51+ "@fails-components/ security" : " ^0.0.0" ,
52+ "@fails-components/ config" : " ^0.0.0" ,
5353 "mongodb" : " ^3.6.9" ,
5454 "redis" : " ^3.1.2" ,
5555 "socket.io" : " ^4.1.2"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import {
2727 FailsJWTSigner ,
2828 FailsJWTVerifier ,
2929 FailsAssets
30- } from '@martenrichter/ fails-components- security'
31- import { FailsConfig } from '@martenrichter/ fails-components- config'
30+ } from '@fails-components/ security'
31+ import { FailsConfig } from '@fails-components/ config'
3232
3333const initServer = async ( ) => {
3434 const cfg = new FailsConfig ( )
You can’t perform that action at this time.
0 commit comments