@andrewcaires/utils.js 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -162,12 +162,12 @@ type(); // => 'null'
162
162
  type(null); // => 'null'
163
163
  ```
164
164
 
165
- ## Links
165
+ ### Links
166
166
 
167
- * [Docs](https://github.com/andrewcaires/utils.js#readme)
168
- * [GitHub](https://github.com/andrewcaires/utils.js)
169
- * [npm](https://www.npmjs.com/package/@andrewcaires/utils.js)
167
+ * [Docs](https://github.com/andrewcaires/npm/blob/main/utils.js/README.md)
168
+ * [GitHub](https://github.com/andrewcaires/npm/tree/main/utils.js)
169
+ * [npm](https://www.npmjs.com/package/@andrewcaires/utils.js)
170
170
 
171
171
  ## License
172
172
 
173
- * [MIT License](https://github.com/andrewcaires/utils.js/blob/main/LICENSE)
173
+ * [MIT](https://github.com/andrewcaires/npm/blob/main/LICENSE)
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @andrewcaires/utils.js v0.1.0
2
+ * @andrewcaires/utils.js v0.1.1
3
3
  * (c) 2022 Andrew Caires
4
4
  * @license: MIT
5
5
  */
package/dist/index.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @andrewcaires/utils.js v0.1.0
2
+ * @andrewcaires/utils.js v0.1.1
3
3
  * (c) 2022 Andrew Caires
4
4
  * @license: MIT
5
5
  */
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @andrewcaires/utils.js v0.1.0
2
+ * @andrewcaires/utils.js v0.1.1
3
3
  * (c) 2022 Andrew Caires
4
4
  * @license: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrewcaires/utils.js",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "JavaScript utility library for web and nodejs development",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",