@natlibfi/marc-record-validators-melinda 9.3.0 → 10.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/index.js +4 -0
package/dist/index.js
CHANGED
|
@@ -33,6 +33,12 @@ Object.defineProperty(exports, "EndingPunctuation", {
|
|
|
33
33
|
return _endingPunctuation.default;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
+
Object.defineProperty(exports, "EndingWhitespace", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () {
|
|
39
|
+
return _endingWhitespace.default;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
36
42
|
Object.defineProperty(exports, "FieldExclusion", {
|
|
37
43
|
enumerable: true,
|
|
38
44
|
get: function () {
|
|
@@ -75,6 +81,12 @@ Object.defineProperty(exports, "ItemLanguage", {
|
|
|
75
81
|
return _itemLanguage.default;
|
|
76
82
|
}
|
|
77
83
|
});
|
|
84
|
+
Object.defineProperty(exports, "NonBreakingSpace", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () {
|
|
87
|
+
return _nonBreakingSpace.default;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
78
90
|
Object.defineProperty(exports, "NormalizeUTF8Diacritics", {
|
|
79
91
|
enumerable: true,
|
|
80
92
|
get: function () {
|
|
@@ -122,6 +134,7 @@ var _doubleCommas = _interopRequireDefault(require("./double-commas"));
|
|
|
122
134
|
var _duplicatesInd = _interopRequireDefault(require("./duplicates-ind1"));
|
|
123
135
|
var _emptyFields = _interopRequireDefault(require("./empty-fields"));
|
|
124
136
|
var _endingPunctuation = _interopRequireDefault(require("./ending-punctuation"));
|
|
137
|
+
var _endingWhitespace = _interopRequireDefault(require("./ending-whitespace"));
|
|
125
138
|
var _fieldsPresent = _interopRequireDefault(require("./fields-present"));
|
|
126
139
|
var _fieldStructure = _interopRequireDefault(require("./field-structure"));
|
|
127
140
|
var _fixedFields = _interopRequireDefault(require("./fixed-fields"));
|
|
@@ -129,6 +142,7 @@ var _fieldExclusion = _interopRequireDefault(require("./field-exclusion"));
|
|
|
129
142
|
var _identicalFields = _interopRequireDefault(require("./identical-fields"));
|
|
130
143
|
var _isbnIssn = _interopRequireDefault(require("./isbn-issn"));
|
|
131
144
|
var _itemLanguage = _interopRequireDefault(require("./item-language"));
|
|
145
|
+
var _nonBreakingSpace = _interopRequireDefault(require("./non-breaking-space"));
|
|
132
146
|
var _normalizeUtf8Diacritics = _interopRequireDefault(require("./normalize-utf8-diacritics"));
|
|
133
147
|
var _punctuation = _interopRequireDefault(require("./punctuation/"));
|
|
134
148
|
var _resolvableExtReferencesMelinda = _interopRequireDefault(require("./resolvable-ext-references-melinda"));
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["../src/index.js"],"sourcesContent":["import AccessRights from './access-rights';\nimport DoubleCommas from './double-commas';\nimport DuplicatesInd1 from './duplicates-ind1';\nimport EmptyFields from './empty-fields';\nimport EndingPunctuation from './ending-punctuation';\nimport FieldsPresent from './fields-present';\nimport FieldStructure from './field-structure';\nimport FixedFields from './fixed-fields';\nimport FieldExclusion from './field-exclusion';\nimport IdenticalFields from './identical-fields';\nimport IsbnIssn from './isbn-issn';\nimport ItemLanguage from './item-language';\nimport NormalizeUTF8Diacritics from './normalize-utf8-diacritics';\nimport Punctuation from './punctuation/';\nimport ResolvableExtReferences from './resolvable-ext-references-melinda';\nimport SortTags from './sort-tags';\nimport SubfieldExclusion from './subfield-exclusion';\nimport UnicodeDecomposition from './unicode-decomposition';\nimport Urn from './urn';\n\nexport {\n AccessRights,\n DoubleCommas,\n DuplicatesInd1,\n EmptyFields,\n EndingPunctuation,\n FieldExclusion,\n FieldsPresent,\n FieldStructure,\n FixedFields,\n IdenticalFields,\n IsbnIssn,\n ItemLanguage,\n NormalizeUTF8Diacritics,\n Punctuation,\n ResolvableExtReferences,\n SortTags,\n SubfieldExclusion,\n UnicodeDecomposition,\n Urn\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["../src/index.js"],"sourcesContent":["import AccessRights from './access-rights';\nimport DoubleCommas from './double-commas';\nimport DuplicatesInd1 from './duplicates-ind1';\nimport EmptyFields from './empty-fields';\nimport EndingPunctuation from './ending-punctuation';\nimport EndingWhitespace from './ending-whitespace';\nimport FieldsPresent from './fields-present';\nimport FieldStructure from './field-structure';\nimport FixedFields from './fixed-fields';\nimport FieldExclusion from './field-exclusion';\nimport IdenticalFields from './identical-fields';\nimport IsbnIssn from './isbn-issn';\nimport ItemLanguage from './item-language';\nimport NonBreakingSpace from './non-breaking-space';\nimport NormalizeUTF8Diacritics from './normalize-utf8-diacritics';\nimport Punctuation from './punctuation/';\nimport ResolvableExtReferences from './resolvable-ext-references-melinda';\nimport SortTags from './sort-tags';\nimport SubfieldExclusion from './subfield-exclusion';\nimport UnicodeDecomposition from './unicode-decomposition';\nimport Urn from './urn';\n\nexport {\n AccessRights,\n DoubleCommas,\n DuplicatesInd1,\n EmptyFields,\n EndingPunctuation,\n EndingWhitespace,\n FieldExclusion,\n FieldsPresent,\n FieldStructure,\n FixedFields,\n IdenticalFields,\n IsbnIssn,\n ItemLanguage,\n NonBreakingSpace,\n NormalizeUTF8Diacritics,\n Punctuation,\n ResolvableExtReferences,\n SortTags,\n SubfieldExclusion,\n UnicodeDecomposition,\n Urn\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAwB"}
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "git@github.com:natlibfi/marc-record-validators-melinda.git"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"version": "
|
|
17
|
+
"version": "10.0.1-alpha.1",
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@babel/register": "^7.18.9",
|
|
39
39
|
"@natlibfi/issn-verify": "^1.0.0",
|
|
40
40
|
"@natlibfi/marc-record": "^7.2.2",
|
|
41
|
-
"@natlibfi/marc-record-validate": "^
|
|
41
|
+
"@natlibfi/marc-record-validate": "^8.0.0-alpha.1",
|
|
42
42
|
"cld3-asm": "^3.1.1",
|
|
43
43
|
"debug": "^4.3.4",
|
|
44
44
|
"isbn3": "^1.1.30",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"clone": "^2.1.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@natlibfi/marc-record-validate": "^
|
|
51
|
+
"@natlibfi/marc-record-validate": "^8.0.0-alpha.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/cli": "^7.20.7",
|
package/src/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import DoubleCommas from './double-commas';
|
|
|
3
3
|
import DuplicatesInd1 from './duplicates-ind1';
|
|
4
4
|
import EmptyFields from './empty-fields';
|
|
5
5
|
import EndingPunctuation from './ending-punctuation';
|
|
6
|
+
import EndingWhitespace from './ending-whitespace';
|
|
6
7
|
import FieldsPresent from './fields-present';
|
|
7
8
|
import FieldStructure from './field-structure';
|
|
8
9
|
import FixedFields from './fixed-fields';
|
|
@@ -10,6 +11,7 @@ import FieldExclusion from './field-exclusion';
|
|
|
10
11
|
import IdenticalFields from './identical-fields';
|
|
11
12
|
import IsbnIssn from './isbn-issn';
|
|
12
13
|
import ItemLanguage from './item-language';
|
|
14
|
+
import NonBreakingSpace from './non-breaking-space';
|
|
13
15
|
import NormalizeUTF8Diacritics from './normalize-utf8-diacritics';
|
|
14
16
|
import Punctuation from './punctuation/';
|
|
15
17
|
import ResolvableExtReferences from './resolvable-ext-references-melinda';
|
|
@@ -24,6 +26,7 @@ export {
|
|
|
24
26
|
DuplicatesInd1,
|
|
25
27
|
EmptyFields,
|
|
26
28
|
EndingPunctuation,
|
|
29
|
+
EndingWhitespace,
|
|
27
30
|
FieldExclusion,
|
|
28
31
|
FieldsPresent,
|
|
29
32
|
FieldStructure,
|
|
@@ -31,6 +34,7 @@ export {
|
|
|
31
34
|
IdenticalFields,
|
|
32
35
|
IsbnIssn,
|
|
33
36
|
ItemLanguage,
|
|
37
|
+
NonBreakingSpace,
|
|
34
38
|
NormalizeUTF8Diacritics,
|
|
35
39
|
Punctuation,
|
|
36
40
|
ResolvableExtReferences,
|