File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
pdf-accessibility-auto-tag-api Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
5085083 . Verify the hash in the downloaded file matches the value published here.
509509
510510```
511- sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA ==
511+ sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg ==
512512```
513513
514514#### Logging
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
5575573 . Verify the hash in the downloaded file matches the value published here.
558558
559559```
560- sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA ==
560+ sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg ==
561561```
562562
563563#### Logging
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
5085083 . Verify the hash in the downloaded file matches the value published here.
509509
510510```
511- sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA ==
511+ sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg ==
512512```
513513
514514#### Logging
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
5075073 . Verify the hash in the downloaded file matches the value published here.
508508
509509```
510- sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA ==
510+ sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg ==
511511```
512512
513513#### Logging
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ import com.adobe.pdfservices.operation.ExecutionContext;
7373* Update the latest SDK dependency in package.json file of your project
7474
7575```
76- "@adobe/pdfservices-node-sdk": "4.0.0 "
76+ "@adobe/pdfservices-node-sdk": "4.0.1 "
7777```
7878
7979* Require the ` @adobe/pdfservices-node-sdk ` in the Sample file to access the SDK interface
@@ -139,6 +139,12 @@ Upgrading to the latest SDK should not break existing applications.
139139
140140## Change history
141141
142+ ### 4.0.1 (June 12, 2024; patch release)
143+
144+ | Change | Language | Description |
145+ | ---------| ----------| ---------------------------------------|
146+ | Changed | NodeJS | Bug fixes and stability improvements. |
147+
142148### 3.5.1 (June 05, 2024; patch release)
143149
144150| Change | Language | Description |
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ import com.adobe.pdfservices.operation.ExecutionContext;
116116* Update the latest SDK dependency in package.json file of your project
117117
118118```
119- "@adobe/pdfservices-node-sdk": "4.0.0 "
119+ "@adobe/pdfservices-node-sdk": "4.0.1 "
120120```
121121
122122* Require the ` @adobe/pdfservices-node-sdk ` in the Sample file to access the SDK interface
@@ -181,6 +181,12 @@ Upgrading to the latest SDK should not break existing applications.
181181
182182## Change history
183183
184+ ### 4.0.1 (June 12, 2024; patch release)
185+
186+ | Change | Language | Description |
187+ | ---------| ----------| ---------------------------------------|
188+ | Changed | NodeJS | Bug fixes and stability improvements. |
189+
184190### 3.5.1 (June 05, 2024; patch release)
185191
186192| Change | Language | Description |
You can’t perform that action at this time.
0 commit comments