use require

This commit is contained in:
Bethany
2023-08-22 11:33:00 -07:00
parent 81a802e7e0
commit dd26bb1149
4 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import * as packageJson from '../../../package.json'
const packageJson = require('../../../package.json')
/**
* Ensure that this User Agent String is used in all HTTP calls so that we can monitor telemetry between different versions of this package