@htmlbricks/hb-dialogform 0.50.0-alpha.9 → 0.60.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/manifest.json CHANGED
@@ -389,7 +389,8 @@
389
389
  },
390
390
  "validationTip": "Min 8, Max 120"
391
391
  }
392
- ]
392
+ ],
393
+ "show": "yes"
393
394
  }
394
395
  },
395
396
  {
@@ -420,7 +421,8 @@
420
421
  },
421
422
  "validationTip": "Min 8, Max 120"
422
423
  }
423
- ]
424
+ ],
425
+ "show": "yes"
424
426
  }
425
427
  }
426
428
  ],
@@ -442,5 +444,5 @@
442
444
  "size": {},
443
445
  "iifePath": "main.iife.js",
444
446
  "repoName": "@htmlbricks/hb-dialogform",
445
- "version": "0.50.0-alpha.009"
447
+ "version": "0.60.1"
446
448
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dialogform",
3
- "version": "0.50.0-alpha.009",
3
+ "version": "0.60.1",
4
4
  "contributors": [],
5
5
  "description": "",
6
6
  "licenses": [
@@ -12,5 +12,9 @@
12
12
  }
13
13
  ],
14
14
  "main": "main.iife.js",
15
- "dependencies": []
15
+ "dependencies": {},
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "private": false
16
20
  }
@@ -136,3 +136,4 @@
136
136
  }
137
137
  }
138
138
  }
139
+
@@ -78,3 +78,4 @@
78
78
  }
79
79
  }
80
80
  }
81
+