@cocreate/utils
Advanced tools
Comparing version 1.21.3 to 1.21.4
@@ -0,1 +1,8 @@ | ||
## [1.21.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.21.3...v1.21.4) (2023-06-10) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([eff26e1](https://github.com/CoCreate-app/CoCreate-utils/commit/eff26e13969e34fdc5f27bb2bd75a4041f06578f)) | ||
## [1.21.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.21.2...v1.21.3) (2023-06-04) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "", | ||
"key": "", | ||
"host": "" | ||
}, | ||
"organization_id": "", | ||
"key": "", | ||
"host": "", | ||
"sources": [ | ||
@@ -8,0 +6,0 @@ { |
{ | ||
"name": "@cocreate/utils", | ||
"version": "1.21.3", | ||
"version": "1.21.4", | ||
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js", | ||
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js" | ||
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js" | ||
}, | ||
@@ -52,2 +52,3 @@ "repository": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@cocreate/cli": "^1.29.3", | ||
"babel-loader": "^8.1.0", | ||
@@ -64,4 +65,4 @@ "clean-webpack-plugin": "^3.0.0", | ||
"dependencies": { | ||
"@cocreate/docs": "^1.7.15" | ||
"@cocreate/docs": "^1.8.13" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
132459
12
1117
1
Updated@cocreate/docs@^1.8.13