Skip to content

Commit

Permalink
fix(javascript): prefix with for node packages (#3608) (generated) [s…
Browse files Browse the repository at this point in the history
…kip ci]

Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
  • Loading branch information
algolia-bot and atinux committed Aug 28, 2024
1 parent f8b7a77 commit 3484756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 3484756

Please sign in to comment.