Skip to content

Commit eea99fa

Browse files
committed
update 8.1.14
1 parent 0ad1133 commit eea99fa

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

demos/with-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"classnames": "^2.5.1",
14-
"ezuikit-js": "8.1.12-beta.2",
14+
"ezuikit-js": "8.1.14-beta.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

demos/with-react-vite/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/with-react-vite/src/Player.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const Player = () => {
215215
<div className="form-item">
216216
<label>accessToken</label>
217217
{/* prettier-ignore */}
218-
<input ref={accessTokenRef} placeholder="ezopen accessToken" defaultValue="at.d525oyj8d7bwohb40ssn3266cfq2mwi2-8hgpypehn9-1fafaty-ea2fxbc1" />
218+
<input ref={accessTokenRef} placeholder="ezopen accessToken" defaultValue="at.9ew2187oaepbxokgc19z6b3ya0wpohl6-2vf37nx7xp-1w19i9r-a0yogcb05" />
219219
</div>
220220
<div className="form-item">
221221
<label>staticPath</label>
@@ -224,7 +224,7 @@ const Player = () => {
224224
<input
225225
ref={staticPathRef}
226226
placeholder="ezopen staticPath"
227-
defaultValue=""
227+
defaultValue="https://openstatic.ys7.com/ezuikit_js/v8.1.14/ezuikit_static"
228228
/>
229229
</div>
230230
<div className="form-item">

ezuikit.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.mjs

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ezuikit-js",
3-
"version": "8.1.14-beta.1",
3+
"version": "8.1.14",
44
"description": "ezuikit javascript for npm",
55
"title": "ezuikit-js",
66
"main": "index.js",

0 commit comments

Comments
 (0)