Socket
Socket
Sign inDemoInstall

@stencila/configa

Package Overview
Dependencies
87
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

7

CHANGELOG.md

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

## [0.4.3](https://github.com/stencila/configa/compare/v0.4.2...v0.4.3) (2020-02-24)
### Bug Fixes
* **Dependencies:** Use main Typedoc package ([9822014](https://github.com/stencila/configa/commit/9822014edc516d1e3a54e9be83c9df2fab771094))
## [0.4.2](https://github.com/stencila/configa/compare/v0.4.1...v0.4.2) (2020-01-09)

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

2

dist/config.schema.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"description": "Configa 0.4.1",
"description": "Configa 0.4.2",
"$comment": "",

@@ -6,0 +6,0 @@ "properties": {

@@ -7,3 +7,3 @@ /**

*/
import * as typedoc from '@gerrit0/typedoc';
import * as typedoc from 'typedoc';
import { Application, Option, Validator } from './common';

@@ -10,0 +10,0 @@ /**

@@ -19,3 +19,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const typedoc = __importStar(require("@gerrit0/typedoc"));
const typedoc = __importStar(require("typedoc"));
const json5_1 = __importDefault(require("json5"));

@@ -31,5 +31,4 @@ const common_1 = require("./common");

function parseConfig(filePath) {
const app = new typedoc.Application({
module: 'commonjs',
target: 'es2017',
const app = new typedoc.Application();
app.bootstrap({
esModuleInterop: true,

@@ -36,0 +35,0 @@ experimentalDecorators: true

{
"name": "@stencila/configa",
"version": "0.4.2",
"version": "0.4.3",
"description": "Application configuration: DRY, flexible and type-safe",

@@ -39,15 +39,14 @@ "bin": "dist/cli.js",

"devDependencies": {
"@stencila/dev-config": "1.4.5",
"@types/jest": "24.0.25",
"@stencila/dev-config": "1.4.11",
"@types/jest": "25.1.3",
"@types/json5": "0.0.30",
"@types/rc": "1.1.0",
"jest": "24.9.0",
"jest": "25.1.0",
"jest-file-snapshot": "0.3.8",
"json-schema": "0.2.5",
"ts-jest": "24.3.0",
"ts-node": "8.5.4",
"typescript": "3.7.4"
"ts-jest": "25.2.1",
"ts-node": "8.6.2",
"typescript": "3.8.2"
},
"dependencies": {
"@gerrit0/typedoc": "^0.15.10",
"@stencila/logga": "^2.1.0",

@@ -58,3 +57,4 @@ "ajv": "^6.10.2",

"json5": "^2.1.1",
"rc": "^1.2.8"
"rc": "^1.2.8",
"typedoc": "^0.16.10"
},

@@ -106,3 +106,9 @@ "commitlint": {

"extends": "@stencila/semantic-release-config"
},
"renovate": {
"extends": [
"@stencila"
],
"schedule": "before 3am on Monday"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc