We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b6a63 commit f58ce64Copy full SHA for f58ce64
clients/algoliasearch-client-javascript/scripts/publish.ts
@@ -1,7 +1,7 @@
1
import { execaCommand } from 'execa';
2
import semver from 'semver';
3
4
-import packageJSON from '../packages/algoliasearch/package.json' assert { type: 'json' };
+import packageJSON from '../packages/algoliasearch/package.json' with { type: 'json' };
5
6
async function publish(): Promise<void> {
7
// Get tag like `alpha`, `beta`, ...
0 commit comments