@ima/devtools-scripts
Advanced tools
Comparing version 17.12.2 to 17.13.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [17.13.0](https://github.com/seznam/ima/compare/v17.12.3...v17.13.0) (2022-04-06) | ||
### Bug Fixes | ||
* 🐛 Added devtools-scripts missing clone helper destructing ([06b0f9a](https://github.com/seznam/ima/commit/06b0f9a7022807be51d352d19b620fd698a3baf8)) | ||
## [17.12.2](https://github.com/seznam/ima/compare/v17.12.1...v17.12.2) (2022-02-07) | ||
@@ -8,0 +19,0 @@ |
@@ -934,3 +934,3 @@ // DO NOT MODIFY FILE, FILE IS AUTO GENERATED FROM OTHER REPOSITORIES | ||
createDevtool(({ importIMAClass, aop, createHook, hookName, createCallTrap, emit }) => { ${Object.values(hooks).filter(hook => hook.enabled).map(hook => hook.code).join("\n\n")} }); | ||
createDevtool(({ importIMAClass, clone, aop, createHook, hookName, createCallTrap, emit }) => { ${Object.values(hooks).filter(hook => hook.enabled).map(hook => hook.code).join("\n\n")} }); | ||
`; } |
{ | ||
"name": "@ima/devtools-scripts", | ||
"version": "17.12.2", | ||
"version": "17.13.0", | ||
"description": "IMA.js devtool script used in the @ima/devtools.", | ||
@@ -11,3 +11,3 @@ "main": "es/main.string.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, 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: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", | ||
@@ -56,3 +56,3 @@ "build": "npm run build:script && npm run build:string", | ||
}, | ||
"gitHead": "755cc91e2ef8d010691849881922ff6996d543c9" | ||
"gitHead": "6c13fd8b122e9e10591e17f761ea019b95311d01" | ||
} |
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
75590