3.1.8 • Published 7 months ago

@wegolook/task-definitions v3.1.8

Weekly downloads
24
License
ISC
Repository
-
Last release
7 months ago

@wegolook/task-definitions

task-definitions is a Javascript library for storing task types, groupQueues, and statuses.

NPM Publication

To prepare for this project to be published to npm, the following should be done. Tagging in gitlab will publish to npm.

  1. Update the package.json version number to the desired number.
  2. Update packages and the package-lock version number.
    npm install
  3. Build the project.
    npm run-script build
  4. Commit all changes including the dist/ directory and create a MR.

Installation

Use the package manager npm to install task-definitions.

npm install --save @wegolook/task-definitions

Usage es6

import TaskDefinitions as default from '@wegolook/task-definitions'

TaskDefinitions.types // ['type1', 'type2']
TaskDefinitions.groupQueues // ['groupQueue1', 'groupQueue2']
TaskDefinitions.statuses // ['status1', 'status2']

Usage es5

const TaskDefinitions = require('@wegolook/task-definitions');

TaskDefinitions.types // ['type1', 'type2']
TaskDefinitions.groupQueues // ['groupQueue1', 'groupQueue2']
TaskDefinitions.statuses // ['status1', 'status2']
3.1.8

7 months ago

3.1.7

7 months ago

3.1.6

8 months ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.5

11 months ago

3.1.4

11 months ago

1.1.9

1 year ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

2.0.1

1 year ago

2.0.0

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago