File tree Expand file tree Collapse file tree 5 files changed +35
-35
lines changed
Expand file tree Collapse file tree 5 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- notepadhandler" ,
2+ "name" : " @fails-components/ notepadhandler" ,
33 "version" : " 0.0.0" ,
44 "description" : " Supplies server side notepad 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- notepadhandler.git"
9+ "url" : " git+https://github.com/fails-components/ notepadhandler.git"
1010 },
1111 "main" : " src/server.js" ,
1212 "source" : " src/server.js" ,
4848 "uuid" : " ^8.3.2" ,
4949 "@socket.io/redis-adapter" : " ^7.0.0" ,
5050 "cron" : " ^1.8.2" ,
51- "@martenrichter/ fails-components- data" : " ^ 0.0.1 " ,
52- "@martenrichter/ fails-components- security" : " ^ 0.0.0" ,
53- "@martenrichter/ fails-components- config" : " ^ 0.0.0" ,
51+ "@fails-components/ data" : " >= 0.0.0 " ,
52+ "@fails-components/ security" : " >= 0.0.0" ,
53+ "@fails-components/ config" : " >= 0.0.0" ,
5454 "jsonwebtoken" : " ^8.5.1" ,
5555 "mongodb" : " ^3.6.9" ,
5656 "redis" : " ^3.1.2" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
2424 Collection ,
2525 MemContainer ,
2626 CallbackContainer
27- } from '@martenrichter/ fails-components- data'
27+ } from '@fails-components/ data'
2828import { v4 as uuidv4 , validate as isUUID } from 'uuid'
2929import Chance from 'chance'
3030import { promisify } from 'util'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
2828 FailsJWTVerifier ,
2929 FailsAssets
3030} from 'fails-components-security'
31- import { FailsConfig } from '@martenrichter/ fails-components- config'
31+ import { FailsConfig } from '@fails-components/ config'
3232import { CronJob } from 'cron'
3333
3434const initServer = async ( ) => {
You can’t perform that action at this time.
0 commit comments