@htmlbricks/hb-auth 0.50.0-alpha.9 → 0.60.0

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
@@ -636,5 +636,5 @@
636
636
  },
637
637
  "iifePath": "main.iife.js",
638
638
  "repoName": "@htmlbricks/hb-auth",
639
- "version": "0.50.0-alpha.009"
639
+ "version": "0.60.0"
640
640
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-auth",
3
- "version": "0.50.0-alpha.009",
3
+ "version": "0.60.0",
4
4
  "contributors": [],
5
5
  "description": "Authentication component",
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
  }
@@ -141,3 +141,4 @@
141
141
  }
142
142
  }
143
143
  }
144
+