@shopify/shopify-app-session-storage
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "@shopify/shopify-app-session-storage", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Shopify App Session Storage - abstract class", | ||
@@ -12,8 +12,19 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/shopify-app-session-storage", | ||
"homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/apps/session-storage/shopify-app-session-storage", | ||
"author": "Shopify Inc.", | ||
"license": "MIT", | ||
"main": "./build/cjs/index.js", | ||
"types": "./build/ts/index.d.ts", | ||
"scripts": {}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.mjs", | ||
"types": "./dist/ts/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint . --ext .js,.ts", | ||
"build": "yarn run rollup && yarn tsc -p ./tsconfig.build.json", | ||
"test": "jest", | ||
"test:ci": "yarn test", | ||
"rollup": "rollup -c rollup.config.js --bundleConfigAsCjs", | ||
"clean": "rimraf .rollup.cache dist", | ||
"changeset": "changeset", | ||
"version": "changeset version", | ||
"release": "yarn build && changeset publish" | ||
}, | ||
"publishConfig": { | ||
@@ -36,11 +47,12 @@ "access": "public", | ||
"peerDependencies": { | ||
"@shopify/shopify-api": "^9.7.1" | ||
"@shopify/shopify-api": "^9.7.2" | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@shopify/shopify-api": "^9.7.2" | ||
}, | ||
"files": [ | ||
"build/*", | ||
"!bundle/*", | ||
"!tsconfig.tsbuildinfo", | ||
"!node_modules" | ||
"dist/*", | ||
"!node_modules", | ||
"!tsconfig.tsbuildinfo" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
85139
28
0
1
336
1