iso27001-mcp 0.7.2 → 0.7.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -24774,7 +24774,7 @@ var require_package = __commonJS({
24774
24774
  "package.json"(exports2, module2) {
24775
24775
  module2.exports = {
24776
24776
  name: "iso27001-mcp",
24777
- version: "0.7.2",
24777
+ version: "0.7.3",
24778
24778
  description: "Stateful ISO 27001:2022 ISMS management for Claude \u2014 gap analysis, risk register, policies, audits, and evidence tracking via the Model Context Protocol",
24779
24779
  license: "MIT",
24780
24780
  repository: {
@@ -24807,6 +24807,7 @@ var require_package = __commonJS({
24807
24807
  bin: {
24808
24808
  "iso27001-mcp": "./dist/index.js"
24809
24809
  },
24810
+ browser: false,
24810
24811
  main: "./dist/index.js",
24811
24812
  files: [
24812
24813
  "dist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iso27001-mcp",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Stateful ISO 27001:2022 ISMS management for Claude — gap analysis, risk register, policies, audits, and evidence tracking via the Model Context Protocol",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,6 +33,7 @@
33
33
  "bin": {
34
34
  "iso27001-mcp": "./dist/index.js"
35
35
  },
36
+ "browser": false,
36
37
  "main": "./dist/index.js",
37
38
  "files": [
38
39
  "dist"