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.
- package/README.md +2 -3
- 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.
|
|
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
|
+
```
|