mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 07:58:02 +03:00
3a53d470eb
- Closes #9778 - Add `open_app`, `close_app`, `open_workflow`, and `close_workflow` events - Miscellaneous fixes for Google Analytics: - Fix `open_chat` and `close_chat` events firing even when chat is not visible - Add Google Analytics script to GUI2 entrypoint (i.e. the entrypoint used by the desktop app) Unrelated changes: - Add Nix development shell to allow Nix users to build GUI2 and the build script - Java dependencies have *not* been added in this PR to keep things simple # Important Notes None
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"name": "enso-common",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.js",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./src/appConfig": "./src/appConfig.js",
|
|
"./src/buildUtils": "./src/buildUtils.js",
|
|
"./src/detect": "./src/detect.ts",
|
|
"./src/gtag": "./src/gtag.ts",
|
|
"./src/load": "./src/load.ts"
|
|
}
|
|
}
|