@igea/oac_frontend 1.0.91 → 1.0.92

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_frontend",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "Frontend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -672,7 +672,7 @@ document.addEventListener('DOMContentLoaded', () => {
672
672
  generateIRI(input, isIndagne){
673
673
  var template = input.placeholder;
674
674
  setTimeout((async function(){
675
- var _uuid = crypto.randomUUID();
675
+ var _uuid = generateUUID();
676
676
  template = template.replace("$uuid$", _uuid).replace("$UUID$", _uuid);
677
677
  for(var i=1; i<=9; i++){
678
678
  var seq = "seq" + i;