quidproquo-webserver
Advanced tools
Comparing version 0.0.184 to 0.0.185
@@ -94,3 +94,4 @@ "use strict"; | ||
'default-src': ["'self'"], | ||
'connect-src': ["'self'", { api: 'api' }], | ||
// maybe pass in the api / localhost port in as args | ||
'connect-src': ["'self'", { api: 'api' }, 'http://localhost:8080'], | ||
'style-src': [ | ||
@@ -97,0 +98,0 @@ "'self'", |
{ | ||
"name": "quidproquo-webserver", | ||
"version": "0.0.184", | ||
"version": "0.0.185", | ||
"description": "", | ||
@@ -29,8 +29,8 @@ "main": "./lib/commonjs/index.js", | ||
"@anthropic-ai/sdk": "^0.19.1", | ||
"quidproquo-core": "0.0.184" | ||
"quidproquo-core": "0.0.185" | ||
}, | ||
"devDependencies": { | ||
"quidproquo-tsconfig": "0.0.184", | ||
"quidproquo-tsconfig": "0.0.185", | ||
"typescript": "^4.9.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191044
3582
+ Addedquidproquo-core@0.0.185(transitive)
- Removedquidproquo-core@0.0.184(transitive)
Updatedquidproquo-core@0.0.185