docworks-model
Advanced tools
Comparing version 1.3.11 to 1.4.4
@@ -90,3 +90,3 @@ 'use strict'; | ||
function Property(name, labels, isGet, isSet, type, locations, docs, srcDocs, extra) { | ||
function Property(name, labels, isGet, isSet, type, defaultValue, locations, docs, srcDocs, extra) { | ||
return { | ||
@@ -98,2 +98,3 @@ name: name, | ||
type: type, | ||
defaultValue: defaultValue, | ||
locations: locations, | ||
@@ -100,0 +101,0 @@ docs: docs, |
{ | ||
"name": "docworks-model", | ||
"version": "1.3.11", | ||
"version": "1.4.4", | ||
"description": "The model objects for docworks json files", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -73,3 +73,3 @@ | ||
export function Property(name, labels, isGet, isSet, type, locations, docs, srcDocs, extra) { | ||
export function Property(name, labels, isGet, isSet, type, defaultValue, locations, docs, srcDocs, extra) { | ||
return { | ||
@@ -81,2 +81,3 @@ name: name, | ||
type: type, | ||
defaultValue: defaultValue, | ||
locations: locations, | ||
@@ -83,0 +84,0 @@ docs: docs, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7316
281
0