5.1.1 • Published 5 months ago

sharedb-client-browser v5.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

sharedb-client-browser

A distribution of the ShareDB client suitable for use in Vite, Rollup and other build tools that do not have built-in support for CommonJS and Node polyfills. Uses the venerable Browserify.

There are 3 UMD builds provided:

  • sharedb-client-umd.cjs Just the ShareDB client
  • ot-json1-presence-umd.cjs Includes ot-json1 and text-unicode (both exposed to avoid duplication of text-unicode in a bundle where application logic needs direct access to it)
  • ot-json1-umd.cjs Includes ot-json1 and text-unicode

In order to work properly, the consuming

The consuming project needs to put the following in the Vite config (modify depending on which builds you need):

  // Required to have Vite properly handle these CommonJS imports
  optimizeDeps: {
    include: [
      'sharedb-client-browser/dist/sharedb-client-umd.cjs',
      'sharedb-client-browser/dist/ot-json1-presence-umd.cjs'
    ]
  },

See also

5.1.1

5 months ago

5.0.3

11 months ago

5.0.2

11 months ago

5.0.1

1 year ago

5.0.0

1 year ago

4.5.0

1 year ago

4.4.0

2 years ago

4.3.1

2 years ago

4.3.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

2.2.48

3 years ago

2.2.49

3 years ago

2.2.46

3 years ago

2.2.47

3 years ago

2.2.44

3 years ago

2.2.45

3 years ago

2.2.43

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.4

3 years ago

2.2.42

3 years ago

2.2.41

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago