TenantAtlas/apps/platform/.pnpm-store/v10/files/c1/7e134eb2c5ba0bd517a8ccb989fbf26b41df8a6748e91de2980eaabeca59303d1bd599d07edbe8e189e5685b2cba0850bef861f89ed1fd9b3d4c397af826d7
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

12 lines
233 B
Plaintext

{
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": {
"./index.js": "./index.native.js"
},
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
}
}