Skip to content

Commit c741d05

Browse files
committed
wip
1 parent 4f43ef3 commit c741d05

File tree

1 file changed

+4
-5
lines changed
  • packages/signals/signals-runtime/src

1 file changed

+4
-5
lines changed

packages/signals/signals-runtime/src/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Encapsults Signals runtime functionality, in order to share logic between the si
33

44
### Development
55
`yarn build` generate the following artifacts:
6-
| Artifact | Description |
6+
| Generated File(s) | Description |
77
|--------|-------------|
8-
| `/dist/cjs/index.js` | For npm library users |
9-
| `/dist/esm/index.js` | For npm library users |
10-
| `/dist/global/index.js` | Bundle that `globalThis.SignalsRuntime` |
11-
| `./dist/global/editor/*.d.ts` | Runtime artifacts for powering autocomplete on app.segment.com |
8+
| `/dist/esm/index.js` | For `@segment/analytics-signals` to consume |
9+
| `/dist/global/index.js` | Exposes `globalThis.SignalsRuntime`, either through the script tag or in the mobile JS engine. |
10+
| `/dist/editor/*.d.ts` | Runtime artifacts for powering autocomplete on app.segment.com |

0 commit comments

Comments
 (0)