@sapiom/sandbox-preview
Advanced tools
+7
-0
| # @sapiom/sandbox-preview | ||
| ## 0.1.9 | ||
| ### Patch Changes | ||
| - Updated dependencies [55cde7f] | ||
| - @sapiom/tools@0.23.0 | ||
| ## 0.1.8 | ||
@@ -4,0 +11,0 @@ |
@@ -1,1 +0,1 @@ | ||
| {"type": "module"} | ||
| {"type":"module"} |
+3
-3
| { | ||
| "name": "@sapiom/sandbox-preview", | ||
| "version": "0.1.8", | ||
| "version": "0.1.9", | ||
| "description": "Client-side flow for deploying a web-app preview to a Sapiom sandbox — provision, upload, deploy to a live URL. Shared by the CLI and MCP packages.", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
| "zod": "^3.25.76", | ||
| "@sapiom/tools": "^0.22.0" | ||
| "@sapiom/tools": "^0.23.0" | ||
| }, | ||
@@ -62,3 +62,3 @@ "devDependencies": { | ||
| "build:esm": "tsc --project tsconfig.esm.json", | ||
| "build:esm-pkg": "echo '{\"type\": \"module\"}' > dist/esm/package.json", | ||
| "build:esm-pkg": "node -e \"require('fs').writeFileSync('dist/esm/package.json',JSON.stringify({type:'module'}))\"", | ||
| "clean": "rm -rf dist *.tsbuildinfo", | ||
@@ -65,0 +65,0 @@ "dev": "tsc --watch --project tsconfig.cjs.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
128825
0.82%+ Added
- Removed
Updated