@yadsh/dsh-prompt-firewall 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.
Files changed (2) hide show
  1. package/lib/client.js +1 -1
  2. package/package.json +38 -38
package/lib/client.js CHANGED
@@ -1,5 +1,5 @@
1
1
  window.__ModuleLoader__.load({
2
- id: "dsh-prompt-firewall",
2
+ id: "@yadsh/dsh-prompt-firewall",
3
3
  factory: (require) => {
4
4
  var module = { exports: {} };
5
5
  var exports = module.exports;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yadsh/dsh-prompt-firewall",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Prompt hygiene, observability, and policy middleware for DeepSeek Harness",
5
5
  "repository": {
6
6
  "type": "git",
@@ -62,14 +62,6 @@
62
62
  "cordis.patch.yml",
63
63
  "README.md"
64
64
  ],
65
- "scripts": {
66
- "build": "node scripts/generate-typert.mjs && tsc -p tsconfig.build.json && tsdown",
67
- "lint": "eslint src tests scripts",
68
- "test": "vitest run",
69
- "test:watch": "vitest",
70
- "typecheck": "tsc -p tsconfig.json --noEmit",
71
- "verify": "node scripts/verify-package.mjs"
72
- },
73
65
  "keywords": [
74
66
  "deepseek-harness",
75
67
  "dsh",
@@ -79,40 +71,40 @@
79
71
  ],
80
72
  "license": "MIT",
81
73
  "peerDependencies": {
82
- "@deepseek-ai/cordis": "catalog:dsh",
83
- "@deepseek-ai/schemastery": "catalog:dsh",
84
- "@deepseek-ai/dsh-api-gateway": "catalog:dsh",
85
- "@deepseek-ai/dsh-client-runtime": "catalog:dsh",
86
- "@deepseek-ai/dsh-client-ui-settings": "catalog:dsh",
87
- "@deepseek-ai/dsh-client-ui-settings-plugins": "catalog:dsh",
88
- "@deepseek-ai/dsh-client-ui-slots": "catalog:dsh",
89
- "@deepseek-ai/dsh-settings": "catalog:dsh",
90
- "@deepseek-ai/dsh-system-prompt": "catalog:dsh",
91
- "@deepseek-ai/dsh-typert-protocol": "catalog:dsh",
74
+ "@deepseek-ai/cordis": "^4.0.1",
75
+ "@deepseek-ai/schemastery": "^3.18.1",
76
+ "@deepseek-ai/dsh-api-gateway": ">=0.1.1-rc.2 <0.2.0",
77
+ "@deepseek-ai/dsh-client-runtime": ">=0.1.1-rc.2 <0.2.0",
78
+ "@deepseek-ai/dsh-client-ui-settings": ">=0.1.1-rc.2 <0.2.0",
79
+ "@deepseek-ai/dsh-client-ui-settings-plugins": ">=0.1.1-rc.2 <0.2.0",
80
+ "@deepseek-ai/dsh-client-ui-slots": ">=0.1.1-rc.2 <0.2.0",
81
+ "@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <0.2.0",
82
+ "@deepseek-ai/dsh-system-prompt": ">=0.1.1-rc.2 <0.2.0",
83
+ "@deepseek-ai/dsh-typert-protocol": ">=0.1.1-rc.2 <0.2.0",
92
84
  "react": ">=18.2.0 <20"
93
85
  },
94
86
  "dependencies": {
95
87
  "zod": "^4.4.3"
96
88
  },
97
89
  "devDependencies": {
98
- "@deepseek-ai/cordis": "catalog:dsh-dev",
99
- "@deepseek-ai/schemastery": "catalog:dsh-dev",
100
- "@deepseek-ai/dsh-api-gateway": "catalog:dsh-dev",
101
- "@deepseek-ai/dsh-client-runtime": "catalog:dsh-dev",
102
- "@deepseek-ai/dsh-client-ui-settings": "catalog:dsh-dev",
103
- "@deepseek-ai/dsh-client-ui-settings-plugins": "catalog:dsh-dev",
104
- "@deepseek-ai/dsh-client-ui-slots": "catalog:dsh-dev",
105
- "@deepseek-ai/dsh-settings": "catalog:dsh-dev",
106
- "@deepseek-ai/dsh-system-prompt": "catalog:dsh-dev",
107
- "@deepseek-ai/dsh-typert-generator": "catalog:dsh-dev",
108
- "@deepseek-ai/dsh-typert-protocol": "catalog:dsh-dev",
109
- "@types/node": "catalog:tooling",
110
- "@types/react": "catalog:frontend-dev",
111
- "react": "catalog:frontend-dev",
112
- "eslint": "catalog:tooling",
113
- "tsdown": "catalog:tooling",
114
- "typescript": "catalog:plugin-tooling",
115
- "vitest": "catalog:tooling"
90
+ "@deepseek-ai/cordis": "4.0.1",
91
+ "@deepseek-ai/schemastery": "3.18.1",
92
+ "@deepseek-ai/dsh-api-gateway": "0.1.1-rc.2",
93
+ "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
94
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
95
+ "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.1-rc.2",
96
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
97
+ "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
98
+ "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2",
99
+ "@deepseek-ai/dsh-typert-generator": "0.1.1-rc.2",
100
+ "@deepseek-ai/dsh-typert-protocol": "0.1.1-rc.2",
101
+ "@types/node": "^26.4.0",
102
+ "@types/react": "18.3.28",
103
+ "react": "18.3.1",
104
+ "eslint": "10.9.1",
105
+ "tsdown": "^0.22.14",
106
+ "typescript": "^7.0.2",
107
+ "vitest": "^4.1.11"
116
108
  },
117
109
  "engines": {
118
110
  "node": ">=20"
@@ -120,5 +112,13 @@
120
112
  "publishConfig": {
121
113
  "access": "public",
122
114
  "registry": "https://registry.npmjs.org/"
115
+ },
116
+ "scripts": {
117
+ "build": "node scripts/generate-typert.mjs && tsc -p tsconfig.build.json && tsdown",
118
+ "lint": "eslint src tests scripts",
119
+ "test": "vitest run",
120
+ "test:watch": "vitest",
121
+ "typecheck": "tsc -p tsconfig.json --noEmit",
122
+ "verify": "node scripts/verify-package.mjs"
123
123
  }
124
- }
124
+ }