@digest/webpack-express 4.2.5 → 4.2.6-beta.1

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/webpack-express",
3
3
  "title": "Express Webpack Middleware Digest",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.2.5",
5
+ "version": "4.2.6-beta.1",
6
6
  "description": "Digested Express Webpack middleware configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -42,8 +42,7 @@
42
42
  "build": "tsc",
43
43
  "lint": "run-p lint:es",
44
44
  "lint:es": "eslint 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.(d.ts|json)'",
45
- "clean": "rimraf node_modules dist package-lock.json npm-debug.log",
46
- "set:version": "npm version --allow-same-version --no-commit-hooks --no-git-tag-version --no-workspaces-update $(npm --silent view $(node -p \"require('./package.json').name\") version)"
45
+ "clean": "rimraf node_modules dist package-lock.json npm-debug.log"
47
46
  },
48
47
  "dependencies": {
49
48
  "@digest/express": "^4.0.0",
@@ -53,13 +52,13 @@
53
52
  "webpack-hot-middleware": "^2.25.4"
54
53
  },
55
54
  "devDependencies": {
56
- "@types/express": "^4.17.17",
57
- "@types/webpack": "^5.28.1"
55
+ "@types/express": "^4.17.20",
56
+ "@types/webpack": "^5.28.4"
58
57
  },
59
58
  "keywords": [
60
59
  "digest",
61
60
  "express",
62
61
  "webpack"
63
62
  ],
64
- "gitHead": "af9355371df47cec4891a9747f8d2efc123c4b11"
63
+ "gitHead": "77763246f6850ca622e3e8509392fdfdd33b5dcd"
65
64
  }