1.5.5-fix.1 • Published 5 months ago

@panfiva/guacamole-common-js v1.5.5-fix.1

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
5 months ago

Overview

This repo is just a simple mirror of https://github.com/apache/guacamole-client/tree/master/guacamole-common-js
Only the js part of the guacamole-client repository is included here to publish it to npmjs

It does automatically download the sources from guacamole's GitHub repo and builds a CommonJS, ES Module and a plain js build.

This package doesn't add or change anything about guacamole-common-js
It just packages and publishes it, so one can use it easily in a npm project

For more detailed documentation of the API etc. have a look at https://guacamole.apache.org/doc/gug/guacamole-common-js.html

Setup

git clone git@github.com:panfiva/guacamole-common-js.git
nvm use current
corepack enable
yarn set version stable
yarn install

Guacamole Update and NPM Publish

yarn build
npm publish --access public

Usage instructions

Install required modules

yarn add @panfiva/guacamole-common-js
yarn add @types/guacamole-common-js

Create typescript declarations

// guacamole-common-js.d.ts
declare module '@panfiva/guacamole-common-js' {
  export * from '@types/guacamole-common-js'
}
1.5.5-fix.1

5 months ago

1.6.0-rc.1

5 months ago

1.6.0

5 months ago

0.0.0

1 year ago

1.5.5

1 year ago