@robono/server 0.7.2 → 0.7.4

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": "@robono/server",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Provider-neutral server SDK for the Robono Bridge API.",
5
5
  "keywords": [
6
6
  "robono",
@@ -35,7 +35,8 @@
35
35
  "dist",
36
36
  "README.md",
37
37
  "CHANGELOG.md",
38
- "LICENSE"
38
+ "LICENSE",
39
+ "SBOM.spdx.json"
39
40
  ],
40
41
  "scripts": {
41
42
  "build": "tsc -p tsconfig.json",
@@ -43,6 +44,7 @@
43
44
  "test": "npm run build && node --test test/*.test.mjs",
44
45
  "test:deno": "npm run build && deno test test/deno_compat_test.ts",
45
46
  "test:sandbox": "npm run build && node dist/sandbox-test.js",
47
+ "prepack": "node ../../scripts/generate-package-sbom.mjs",
46
48
  "prepublishOnly": "npm test"
47
49
  },
48
50
  "engines": {