codify-images 1.4.3 → 1.4.4

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![License][License Badge]](LICENSE)
4
4
  [![Version][Version Badge]][Version Package]
5
- [![CI][CI Badge]][CI Workflow]
6
5
  [![Release][Release Badge]][Release Workflow]
7
6
  [![Coverage][Coverage Badge]][Coverage Report]
8
7
  [![Vulnerabilities][Vulnerabilities Badge]][Vulnerabilities Report]
@@ -159,8 +158,6 @@ npm run build
159
158
  [Version Badge]: https://img.shields.io/npm/v/codify-images?label=Version
160
159
  [Version Package]: https://www.npmjs.com/codify-images
161
160
  [Node Version Badge]: https://img.shields.io/node/v/codify-images
162
- [CI Badge]: https://github.com/devpow112/codify-images/actions/workflows/ci.yml/badge.svg?branch=main
163
- [CI Workflow]: https://github.com/devpow112/codify-images/actions/workflows/ci.yml?query=branch%3Amain
164
161
  [Release Badge]: https://github.com/devpow112/codify-images/actions/workflows/release.yml/badge.svg?branch=main
165
162
  [Release Workflow]: https://github.com/devpow112/codify-images/actions/workflows/release.yml?query=branch%3Amain
166
163
  [Coverage Badge]: https://img.shields.io/coveralls/github/devpow112/codify-images/main?label=Coverage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-images",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "Quick and easy tool for converting a set of images into inline JavaScript",
5
5
  "main": "dist/codify-images.js",
6
6
  "bin": {
@@ -55,12 +55,12 @@
55
55
  "@babel/cli": "^7.17.0",
56
56
  "@babel/register": "^7.17.0",
57
57
  "@commitlint/cli": "^16.1.0",
58
- "@devpow112/babel-config": "^1.0.1",
58
+ "@devpow112/babel-config": "^1.0.2",
59
59
  "@devpow112/commitlint-config": "^1.0.0",
60
60
  "@devpow112/eslint-config": "^1.1.2",
61
61
  "@devpow112/semantic-release-config": "^1.0.1",
62
62
  "chai": "^4.3.6",
63
- "eslint": "^8.8.0",
63
+ "eslint": "^8.9.0",
64
64
  "markdownlint-cli": "^0.31.1",
65
65
  "mocha": "^9.2.0",
66
66
  "npm-run-all": "^4.1.5",