@usermaven/sdk-js 1.0.7 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/npm/usermaven.cjs.js +569 -1802
- package/dist/npm/usermaven.d.ts +72 -28
- package/dist/npm/usermaven.es.js +569 -1802
- package/dist/web/lib.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,7 @@ Usermaven.js is a JavaScript SDK for [Usermaven](https://usermaven.com).
|
|
|
4
4
|
|
|
5
5
|
## Capabilities
|
|
6
6
|
|
|
7
|
-
- Session Capability via `persistence`, `persistence_name` and `persistence_time` options.
|
|
8
7
|
- Autocapturing via `autocapture`, `capture_pageview`, `properties_string_max_length` and `property_blacklist` options.
|
|
9
|
-
- Cross sub-domain compatibility added.
|
|
10
8
|
|
|
11
9
|
## Maintainers Guide
|
|
12
10
|
|
|
@@ -19,6 +17,7 @@ This section is indented only for package maintainers.
|
|
|
19
17
|
* The server listens to all changes to src and rebuilds npm and `lib.js` automatically. Open test cases HTML files to see
|
|
20
18
|
usermaven in action
|
|
21
19
|
* http://localhost:8081/test-case/embed.html - embedded Usermaven
|
|
20
|
+
- * <http://localhost:8081/test-case/embed_strict_mode.html> - embedded strict mode for Usermaven
|
|
22
21
|
* http://localhost:8081/test-case/autocapture.html - embedded Usermaven with autocapturing events
|
|
23
22
|
* `yarn test` runs [Playwright](https://playwright.dev/) test
|
|
24
23
|
* `yarn build` builds both npm package and `lib.js` browser bundle
|