diff --git a/src/platform/react-native.ts b/src/platform/react-native.ts index 83118fad..922bb17b 100644 --- a/src/platform/react-native.ts +++ b/src/platform/react-native.ts @@ -2,7 +2,7 @@ import type { ICache } from '../types/Cache.js'; import { Platform } from '../utils/Utils.js'; import sha1Hash from './polyfills/web-crypto.js'; -import package_json from '../../package.json' assert { type: 'json' }; +import package_json from '../../package.json' with { type: 'json' }; import evaluate from './jsruntime/jinter.js'; class Cache implements ICache {