Skip to content

Commit 153c0a1

Browse files
committed
Deploy preview for PR 218 🛫
1 parent 1f2e3c4 commit 153c0a1

File tree

22 files changed

+23
-31
lines changed

22 files changed

+23
-31
lines changed

pr-preview/pr-218/hello-world/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^17.3.0",
1919
"@angular/platform-browser-dynamic": "^17.3.0",
2020
"@angular/router": "^17.3.0",
21-
"dynamsoft-barcode-reader-bundle": "10.4.2001-beta-202410141916",
21+
"dynamsoft-barcode-reader-bundle": "10.4.2001",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.14.3"

pr-preview/pr-218/hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</div>
2828
<script src="_framework/blazor.webassembly.js"></script>
2929

30-
<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta-202410141916/dist/dbr.bundle.min.js"></script>
30+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.min.js"></script>
3131
<script>
3232
/** LICENSE ALERT - README
3333
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.

pr-preview/pr-218/hello-world/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"electron": "^26.4.1"
2222
},
2323
"dependencies": {
24-
"dynamsoft-barcode-reader-bundle": "10.4.2001-beta-202410141916",
24+
"dynamsoft-barcode-reader-bundle": "10.4.2001",
2525
"dynamsoft-capture-vision-std": "1.4.10",
2626
"dynamsoft-image-processing": "2.4.20"
2727
}

pr-preview/pr-218/hello-world/es6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
2222
CameraView,
2323
CameraEnhancer,
2424
MultiFrameResultCrossFilter,
25-
} from "https://cdn.jsdelivr.net/npm/[email protected]-beta-202410141916/dist/dbr.bundle.mjs";
25+
} from "https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.mjs";
2626
/** LICENSE ALERT - README
2727
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
2828
*/

pr-preview/pr-218/hello-world/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Hello World (Decode via Camera)</h1>
1414
<div id="camera-view-container" style="width: 100%; height: 80vh"></div>
1515
Results:<br />
1616
<div id="results" style="width: 100%; height: 10vh; overflow: auto; white-space: pre-wrap"></div>
17-
<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta-202410141916/dist/dbr.bundle.js"></script>
17+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.js"></script>
1818
<script>
1919
/** LICENSE ALERT - README
2020
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.

pr-preview/pr-218/hello-world/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^18",
1313
"react-dom": "^18",
1414
"next": "14.2.3",
15-
"dynamsoft-barcode-reader-bundle": "10.4.2001-beta-202410141916"
15+
"dynamsoft-barcode-reader-bundle": "10.4.2001"
1616
},
1717
"devDependencies": {
1818
"typescript": "^5",

pr-preview/pr-218/hello-world/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"nuxt": "3.2.3"
1414
},
1515
"dependencies": {
16-
"dynamsoft-barcode-reader-bundle": "10.4.2001-beta-202410141916"
16+
"dynamsoft-barcode-reader-bundle": "10.4.2001"
1717
}
1818
}

pr-preview/pr-218/hello-world/pwa/helloworld-pwa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>Hello World for PWA</h1>
2323
<br />
2424
Results:
2525
<div id="results" style="width: 100%; height: 10vh; overflow: auto"></div>
26-
<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta-202410141916/dist/dbr.bundle.min.js"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.min.js"></script>
2727
<script>
2828
/** LICENSE ALERT - README
2929
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.

pr-preview/pr-218/hello-world/react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.18.99",
1111
"@types/react": "^18.3.3",
1212
"@types/react-dom": "^18.3.0",
13-
"dynamsoft-barcode-reader-bundle": "10.4.2001-beta-202410141916",
13+
"dynamsoft-barcode-reader-bundle": "10.4.2001",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"react-scripts": "5.0.1",

pr-preview/pr-218/hello-world/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.18.98",
1111
"@types/react": "^18.3.3",
1212
"@types/react-dom": "^18.3.0",
13-
"dynamsoft-barcode-reader-bundle": "10.4.2001-beta-202410141916",
13+
"dynamsoft-barcode-reader-bundle": "10.4.2001",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"react-scripts": "5.0.1",

0 commit comments

Comments
 (0)