Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@upfluence/hyperevents

[Short description of the addon.]

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • ember-auto-import v2-compatible applications

Installation

ember install @upfluence/hyperevents

Usage

[Longer description of how to use the addon in apps.]

Build-time configuration

Apps should provide activity metadata through @embroider/macros:

'@embroider/macros': {
  setConfig: {
    '@upfluence/hyperevents': {
      buildEnv: process.env.BUILD_ENV || 'staging',
      activityUrl: process.env.ACTIVITY_URL || 'https://activity.upfluence.com',
      parentAppVersion: '<app version>'
    }
  }
}

buildEnv falls back to staging and parentAppVersion falls back to unknown.

Contributing

See the Contributing guide for details.

Releasing

This project uses release-it with Workspaces support brought by the official Release-it Workspace plugin.

To cut a new release, run pnpm release-it and follow the prompt questions.

For an explicit version bump, run pnpm release-it patch, pnpm release-it minor, or pnpm release-it major.

To release a beta version, run pnpm release-it --preRelease=beta and follow the prompt questions.

License

The published @upfluence/hyperevents addon package is licensed under the MIT License.

About

Websocket wrapper for our backend events-server

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages