@cocreate/docs
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,27 @@ | ||
## [1.0.1](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.0...v1.0.1) (2021-01-07) | ||
### Bug Fixes | ||
* dummy commit to cause CI ([9f6895f](https://github.com/CoCreate-app/CoCreate-docs/commit/9f6895ff609fbf28722283d8452b773da2dce6ac)) | ||
# 1.0.0 (2021-01-07) | ||
### Bug Fixes | ||
* read config file relative to command path ([a3e182a](https://github.com/CoCreate-app/CoCreate-docs/commit/a3e182a14709b489fb65d55da4a04ef5bff05f45)) | ||
### Features | ||
* (comment parser support for HTML, CSS, JS, XML) ([2be08aa](https://github.com/CoCreate-app/CoCreate-docs/commit/2be08aa1c8c13aea2c5646b5ee3770f09ccf4be4)) | ||
# 1.0.0 (2021-01-07) | ||
### Features | ||
* (comment parser support for HTML, CSS, JS, XML) ([2be08aa](https://github.com/CoCreate-app/CoCreate-docs/commit/2be08aa1c8c13aea2c5646b5ee3770f09ccf4be4)) | ||
# CHANGELOG |
{ | ||
"name": "@cocreate/docs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Documentation generator ", | ||
"keywords": [ | ||
"cocreate", | ||
"lowcode", | ||
"doc-generator" | ||
"cocreate", | ||
"lowcode", | ||
"doc-generator" | ||
], | ||
"main": "app.js", | ||
@@ -12,0 +11,0 @@ "scripts": { |
@@ -13,5 +13,3 @@ module.exports = { | ||
], | ||
["@semantic-release/npm", { | ||
"access": "public", | ||
}], | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
@@ -18,0 +16,0 @@ [ |
@@ -0,0 +0,0 @@ |
const fs = require('fs'); | ||
const { sources, socket} = require('../html_config.json'); | ||
const path = require('fs'); | ||
const { sources, socket} = require(path.resolve(process.cwd(), 'html_config.json')); | ||
@@ -4,0 +5,0 @@ const {CoCreateSocketInit, CoCreateUpdateDocument } = require("./socket_process.js") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
58811
1207
5
1