Update CloudStorm (requires node 22+!)

This commit is contained in:
Cadence Ember
2025-06-21 22:57:31 +12:00
parent 4b5fb59d96
commit efaa59ca92
3 changed files with 30 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ You'll need:
Follow these steps: Follow these steps:
1. [Get Node.js version 20 or later](https://nodejs.org/en/download/prebuilt-installer). If you're on Linux, you may prefer to install through system's package manager, though Debian and Ubuntu have hopelessly out of date packages. 1. [Get Node.js version 22 or later](https://nodejs.org/en/download/prebuilt-installer). If you're on Linux, you may prefer to install through system's package manager, though Debian and Ubuntu have hopelessly out of date packages.
1. Switch to a normal user account. (i.e. do not run any of the following commands as root or sudo.) 1. Switch to a normal user account. (i.e. do not run any of the following commands as root or sudo.)

34
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"ansi-colors": "^4.1.3", "ansi-colors": "^4.1.3",
"better-sqlite3": "^11.1.2", "better-sqlite3": "^11.1.2",
"chunk-text": "^2.0.1", "chunk-text": "^2.0.1",
"cloudstorm": "^0.12.0", "cloudstorm": "^0.14.0",
"discord-api-types": "^0.37.119", "discord-api-types": "^0.37.119",
"domino": "^2.1.6", "domino": "^2.1.6",
"enquirer": "^2.4.1", "enquirer": "^2.4.1",
@@ -1414,12 +1414,34 @@
} }
}, },
"node_modules/cloudstorm": { "node_modules/cloudstorm": {
"version": "0.12.0", "version": "0.14.0",
"resolved": "https://registry.npmjs.org/cloudstorm/-/cloudstorm-0.12.0.tgz", "resolved": "https://registry.npmjs.org/cloudstorm/-/cloudstorm-0.14.0.tgz",
"integrity": "sha512-2rxx1hzlSzYc2cssPak6+PCsuHVT3eTcbFr4+Lp30k+YTukGOw8kzdzHU6O7kWDBgs3UiGfbdAaUgZmRytRYgQ==", "integrity": "sha512-EgjMGxb2Z+L6Acti6DzL/bEbR495AIqPThyW4DaG6Jpvd0ZuM5eC13EiyxV8wlqAME612QO2LjqbhkdXn/327Q==",
"license": "MIT",
"dependencies": { "dependencies": {
"discord-api-types": "^0.37.119", "discord-api-types": "^0.38.12",
"snowtransfer": "^0.13.1" "snowtransfer": "^0.14.2"
},
"engines": {
"node": ">=22.0.0"
}
},
"node_modules/cloudstorm/node_modules/discord-api-types": {
"version": "0.38.12",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.12.tgz",
"integrity": "sha512-vqkRM50N5Zc6OVckAqtSslbUEoXmpN4bd9xq2jkoK9fgO3KNRIOyMMQ7ipqjwjKuAgzWvU6G8bRIcYWaUe1sCA==",
"license": "MIT",
"workspaces": [
"scripts/actions/documentation"
]
},
"node_modules/cloudstorm/node_modules/snowtransfer": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/snowtransfer/-/snowtransfer-0.14.2.tgz",
"integrity": "sha512-Fi8OdRmaIgeCj58oVej+tQAoY2I+Xp/6PAYV8X93jE/2E6Anc87SbTbDV6WZXCnuzTQz3gty8JOGz02qI7Qs9A==",
"license": "MIT",
"dependencies": {
"discord-api-types": "^0.38.8"
}, },
"engines": { "engines": {
"node": ">=16.15.0" "node": ">=16.15.0"

View File

@@ -32,7 +32,7 @@
"ansi-colors": "^4.1.3", "ansi-colors": "^4.1.3",
"better-sqlite3": "^11.1.2", "better-sqlite3": "^11.1.2",
"chunk-text": "^2.0.1", "chunk-text": "^2.0.1",
"cloudstorm": "^0.12.0", "cloudstorm": "^0.14.0",
"discord-api-types": "^0.37.119", "discord-api-types": "^0.37.119",
"domino": "^2.1.6", "domino": "^2.1.6",
"enquirer": "^2.4.1", "enquirer": "^2.4.1",