Skip to content

Commit 8e43984

Browse files
update to web-twain 17.2.5
1 parent 826d5ac commit 8e43984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/router": "~12.0.0",
2323
"@ng-bootstrap/ng-bootstrap": "^11.0.0-beta.0",
2424
"bootstrap": "^5.0.0",
25-
"dwt": "17.2.2",
25+
"dwt": "17.2.5",
2626
"rxjs": "~6.6.0",
2727
"tslib": "^2.1.0",
2828
"zone.js": "~0.11.4"

src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const environment = {
22
production: true,
33
Dynamsoft: {
44
resourcesPath: 'assets/dwt-resources',
5-
dwtProductKey: 't00901wAAAFGokK55GCTHFf8RWZ8bKjNRD1O+Gf0xA6MUdkmYI6zSueLnBjy55bNxl/YW1HkZykS/h0xYHBuFFwIDbexR567425Cx3hnuwAewN5DyXtRd/ATLnyy+',
5+
dwtProductKey: 't00891wAAAKFs7VjcTP0UG20tzpw0mVsqmlIukOMDImLaclVr8l5ReM0df50rg9RNaH7A9mwLt6khlmvJyIqEixQeDZAz0iBvgzHPOXcQA/gbSOY51F46ANDILMM=',
66
uploadTargetURL: ''
77
}
88
};

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const environment = {
66
production: false,
77
Dynamsoft: {
88
resourcesPath: 'assets/dwt-resources',
9-
dwtProductKey: 't00901wAAAFGokK55GCTHFf8RWZ8bKjNRD1O+Gf0xA6MUdkmYI6zSueLnBjy55bNxl/YW1HkZykS/h0xYHBuFFwIDbexR567425Cx3hnuwAewN5DyXtRd/ATLnyy+',
9+
dwtProductKey: 't00891wAAAKFs7VjcTP0UG20tzpw0mVsqmlIukOMDImLaclVr8l5ReM0df50rg9RNaH7A9mwLt6khlmvJyIqEixQeDZAz0iBvgzHPOXcQA/gbSOY51F46ANDILMM=',
1010
uploadTargetURL: ''
1111
}
1212
};

0 commit comments

Comments
 (0)