mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: remove Aes
This commit is contained in:
57332
dist/providerContext.js
vendored
Normal file
57332
dist/providerContext.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -36,7 +36,6 @@
|
||||
"dependencies": {
|
||||
"axios": "^1.10.0",
|
||||
"cheerio": "^1.1.0",
|
||||
"react-native-aes-crypto": "^3.2.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"zod": "^4.0.2"
|
||||
}
|
||||
|
||||
@@ -3,12 +3,11 @@ import { getBaseUrl } from "./getBaseUrl";
|
||||
import { headers } from "./headers";
|
||||
import * as cheerio from "cheerio";
|
||||
import { ProviderContext } from "./types";
|
||||
import Aes from "react-native-aes-crypto";
|
||||
|
||||
export const providerContext: ProviderContext = {
|
||||
axios,
|
||||
getBaseUrl,
|
||||
Aes: null,
|
||||
commonHeaders: headers,
|
||||
Aes,
|
||||
cheerio,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user