@y14e/attribute-utils 2.0.4 → 2.0.5

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/dist/index.cjs CHANGED
@@ -80,7 +80,7 @@ function saveAttributes(element_or_elements, name_or_names) {
80
80
  /**
81
81
  * Attribute Utils
82
82
  *
83
- * @version 2.0.4
83
+ * @version 2.0.5
84
84
  * @author Yusuke Kamiyamane
85
85
  * @license MIT
86
86
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Attribute Utils
3
3
  *
4
- * @version 2.0.4
4
+ * @version 2.0.5
5
5
  * @author Yusuke Kamiyamane
6
6
  * @license MIT
7
7
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Attribute Utils
3
3
  *
4
- * @version 2.0.4
4
+ * @version 2.0.5
5
5
  * @author Yusuke Kamiyamane
6
6
  * @license MIT
7
7
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -78,7 +78,7 @@ function saveAttributes(element_or_elements, name_or_names) {
78
78
  /**
79
79
  * Attribute Utils
80
80
  *
81
- * @version 2.0.4
81
+ * @version 2.0.5
82
82
  * @author Yusuke Kamiyamane
83
83
  * @license MIT
84
84
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/attribute-utils",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",