Socket
Socket
Sign inDemoInstall

@cocreate/cli

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/cli - npm Package Compare versions

Comparing version 1.14.16 to 1.14.17

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.14.17](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.16...v1.14.17) (2022-12-30)
### Bug Fixes
* update config sources to use template braces with entry on src ([48d6660](https://github.com/CoCreate-app/CoCreate-cli/commit/48d6660049d631d318ebff52f858473c839b5ef6))
## [1.14.16](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.15...v1.14.16) (2022-12-29)

@@ -2,0 +9,0 @@

3

CoCreate.config.js

@@ -9,3 +9,2 @@ module.exports = {

{
"entry": "./docs/index.html",
"collection": "files",

@@ -16,3 +15,3 @@ "document": {

"path": "/docs/cli/index.html",
"src": "{{source}}",
"src": "{{./docs/index.html}}",
"domains": [

@@ -19,0 +18,0 @@ "*",

{
"name": "@cocreate/cli",
"version": "1.14.16",
"version": "1.14.17",
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -35,4 +35,4 @@ let glob = require("glob");

"sources": [{
"entry": "./docs/index.html",
"sources": [
{
"collection": "files",

@@ -43,3 +43,3 @@ "document": {

"path": "/docs/${name}/index.html",
"src": "{{source}}",
"src": "{{./docs/index.html}}",
"domains": [

@@ -46,0 +46,0 @@ "general.cocreate.app"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc