# @languagezen/shared

> multi package repo for language zen node packages

Latest version **6.0.1** (published 2023-08-20) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install @languagezen/shared
pnpm add @languagezen/shared
yarn add @languagezen/shared
bun add @languagezen/shared
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.0.1 |
| Published | 2023-08-20 |
| First published | 2023-08-20 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 142.5 KB |
| Known vulnerabilities | 0 (+3 in 1 direct dependencies) |
| Install scripts | no |
| Author | ofir geller |
| Maintainers | ofirgeller |

## Links

- npm: https://www.npmjs.com/package/@languagezen/shared
- Repository: https://languagezen.visualstudio.com/DefaultCollection/lz-common/_git/lz-npm-packages
- npm.io page: https://npm.io/package/@languagezen/shared

## Dependencies (6)

- [redux](https://npm.io/package/redux.md) 4.0.0
- [tslib](https://npm.io/package/tslib.md) 2.4.1
- [lodash](https://npm.io/package/lodash.md) 4.17.21
- [history](https://npm.io/package/history.md) 4.10.1
- [typescript](https://npm.io/package/typescript.md) 4.9.4
- [ts-essentials](https://npm.io/package/ts-essentials.md) 3.0.2

## Recent versions

- 6.0.1 (latest) — 2023-08-20

## README

# Introduction 
A collection of Typescript/JavaScript packages used by Language Zen (Our language learning company)

# Development
1. To make sure that you have all the dependencies, run `yarn` in the root directory AND inside the specific package directory.
2. All packages should have a test command which can be invoked by calling `yarn test` from the package directory.
3. Always write tests to verify the correctness of the code and keep track of breaking changes to the API.

# Publishing
1. Make sure that all the changes relevant to this release are committed.
2. Run `yarn test` to confirm that the code doesn't break any tests.
3. run 'yarn publish'. you will be asked to enter a version number (even if the current commit is a version bump).
4. If you want to publish a pre-release version pass '--canary'

---
_Source: https://npm.io/package/@languagezen/shared · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
