@a4anthony/proctorkit-sdk 0.2.1 → 0.2.2

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/dist/index.js CHANGED
@@ -4282,8 +4282,8 @@ async function captureBaseline(selected, dependsOn) {
4282
4282
  if (dependsOn.camera) permissions.camera = await queryPermission("camera");
4283
4283
  return { permissions, devices: selected, display: probeDisplay() };
4284
4284
  }
4285
- const SDK_VERSION = "0.2.1";
4286
- const SDK_BUILD_SHA = "03bc2909b70164d21dfa7be02df4f4dc5bef8691";
4285
+ const SDK_VERSION = "0.2.2";
4286
+ const SDK_BUILD_SHA = "73e86966ca237da4aa670a95f79166d8c286f742";
4287
4287
  const SDK_BUILD_INFO = Object.freeze({
4288
4288
  sdkVersion: SDK_VERSION,
4289
4289
  buildSha: SDK_BUILD_SHA
package/dist/worker.js CHANGED
@@ -876,8 +876,8 @@ function sleep(ms, signal) {
876
876
  );
877
877
  });
878
878
  }
879
- const SDK_VERSION = "0.2.1";
880
- const SDK_BUILD_SHA = "03bc2909b70164d21dfa7be02df4f4dc5bef8691";
879
+ const SDK_VERSION = "0.2.2";
880
+ const SDK_BUILD_SHA = "73e86966ca237da4aa670a95f79166d8c286f742";
881
881
  const SDK_BUILD_INFO = Object.freeze({
882
882
  sdkVersion: SDK_VERSION,
883
883
  buildSha: SDK_BUILD_SHA
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a4anthony/proctorkit-sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Framework-agnostic browser SDK for the proctoring platform",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "idb": "^8.0.3",
29
29
  "rrweb": "2.1.1",
30
- "@a4anthony/proctorkit-types": "0.4.0"
30
+ "@a4anthony/proctorkit-types": "0.4.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@tailwindcss/vite": "^4.3.0",