update version

This commit is contained in:
Peter Maquiran
2022-03-27 20:09:30 +01:00
parent 51e83d3003
commit 3bcbacae9a
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -6230,9 +6230,9 @@
}
},
"beast-orm": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/beast-orm/-/beast-orm-1.0.0.tgz",
"integrity": "sha512-wSholUbFMteq50U3QM0o4H3xY9IpevpG9MPlq0ZK8yRtRkIuKf/YoZW4QUwFOfY72PJbNzp68z7Ln/iFhpOxDg=="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/beast-orm/-/beast-orm-1.0.1.tgz",
"integrity": "sha512-6RNJuVs4Kk4T/nb+Jbtwi5AR+Fd109yuoM0us/eZkuEPPG/QTst4wrukOIH3cf1HZjtcpsZJ7qySNw2U0ZEl2Q=="
},
"big-integer": {
"version": "1.6.49",
+1 -1
View File
@@ -99,7 +99,7 @@
"angular-svg-icon": "^12.0.0",
"angular-tag-cloud-module": "^5.2.2",
"base64-js": "^1.5.1",
"beast-orm": "^1.0.0",
"beast-orm": "^1.0.1",
"bootstrap": "^4.5.0",
"build": "0.1.4",
"capacitor-voice-recorder": "^2.1.0",
+1 -1
View File
@@ -1,4 +1,4 @@
import { models } from '../../plugin/beast-orm/dist/src/'
import { models } from 'beast-orm'
import { AESEncrypt } from '../services/aesencrypt.service'
const _AESEncrypt = new AESEncrypt()