@shopware-pwa/api-client
Advanced tools
Comparing version 0.0.0-canary-20230103135341 to 0.0.0-canary-20230110130020
{ | ||
"name": "@shopware-pwa/api-client", | ||
"version": "0.0.0-canary-20230103135341", | ||
"version": "0.0.0-canary-20230110130020", | ||
"module": "./dist/index.mjs", | ||
@@ -23,8 +23,8 @@ "types": "./dist/index.d.ts", | ||
"query-string": "^8.1.0", | ||
"@shopware-pwa/types": "0.0.0-canary-20230103135341" | ||
"@shopware-pwa/types": "0.0.0-canary-20230110130020" | ||
}, | ||
"scripts": { | ||
"build": "unbuild && pnpm build:types", | ||
"build": "export NODE_ENV=production && unbuild && pnpm build:types", | ||
"build:types": "npx -p typescript tsc ./src/*.ts --declaration --allowJs --emitDeclarationOnly --outDir ./temp --skipLibCheck", | ||
"dev": "unbuild --stub", | ||
"dev": "export NODE_ENV=development && unbuild --stub", | ||
"lint": "eslint src/**/*.ts* --fix --max-warnings=0", | ||
@@ -31,0 +31,0 @@ "test": "vitest run --segfault-retry=3" |
@@ -15,3 +15,3 @@ # shopware/frontends - api-client | ||
### Latest changes: 0.0.0-canary-20230103135341 | ||
### Latest changes: 0.0.0-canary-20230110130020 | ||
@@ -23,2 +23,2 @@ ### Patch Changes | ||
- Updated dependencies [[`6c045a4`](https://github.com/shopware/frontends/commit/6c045a44242dad42571df6ce82c564e07031d373), [`ccf4ed4`](https://github.com/shopware/frontends/commit/ccf4ed47e6bb46d1fcab7c1418a677fe575331b4), [`39d2d11`](https://github.com/shopware/frontends/commit/39d2d11c922f5de9eb5d5c25225b6b93edd8ebcb)]: | ||
- @shopware-pwa/types@0.0.0-canary-20230103135341 | ||
- @shopware-pwa/types@0.0.0-canary-20230110130020 |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
60551
1669
+ Added@shopware-pwa/types@0.0.0-canary-20230110130020(transitive)
- Removed@shopware-pwa/types@0.0.0-canary-20230103135341(transitive)