@webpieces/core-util 0.2.111 → 0.2.113

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,7 +99,7 @@ This package has zero dependencies and works in all modern browsers and Node.js
99
99
 
100
100
  ## Related Packages
101
101
 
102
- - [@webpieces/dev-config](https://www.npmjs.com/package/@webpieces/dev-config) - Includes ESLint rule that enforces this pattern
102
+ - [@webpieces/nx-webpieces-rules](https://www.npmjs.com/package/@webpieces/nx-webpieces-rules) - Includes ESLint rule that enforces this pattern
103
103
  - [@webpieces/core-context](https://www.npmjs.com/package/@webpieces/core-context) - Request context management
104
104
  - [@webpieces/http-server](https://www.npmjs.com/package/@webpieces/http-server) - HTTP server
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webpieces/core-util",
3
- "version": "0.2.111",
3
+ "version": "0.2.113",
4
4
  "description": "Utility functions for WebPieces - works in browser and Node.js",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",