Skip to content

Commit 1c163f4

Browse files
algolia-botatinux
andcommitted
fix(javascript): prefix with for node packages (generated)
algolia/api-clients-automation#3608 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Sébastien Chopin <[email protected]>
1 parent 0a67c46 commit 1c163f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/algoliasearch/builds/node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import { createHmac } from 'crypto';
3+
import { createHmac } from 'node:crypto';
44

55
import type { AbtestingClient } from '@algolia/client-abtesting';
66
import type { Region as AbtestingRegion } from '@algolia/client-abtesting/src/abtestingClient';

packages/client-search/builds/node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import { createHmac } from 'crypto';
3+
import { createHmac } from 'node:crypto';
44

55
import type { ClientOptions } from '@algolia/client-common';
66
import {

0 commit comments

Comments
 (0)