siarashield_workspace 0.0.14 → 0.0.15

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ export class FormComponent implements OnInit {
56
56
 
57
57
  initializeCaptcha() {
58
58
  initSiaraShield({
59
- publicKey: environment.siaraShield.publicKey,
59
+ publicKey: environment.siaraShieldpublicKey,
60
60
  // If your project does NOT use jQuery, set this to true.
61
61
  // Default is false, so package jQuery will not load.
62
62
  loadJQuery: false,
@@ -102,5 +102,4 @@ Allow this host in CSP:
102
102
  ```bash
103
103
  npm run build:lib
104
104
  npm run pack:lib
105
- ```
106
-
105
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siarashield_workspace",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Angular wrapper for CyberSiara SiaraShield captcha embed.",
5
5
  "keywords": [
6
6
  "cybersiara",