diff --git a/package-lock.json b/package-lock.json index b1899d4..604be64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@curveball/http-errors": "^0.4.0", - "@curveball/kernel": "^0.20.0-alpha.0", + "@curveball/kernel": "^0.20.0", "@types/ws": "^8.5.3", "raw-body": "^2.4.1", "ws": "^8.5.0" @@ -478,9 +478,9 @@ "integrity": "sha512-RJe0IOQQpgvCwUY8ZKK7/YgfWi1MqMzMrIHilwXHaMFykoVjpRNzaeO3FmrKSUlmJSb6vuPd37LEPNUne4PxZA==" }, "node_modules/@curveball/kernel": { - "version": "0.20.0-alpha.1", - "resolved": "https://registry.npmjs.org/@curveball/kernel/-/kernel-0.20.0-alpha.1.tgz", - "integrity": "sha512-7x/iovdN4o1g6S/Y58B5aL8i12EVucJ3Q7zkdVO9N6+J9pD1fBtG8EGVolvH4jN5QYbbXjwMnIAxYl/HEiqokQ==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@curveball/kernel/-/kernel-0.20.0.tgz", + "integrity": "sha512-zKxxTcdMGvPLA/zir6iHo/PgU9WZ0SuF+JtOaUBRHyQFxdMqajOcHHIrKLOj4VCeBz3lF/hRk5h1/yjeWslwlw==", "dependencies": { "@curveball/http-errors": "^0.4.0", "@types/ws": "^8.5.3", @@ -4592,9 +4592,9 @@ "integrity": "sha512-RJe0IOQQpgvCwUY8ZKK7/YgfWi1MqMzMrIHilwXHaMFykoVjpRNzaeO3FmrKSUlmJSb6vuPd37LEPNUne4PxZA==" }, "@curveball/kernel": { - "version": "0.20.0-alpha.1", - "resolved": "https://registry.npmjs.org/@curveball/kernel/-/kernel-0.20.0-alpha.1.tgz", - "integrity": "sha512-7x/iovdN4o1g6S/Y58B5aL8i12EVucJ3Q7zkdVO9N6+J9pD1fBtG8EGVolvH4jN5QYbbXjwMnIAxYl/HEiqokQ==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@curveball/kernel/-/kernel-0.20.0.tgz", + "integrity": "sha512-zKxxTcdMGvPLA/zir6iHo/PgU9WZ0SuF+JtOaUBRHyQFxdMqajOcHHIrKLOj4VCeBz3lF/hRk5h1/yjeWslwlw==", "requires": { "@curveball/http-errors": "^0.4.0", "@types/ws": "^8.5.3", diff --git a/package.json b/package.json index 853b535..fd17a40 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "dependencies": { "@curveball/http-errors": "^0.4.0", - "@curveball/kernel": "^0.20.0-alpha.0", + "@curveball/kernel": "^0.20.0", "@types/ws": "^8.5.3", "raw-body": "^2.4.1", "ws": "^8.5.0"