dsd-constants-lib
Advanced tools
Comparing version 0.0.10 to 1.1.0
@@ -70,13 +70,13 @@ /** | ||
return { | ||
LicenseOwnership: { name: "ownership", id: 1 }, | ||
LicenseAccess: { name: "access", id: 2 }, | ||
LicenseCustody: { name: "custody", id: 4 }, | ||
LicenseDabForTag: { name: "dab-for-tag", id: 8 }, | ||
LicenseTagForDab: { name: "tag-for-dab", id: 16 }, | ||
LicenseTagForDabs: { name: "tag-for-dabs", id: 32 }, | ||
LicenseDabForTags: { name: "dab-for-tags", id: 64 }, | ||
LicenseExplore: { name: "explore", id: 128 }, | ||
LicenseBulk: { name: "bulk", id: 256 }, | ||
LicenseTransitive: { name: "transitive", id: 512 }, | ||
LicenseReshare: { name: "reshare", id: 600 }, | ||
LicenseOwnership: { name: "ownership", id: 1, conditional: false }, | ||
LicenseAccess: { name: "access", id: 2, conditional: true }, | ||
LicenseCustody: { name: "custody", id: 4, conditional: false }, | ||
LicenseDabForTag: { name: "dab-for-tag", id: 8, conditional: true }, | ||
LicenseTagForDab: { name: "tag-for-dab", id: 16, conditional: true }, | ||
LicenseTagForDabs: { name: "tag-for-dabs", id: 32, conditional: true }, | ||
LicenseDabForTags: { name: "dab-for-tags", id: 64, conditional: true }, | ||
LicenseExplore: { name: "explore", id: 128, conditional: true }, | ||
LicenseBulk: { name: "bulk", id: 256, conditional: true }, | ||
LicenseTransitive: { name: "transitive", id: 512, conditional: true }, | ||
LicenseReshare: { name: "reshare", id: 600, conditional: true }, | ||
}; | ||
@@ -83,0 +83,0 @@ } |
@@ -18,8 +18,13 @@ /** | ||
complex: [ | ||
{name: "O.DL", comment: "Deal"}, | ||
{name: "O.EV", comment: "Event"}, | ||
{name: "O.DB", comment: "Dab"}, | ||
{name: "O.DL", comment: "Deal"}, | ||
{name: "O.AS", comment: "Asset"}, | ||
{name: "O.LS", comment: "License"}, | ||
{name: "O.TG", comment: "Tag"}, | ||
{name: "O.TT", comment: "Ticket"}, | ||
{name: "O.TX", comment: "Transaction"}, | ||
{name: "O.VT", comment: "Vault"}, | ||
{name: "O.KS", comment: "Keys"}, | ||
{name: "O.KS", comment: "Keys"},//i.e object (not an array) with set of keys | ||
{name: "O.KY", comment: "Key"}, | ||
{name: "O.KD", comment: "KeyData"}, | ||
@@ -26,0 +31,0 @@ ], |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "0.0.10", | ||
"version": "1.1.0", | ||
"dependencies": {}, | ||
"scripts": {} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19682
438
1