@striae-org/striae 6.1.1 → 6.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@striae-org/striae",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "private": false,
5
5
  "description": "Striae is a specialized, cloud-native platform designed to streamline forensic firearms identification by providing an intuitive environment for digital comparison image annotation, authenticated confirmations, and automated report generation.",
6
6
  "license": "Apache-2.0",
@@ -41,6 +41,7 @@
41
41
  "functions/",
42
42
  "public/",
43
43
  "workers/",
44
+ "shared/",
44
45
  "!workers/*/.wrangler",
45
46
  "!workers/*/package-lock.json",
46
47
  "!workers/*/worker-configuration.d.ts",
@@ -0,0 +1,5 @@
1
+ // Shared annotation literal unions used by app and workers.
2
+
3
+ export type ItemType = 'Bullet' | 'Cartridge Case' | 'Shotshell' | 'Other';
4
+ export type SupportLevel = 'ID' | 'Exclusion' | 'Inconclusive';
5
+ export type IndexType = 'number' | 'color';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "audit-worker",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "deploy": "wrangler deploy",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "data-worker",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "deploy": "wrangler deploy",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "image-worker",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "deploy": "wrangler deploy",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdf-worker",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "generate:assets": "node scripts/generate-assets.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "user-worker",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "deploy": "wrangler deploy",