@commercetools-frontend/constants
Advanced tools
Comparing version 0.0.0-canary-f43757edc0cae263dd3840878c0a6b436dfc08e3 to 0.0.0-testing-workflow-20241126232219
{ | ||
"name": "@commercetools-frontend/constants", | ||
"version": "0.0.0-canary-f43757edc0cae263dd3840878c0a6b436dfc08e3", | ||
"version": "0.0.0-testing-workflow-20241126232219", | ||
"description": "Shared constants for MC applications", | ||
@@ -11,3 +11,3 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", | ||
}, | ||
"homepage": "https://docs.commercetools.com/custom-applications", | ||
"homepage": "https://docs.commercetools.com/merchant-center-customizations/api-reference/commercetools-frontend-constants", | ||
"keywords": [ | ||
@@ -20,10 +20,7 @@ "javascript", | ||
"license": "MIT", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "./dist/constants.cjs.js", | ||
"module": "./dist/constants.es.js", | ||
"typings": "./dist/typings/index.d.ts", | ||
"types": "./dist/typings/index.d.ts", | ||
"main": "dist/commercetools-frontend-constants.cjs.js", | ||
"module": "dist/commercetools-frontend-constants.esm.js", | ||
"files": [ | ||
@@ -35,15 +32,10 @@ "dist", | ||
], | ||
"scripts": { | ||
"prepare": "./../../scripts/version.js replace", | ||
"prebuild": "rimraf dist/**", | ||
"build": "yarn build:bundles && yarn build:typings", | ||
"build:bundles": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -i ./src/index.ts", | ||
"build:bundles:watch": "yarn build:bundles -w", | ||
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.9.6", | ||
"@babel/runtime-corejs3": "7.9.6" | ||
"@babel/runtime": "^7.22.15", | ||
"@babel/runtime-corejs3": "^7.22.15" | ||
}, | ||
"gitHead": "24c539b6bec6661ba163efea301ba2d9c9ceecd0" | ||
} | ||
"devDependencies": { | ||
"@types/jest": "^29.5.4", | ||
"jest": "29.7.0" | ||
} | ||
} |
# @commercetools-frontend/constants | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@commercetools-frontend/constants"><img src="https://badgen.net/npm/v/@commercetools-frontend/constants" alt="Latest release (latest dist-tag)" /></a> <a href="https://www.npmjs.com/package/@commercetools-frontend/constants"><img src="https://badgen.net/npm/v/@commercetools-frontend/constants/next" alt="Latest release (next dist-tag)" /></a> <a href="https://bundlephobia.com/result?p=@commercetools-frontend/constants"><img src="https://badgen.net/bundlephobia/minzip/@commercetools-frontend/constants" alt="Minified + GZipped size" /></a> <a href="https://github.com/commercetools/merchant-center-application-kit/blob/master/LICENSE"><img src="https://badgen.net/github/license/commercetools/merchant-center-application-kit" alt="GitHub license" /></a> | ||
<a href="https://www.npmjs.com/package/@commercetools-frontend/constants"><img src="https://badgen.net/npm/v/@commercetools-frontend/constants" alt="Latest release (latest dist-tag)" /></a> <a href="https://www.npmjs.com/package/@commercetools-frontend/constants"><img src="https://badgen.net/npm/v/@commercetools-frontend/constants/next" alt="Latest release (next dist-tag)" /></a> <a href="https://bundlephobia.com/result?p=@commercetools-frontend/constants"><img src="https://badgen.net/bundlephobia/minzip/@commercetools-frontend/constants" alt="Minified + GZipped size" /></a> <a href="https://github.com/commercetools/merchant-center-application-kit/blob/main/LICENSE"><img src="https://badgen.net/github/license/commercetools/merchant-center-application-kit" alt="GitHub license" /></a> | ||
</p> | ||
Shared constants for MC applications. | ||
## Install | ||
```bash | ||
$ npm install --save @commercetools-frontend/constants | ||
``` | ||
Check out the [documentation](https://docs.commercetools.com/merchant-center-customizations/api-reference/commercetools-frontend-constants) for more information. |
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
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
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
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
105726
14
2597
2
8
1
1
+ Added@babel/runtime@7.26.0(transitive)
+ Added@babel/runtime-corejs3@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime@7.9.6(transitive)
- Removed@babel/runtime-corejs3@7.9.6(transitive)
- Removedregenerator-runtime@0.13.11(transitive)
Updated@babel/runtime@^7.22.15