@ima/devtools-scripts
Advanced tools
Comparing version 17.13.0 to 18.0.0-rc.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [17.13.0](https://github.com/seznam/ima/compare/v17.12.3...v17.13.0) (2022-04-06) | ||
# [18.0.0-rc.0](https://github.com/seznam/ima/compare/v17.12.3...v18.0.0-rc.0) (2022-05-26) | ||
@@ -12,3 +12,3 @@ | ||
* 🐛 Added devtools-scripts missing clone helper destructing ([06b0f9a](https://github.com/seznam/ima/commit/06b0f9a7022807be51d352d19b620fd698a3baf8)) | ||
* 🐛 updated packagelocks ([c3d6ce1](https://github.com/seznam/ima/commit/c3d6ce1f8b4d224673793261f60469f3c840b096)) | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@ima/devtools-scripts", | ||
"version": "17.13.0", | ||
"version": "18.0.0-rc.0", | ||
"description": "IMA.js devtool script used in the @ima/devtools.", | ||
"main": "es/main.string.js", | ||
"scripts": { | ||
"preversion": "npm test", | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
"build:commonjs": "NODE_ENV=cjs rollup -c -o lib/main.js", | ||
"build:es": "NODE_ENV=es rollup -c -o es/main.js", | ||
"build:string": "babel --plugins @babel/plugin-transform-template-literals ./es/main.js | (echo '// DO NOT MODIFY FILE, FILE IS AUTO GENERATED FROM OTHER REPOSITORIES \nexport default function(hooks) { return `' && cat && echo 'createDevtool(({ importIMAClass, clone, aop, createHook, hookName, createCallTrap, emit }) => { ${Object.values(hooks).filter(hook => hook.enabled).map(hook => hook.code).join(\"\\\\n\\\\n\")} });' && echo '`; }') > ./es/main.string.js", | ||
"build:script": "npm run build:commonjs && npm run build:es", | ||
"build": "npm run build:script && npm run build:string", | ||
"dev": "NODE_ENV=es rollup -c -w -o es/main.js", | ||
"prepare": "npm run build" | ||
}, | ||
"keywords": [ | ||
@@ -24,2 +12,11 @@ "IMA", | ||
], | ||
"bugs": { | ||
"url": "https://github.com/seznam/ima/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seznam/ima.git", | ||
"directory": "packages/devtools-scripts" | ||
}, | ||
"license": "MIT", | ||
"author": "Miroslav Jancarik <miroslav.jancarik@firma.seznam.cz>", | ||
@@ -32,27 +29,23 @@ "contributors": [ | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seznam/ima.git" | ||
"main": "./dist/main.cjs", | ||
"module": "./dist/main.mjs", | ||
"browser": "./dist/main.js", | ||
"scripts": { | ||
"build": "rollup --config", | ||
"dev": "rollup --config --watch", | ||
"lint": "eslint './**/*.{js,jsx,ts,tsx}'", | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
"preversion": "npm test" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/seznam/ima/issues" | ||
"dependencies": { | ||
"to-aop": "^0.5.4" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/cli": "7.12.10", | ||
"@babel/core": "7.12.10", | ||
"@babel/plugin-transform-template-literals": "7.12.1", | ||
"rollup": "2.38.1", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
"rollup-plugin-node-resolve": "5.2.0" | ||
"@babel/plugin-transform-template-literals": "^7.16.7" | ||
}, | ||
"dependencies": { | ||
"easy-uid": "1.0.2", | ||
"to-aop": "0.5.1" | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"gitHead": "6c13fd8b122e9e10591e17f761ea019b95311d01" | ||
"gitHead": "bd1166ac6d14e5695bbf5d58cda5daa04e6374e8" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
312544
1
1
15
0
4993
3
1
+ Addedto-aop@0.5.5(transitive)
- Removedeasy-uid@1.0.2
- Removedeasy-uid@1.0.2(transitive)
- Removedto-aop@0.5.1(transitive)
Updatedto-aop@^0.5.4