1.0.2 • Published 9 months ago

@copart/ui-analytics v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@copart/ui-analytics

Analytics package for UI

https://github.com/copartit/ui-analytics

Install

npm install @copart/ui-analytics

or

yard add @copart/ui-analytics

Import

import UiAnalytics from '@copart/ui-analytics';

Usage

  • Setting window.disableUiAnalytics to false, will disable all analytics

Notes

  • To test package locally inside another application preform the following:
    • To Link:
      • In root of npm repo (this repo) run 'npm link'
      • In root of application to test in run 'npm link @copart/ui-analytics'
    • To Unlink:
      • In root of application to test in run 'npm unlink @copart/ui-analytics'
      • In root of npm repo (this repo) run 'npm unlink'
  • Use 'npm run prepublish' to ensure build completes and correct tarball contents; tarball should ONLY include package.json, README.md, dist/cjs/index.js, dist/esm/index.js
  • core-js version should match in package.json and babel.config.js
    • babel is configured to auto import only needed polyfills for es5 at build time, no need to import core-js in your src
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago