alpha wip
This commit is contained in:
63
package-lock.json
generated
63
package-lock.json
generated
@@ -1504,10 +1504,30 @@
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@gridpilot/automation-domain": {
|
||||
"resolved": "packages/automation-domain",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/automation-infrastructure": {
|
||||
"resolved": "packages/automation-infrastructure",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/companion": {
|
||||
"resolved": "apps/companion",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing-application": {
|
||||
"resolved": "packages/racing-application",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing-domain": {
|
||||
"resolved": "packages/racing-domain",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing-infrastructure": {
|
||||
"resolved": "packages/racing-infrastructure",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/website": {
|
||||
"resolved": "apps/website",
|
||||
"link": true
|
||||
@@ -13412,6 +13432,49 @@
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
},
|
||||
"packages/automation-domain": {
|
||||
"name": "@gridpilot/automation-domain",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"packages/automation-infrastructure": {
|
||||
"name": "@gridpilot/automation-infrastructure",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/automation-domain": "*"
|
||||
}
|
||||
},
|
||||
"packages/racing-application": {
|
||||
"name": "@gridpilot/racing-application",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/racing-domain": "*"
|
||||
}
|
||||
},
|
||||
"packages/racing-domain": {
|
||||
"name": "@gridpilot/racing-domain",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/racing-infrastructure": {
|
||||
"name": "@gridpilot/racing-infrastructure",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/racing-domain": "*",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
},
|
||||
"packages/racing-infrastructure/node_modules/uuid": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
||||
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user