pretext-pdf 2.1.0 → 2.1.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/CHANGELOG.md +2280 -2265
- package/README.md +3 -2
- package/dist/cli.js +19 -19
- package/dist/plugin-types.d.ts +2 -4
- package/dist/plugin-types.d.ts.map +1 -1
- package/dist/render.d.ts +4 -1
- package/dist/render.d.ts.map +1 -1
- package/dist/render.js +4 -1
- package/dist/render.js.map +1 -1
- package/package.json +239 -239
- package/dist/post-process.d.ts +0 -16
- package/dist/post-process.d.ts.map +0 -1
- package/dist/post-process.js +0 -117
- package/dist/post-process.js.map +0 -1
- package/dist/types-public.d.ts +0 -9
- package/dist/types-public.d.ts.map +0 -1
- package/dist/types-public.js +0 -2
- package/dist/types-public.js.map +0 -1
- package/dist/validate/elements/structural.d.ts +0 -12
- package/dist/validate/elements/structural.d.ts.map +0 -1
- package/dist/validate/elements/structural.js +0 -12
- package/dist/validate/elements/structural.js.map +0 -1
- package/dist/validate.d.ts +0 -10
- package/dist/validate.d.ts.map +0 -1
- package/dist/validate.js +0 -10
- package/dist/validate.js.map +0 -1
package/dist/types-public.js
DELETED
package/dist/types-public.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types-public.js","sourceRoot":"","sources":["../src/types-public.ts"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* validate/elements/structural.ts — Re-export shim.
|
|
3
|
-
*
|
|
4
|
-
* The structural validators were split in v1.5.0 (B) into structural-simple.ts
|
|
5
|
-
* (spacer, hr, toc, toc-entry, comment) and forms-floats.ts (form-field,
|
|
6
|
-
* footnote-def, float-group). This file remains briefly as a compatibility
|
|
7
|
-
* shim for any out-of-tree consumer; the in-tree dispatcher imports the new
|
|
8
|
-
* modules directly. To be removed in B step 3.
|
|
9
|
-
*/
|
|
10
|
-
export * from './structural-simple.js';
|
|
11
|
-
export * from './forms-floats.js';
|
|
12
|
-
//# sourceMappingURL=structural.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"structural.d.ts","sourceRoot":"","sources":["../../../src/validate/elements/structural.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* validate/elements/structural.ts — Re-export shim.
|
|
3
|
-
*
|
|
4
|
-
* The structural validators were split in v1.5.0 (B) into structural-simple.ts
|
|
5
|
-
* (spacer, hr, toc, toc-entry, comment) and forms-floats.ts (form-field,
|
|
6
|
-
* footnote-def, float-group). This file remains briefly as a compatibility
|
|
7
|
-
* shim for any out-of-tree consumer; the in-tree dispatcher imports the new
|
|
8
|
-
* modules directly. To be removed in B step 3.
|
|
9
|
-
*/
|
|
10
|
-
export * from './structural-simple.js';
|
|
11
|
-
export * from './forms-floats.js';
|
|
12
|
-
//# sourceMappingURL=structural.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"structural.js","sourceRoot":"","sources":["../../../src/validate/elements/structural.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA"}
|
package/dist/validate.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* src/validate.ts — legacy shim, re-exports the new validate/ module.
|
|
3
|
-
*
|
|
4
|
-
* Original (1834L) was split into validate/{index,helpers,fonts,errors}.ts +
|
|
5
|
-
* validate/elements/* in v1.4.0 #11a. This shim exists for one release so
|
|
6
|
-
* external callers importing from 'pretext-pdf/dist/validate.js' (or the
|
|
7
|
-
* source path) continue to work; it will be deleted in step 3 of the split.
|
|
8
|
-
*/
|
|
9
|
-
export * from './validate/index.js';
|
|
10
|
-
//# sourceMappingURL=validate.d.ts.map
|
package/dist/validate.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../src/validate.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,qBAAqB,CAAA"}
|
package/dist/validate.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* src/validate.ts — legacy shim, re-exports the new validate/ module.
|
|
3
|
-
*
|
|
4
|
-
* Original (1834L) was split into validate/{index,helpers,fonts,errors}.ts +
|
|
5
|
-
* validate/elements/* in v1.4.0 #11a. This shim exists for one release so
|
|
6
|
-
* external callers importing from 'pretext-pdf/dist/validate.js' (or the
|
|
7
|
-
* source path) continue to work; it will be deleted in step 3 of the split.
|
|
8
|
-
*/
|
|
9
|
-
export * from './validate/index.js';
|
|
10
|
-
//# sourceMappingURL=validate.js.map
|
package/dist/validate.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validate.js","sourceRoot":"","sources":["../src/validate.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,qBAAqB,CAAA"}
|