@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 +2 -1
- package/shared/types/annotation-literals.ts +5 -0
- package/workers/audit-worker/package.json +1 -1
- package/workers/data-worker/package.json +1 -1
- package/workers/image-worker/package.json +1 -1
- package/workers/pdf-worker/package.json +1 -1
- package/workers/user-worker/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@striae-org/striae",
|
|
3
|
-
"version": "6.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",
|