chore: No identifier base in development versions (#9848)

feat: no identifier base in development versions
This commit is contained in:
Jiralite
2023-10-03 21:24:13 +02:00
committed by GitHub
parent ec63818bcf
commit cd987b592b
32 changed files with 196 additions and 120 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "voice",
"org": "discordjs",
"packagePath": "packages/voice"
"packagePath": "packages/voice",
"identifierBase": false
}

View File

@@ -72,7 +72,7 @@
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.11",
"@favware/cliff-jumper": "^2.1.1",
"@favware/cliff-jumper": "^2.2.0",
"@microsoft/api-extractor": "^7.36.4",
"@types/jest": "^29.5.4",
"@types/node": "16.18.44",