@peckadesign/pd-naja 3.2.0 → 3.2.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.
@@ -5,7 +5,7 @@
5
5
  * @author PeckaDesign, s.r.o <support@peckadesign.cz>
6
6
  * @license MIT
7
7
  *
8
- * @version 3.2.0
8
+ * @version 3.2.1
9
9
  */
10
10
 
11
11
  let instance = null;
package/dist/index.esm.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * @author PeckaDesign, s.r.o <support@peckadesign.cz>
6
6
  * @license MIT
7
7
  *
8
- * @version 3.2.0
8
+ * @version 3.2.1
9
9
  */
10
10
 
11
11
  let instance = null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@peckadesign/pd-naja",
3
3
  "title": "PD Naja utils & extensions",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "private": false,
6
6
  "description": "Utilities and extensions created for use with Naja library.",
7
7
  "main": "dist/PdNaja.esm.js",
@@ -33,6 +33,9 @@
33
33
  "lint": "NODE_ENV=development eslint src --ext .ts --max-warnings=0"
34
34
  },
35
35
  "sideEffects": false,
36
+ "peerDependencies": {
37
+ "naja": "^3.3.1"
38
+ },
36
39
  "devDependencies": {
37
40
  "@rollup/plugin-babel": "^6.1.0",
38
41
  "@rollup/plugin-commonjs": "^28.0.9",
@@ -41,7 +44,6 @@
41
44
  "eslint": "^9.38.0",
42
45
  "eslint-config-prettier": "^10.1.8",
43
46
  "eslint-plugin-prettier": "^5.5.4",
44
- "naja": "^3.3.1",
45
47
  "prettier": "^3.6.2",
46
48
  "rollup": "^4.52.5",
47
49
  "typescript": "^5.9.3",