redis-smq-common 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.0.5 (2023-01-06)
4
+
5
+ * chore: update license (9b817d2)
6
+ * build: update NPM dependencies to latest releases (b03795b)
7
+ * docs(readme): replace lgtm badge with code quality badge (ea6545a)
8
+ * build: migrate from lgtm to github code scanning (de3dcd4)
9
+
3
10
  ## 1.0.4 (2022-08-24)
4
11
 
5
12
  * test(redis-client): cover srem command (caf3837)
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2022 Weyoss <weyoss@protonmail.com>
1
+ Copyright (c) 2017-2023 Weyoss <weyoss@protonmail.com>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  <p>
9
9
  <a href="https://github.com/weyoss/redis-smq-common/actions/workflows/tests.yml"><img src="https://github.com/weyoss/redis-smq-common/actions/workflows/tests.yml/badge.svg" alt="Tests" style="max-width:100%;" /></a>
10
+ <a href="https://github.com/weyoss/redis-smq-common/actions/workflows/codeql.yml" rel="nofollow"><img src="https://github.com/weyoss/redis-smq-common/actions/workflows/codeql.yml/badge.svg" alt="Code quality" /></a>
10
11
  <a href="https://npmjs.org/package/redis-smq-common" rel="nofollow"><img src="https://img.shields.io/npm/v/redis-smq-common.svg" alt="NPM version" /></a>
11
12
  <a href="https://codecov.io/github/weyoss/redis-smq-common?branch=master" rel="nofollow"><img src="https://img.shields.io/codecov/c/github/weyoss/redis-smq-common" alt="Coverage Status" /></a>
12
- <a href="https://lgtm.com/projects/g/weyoss/redis-smq-common/context:javascript" rel="nofollow"><img src="https://img.shields.io/lgtm/grade/javascript/github/weyoss/redis-smq-common.svg?logo=lgtm&logoWidth=18" alt="Code quality" /></a>
13
13
  </p>
14
14
 
15
15
  [RedisSMQ](https://github.com/weyoss/redis-smq) shared components that may be used by integrated applications and extensions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-common",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "RedisSMQ shared components that may be used by integrated applications and extensions.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",