Commits on Source (3)
-
Kai DeLorenzo authored
-
Kai DeLorenzo authored
-
Kai DeLorenzo authored
Showing
- build/SpotifyConfig.json 1 addition, 1 deletionbuild/SpotifyConfig.json
- build/SpotifyScript.js 20 additions, 6 deletionsbuild/SpotifyScript.js
- build/SpotifyScript.js.map 1 addition, 1 deletionbuild/SpotifyScript.js.map
- build/SpotifyScript.ts 26 additions, 6 deletionsbuild/SpotifyScript.ts
- build/types.ts 8 additions, 1 deletionbuild/types.ts
- package-lock.json 66 additions, 66 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
- src/SpotifyScript.ts 26 additions, 6 deletionssrc/SpotifyScript.ts
- src/types.ts 8 additions, 1 deletionsrc/types.ts
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -19,12 +19,12 @@ |
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "^22.9.0", | ||
"@eslint/js": "^9.14.0", | ||
"@types/node": "^22.10.0", | ||
"@eslint/js": "^9.15.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"eslint": "^9.14.0", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.14.0", | ||
"eslint": "^9.15.0", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.16.0", | ||
"@kaidelorenzo/grayjay-polyfill": "gitlab:kaidelorenzo/grayjay-polyfill#9a48957ba321192416e820002aab528104567654", | ||
"@types/grayjay-source": "gitlab:kaidelorenzo/grayjay-plugin-types#ddffcd5573f102c45d0ac4d8a5f87452e76ffa77" | ||
}, | ||
... | ... |