Update helios-core.

This commit is contained in:
Daniel Scalzi 2022-02-11 16:37:56 -05:00
parent eab546406e
commit 160b62970b
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"fs-extra": "^10.0.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.3",
"helios-core": "^0.1.0-alpha.6",
"helios-core": "~0.1.0",
"jquery": "^3.6.0",
"node-stream-zip": "^1.15.0",
"request": "^2.88.2",
@ -2308,9 +2308,9 @@
}
},
"node_modules/helios-core": {
"version": "0.1.0-alpha.6",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-0.1.0-alpha.6.tgz",
"integrity": "sha512-LkFPMa0V4nt6WlE2bn5aZnAGzQXLf3SJlr5potEcYFtqDgfm6m/hEOAEPTOjDLR+u9R+U1cazEg2Fr4mnQYORw==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-0.1.0.tgz",
"integrity": "sha512-p2jmVSeciR9wcKLPc5seMxU0YsURF8ttLAIJS1CHU5fyoe40F3GXWPhsSdbGiDSRjLUcOzpjea1WTyGJ0zAgEA==",
"dependencies": {
"fs-extra": "^10.0.0",
"got": "^11.8.3",
@ -6376,9 +6376,9 @@
"dev": true
},
"helios-core": {
"version": "0.1.0-alpha.6",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-0.1.0-alpha.6.tgz",
"integrity": "sha512-LkFPMa0V4nt6WlE2bn5aZnAGzQXLf3SJlr5potEcYFtqDgfm6m/hEOAEPTOjDLR+u9R+U1cazEg2Fr4mnQYORw==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-0.1.0.tgz",
"integrity": "sha512-p2jmVSeciR9wcKLPc5seMxU0YsURF8ttLAIJS1CHU5fyoe40F3GXWPhsSdbGiDSRjLUcOzpjea1WTyGJ0zAgEA==",
"requires": {
"fs-extra": "^10.0.0",
"got": "^11.8.3",

View File

@ -33,7 +33,7 @@
"fs-extra": "^10.0.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.3",
"helios-core": "^0.1.0-alpha.6",
"helios-core": "~0.1.0",
"jquery": "^3.6.0",
"node-stream-zip": "^1.15.0",
"request": "^2.88.2",