@replit/crosis

v13.5.1
Goval connection and channel manager

docs

typedoc --out docs --name crosis src/index.ts node_modules/@replit/protocol/index.d.ts

lint

eslint --ext .js,.ts src/ src.browser/

test

jest --no-cache

build

tsc

clean

rm -rf dist dist.browser

debug

node debug/server.js

preversion

yarn lint && yarn clean && yarn build

postversion

echo "committing" && git commit -am v$npm_package_version && echo "setting tag" && git tag v$npm_package_version && echo "pushing branch and tag" && git push origin HEAD --tags && echo "publishing" && yarn publish --new-version $npm_package_version && echo "Successfully released version v$npm_package_version!"

build:browser

yarn clean && yarn build && parcel build src.browser/index.js -d dist.browser --out-file crosis.js
npm i @replit/crosis

Metadata

Downloads