pp-is 1.2.2 → 1.2.3

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
@@ -5,7 +5,7 @@
5
5
  In the web project include pp-is.js with:
6
6
 
7
7
  ```html
8
- <script src="https://cdn.jsdelivr.net/npm/pp-is@1.2.2/pp-is.min.js" ></script>
8
+ <script src="https://cdn.jsdelivr.net/npm/pp-is@1.2.3/pp-is.min.js" ></script>
9
9
  ```
10
10
 
11
11
  Or
package/README_es.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Incluye pp-is.js en tu proyecto web:
6
6
  ```html
7
- <script src="https://cdn.jsdelivr.net/npm/pp-is@1.2.2/pp-is.min.js" ></script>
7
+ <script src="https://cdn.jsdelivr.net/npm/pp-is@1.2.3/pp-is.min.js" ></script>
8
8
  ```
9
9
 
10
10
  O
package/dist/pp-is.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!!
2
2
  * Power Panel pp-is <https://github.com/carlos-sweb/pp-is>
3
3
  * @author Carlos Illesca
4
- * @version 1.2.3 (2024/09/18 15:14 PM)
4
+ * @version 1.2.3 (2024/10/06 23:58 PM)
5
5
  * Released under the MIT License
6
6
  */
7
7
  ;(function(){
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "pp-is",
3
3
  "description": "Collection of methods for check",
4
- "version": "1.2.2",
5
- "main": "pp-is.js",
4
+ "version": "1.2.3",
5
+ "main": "dist/pp-is.min.js",
6
6
  "scripts" :{
7
7
  "djs":"documentation build ./dist/pp-is.js -f html -o ./djs && php -S localhost:8091 -t ./djs",
8
8
  "docs" : "jsdoc ./dist/pp-is.js -d docs && php -S localhost:8091 -t ./docs",