@a4anthony/proctorkit-sdk 0.1.0 → 0.1.1

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
@@ -4133,8 +4133,8 @@ async function captureBaseline(selected, dependsOn) {
4133
4133
  if (dependsOn.camera) permissions.camera = await queryPermission("camera");
4134
4134
  return { permissions, devices: selected, display: probeDisplay() };
4135
4135
  }
4136
- const SDK_VERSION = "0.1.0";
4137
- const SDK_BUILD_SHA = "2f83563ce2595fe2fbdb29cbe3bf6945070b69b6";
4136
+ const SDK_VERSION = "0.1.1";
4137
+ const SDK_BUILD_SHA = "de98da0125619b3b2d4486f45c10d4a8f7a85113";
4138
4138
  const SDK_BUILD_INFO = Object.freeze({
4139
4139
  sdkVersion: SDK_VERSION,
4140
4140
  buildSha: SDK_BUILD_SHA
package/dist/worker.js CHANGED
@@ -873,8 +873,8 @@ function sleep(ms, signal) {
873
873
  );
874
874
  });
875
875
  }
876
- const SDK_VERSION = "0.1.0";
877
- const SDK_BUILD_SHA = "2f83563ce2595fe2fbdb29cbe3bf6945070b69b6";
876
+ const SDK_VERSION = "0.1.1";
877
+ const SDK_BUILD_SHA = "de98da0125619b3b2d4486f45c10d4a8f7a85113";
878
878
  const SDK_BUILD_INFO = Object.freeze({
879
879
  sdkVersion: SDK_VERSION,
880
880
  buildSha: SDK_BUILD_SHA
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a4anthony/proctorkit-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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.1.0"
30
+ "@a4anthony/proctorkit-types": "0.2.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@tailwindcss/vite": "^4.3.0",