Skip to content

Commit

Permalink
fix(javascript): prefix with for node packages (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3608

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Sébastien Chopin <[email protected]>
  • Loading branch information
algolia-bot and atinux committed Aug 28, 2024
1 parent 0a67c46 commit 1c163f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/algoliasearch/builds/node.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 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.

import { createHmac } from 'crypto';
import { createHmac } from 'node:crypto';

import type { AbtestingClient } from '@algolia/client-abtesting';
import type { Region as AbtestingRegion } from '@algolia/client-abtesting/src/abtestingClient';
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/builds/node.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 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.

import { createHmac } from 'crypto';
import { createHmac } from 'node:crypto';

import type { ClientOptions } from '@algolia/client-common';
import {
Expand Down

0 comments on commit 1c163f4

Please sign in to comment.