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.13.9 to 1.13.10

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.13.10](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.13.9...v1.13.10) (2022-11-22)
### Bug Fixes
* apply src: {{source}} to CoCreate.config ([478da4f](https://github.com/CoCreate-app/CoCreate-cli/commit/478da4ff51eea812c589835d7cc31ca8889c45c3))
* removed duplicate repos ([012b68b](https://github.com/CoCreate-app/CoCreate-cli/commit/012b68b4b67de2bf43dd04196f9b1f13469c4e2f))
* replaced document_id with document._id ([f850009](https://github.com/CoCreate-app/CoCreate-cli/commit/f85000937c402017d273ca163ecdd63396e5139a))
## [1.13.9](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.13.8...v1.13.9) (2022-11-21)

@@ -2,0 +11,0 @@

30

CoCreate.config.js

@@ -7,11 +7,11 @@ module.exports = {

},
"sources": [{
"sources": [
{
"entry": "./docs/index.html",
"collection": "files",
"document_id": "60145dc49f64ba1680b86693",
"key": "src",
"data":{
"document": {
"_id": "637ca36250234ef1671ce30f",
"name": "index.html",
"path": "/docs/cli/index.html",
"src": "{{source}}",
"domains": [

@@ -27,19 +27,3 @@ "*",

}
],
"extract": {
"directory": "./src/",
"extensions": [
"js",
"css",
"html"
],
"ignores": [
"node_modules",
"vendor",
"bower_components",
"archive"
]
}
}
]
}
{
"name": "@cocreate/cli",
"version": "1.13.9",
"version": "1.13.10",
"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.",

@@ -38,3 +38,5 @@ "keywords": [

"replace": "nodejs src/commands/replace.js",
"webpack": "nodejs src/commands/fs/webpack.js"
"webpack": "nodejs src/commands/fs/webpack.js",
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
},

@@ -41,0 +43,0 @@ "repository": {

@@ -11,7 +11,7 @@ module.exports = [

},
// {
// 'path': '/home/ubuntu/CoCreateServer/CoCreate-admin',
// 'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
// },
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-admin',
'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-website',

@@ -473,65 +473,3 @@ 'repo': 'github.com/CoCreate-app/CoCreate-website.git'

},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-actions',
'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-api',
'repo': 'github.com/CoCreate-app/CoCreate-api.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-docs',
'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-hosting',
'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-client',
'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-elements',
'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-industry',
'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-observer',
'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-organizations',
'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render',
'repo': 'github.com/CoCreate-app/CoCreate-render.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-client',
'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-unique',
'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-users',
'repo': 'github.com/CoCreate-app/CoCreate-users.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-utils',
'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
},
{
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-uuid',
'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
},
// Maybe depreciated

@@ -538,0 +476,0 @@ {

@@ -38,7 +38,7 @@ let glob = require("glob");

"collection": "files",
"document_id": "${document_id}",
"key": "src",
"data":{
"document": {
"_id": "${document_id}",
"name": "index.html",
"path": "/docs/${name}/index.html",
"src": "{{source}}",
"domains": [

@@ -53,18 +53,3 @@ "general.cocreate.app"

}
],
"extract": {
"directory": "./src/",
"extensions": [
"js",
"css",
"html"
],
"ignores": [
"node_modules",
"vendor",
"bower_components",
"archive"
]
}
]
}

@@ -71,0 +56,0 @@

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