zudoku 0.3.0-dev.27 → 0.3.0-dev.28
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/package.json +3 -3
- package/src/app/demo-cdn.html +10 -2
- package/dist/lib/plugins/openapi/worker/shared-worker.d.ts +0 -1
- package/dist/lib/plugins/openapi/worker/shared-worker.js +0 -6
- package/dist/lib/plugins/openapi/worker/shared-worker.js.map +0 -1
- package/src/lib/plugins/openapi/worker/shared-worker.ts +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zudoku",
|
|
3
|
-
"version": "0.3.0-dev.
|
|
3
|
+
"version": "0.3.0-dev.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
},
|
|
160
160
|
"scripts": {
|
|
161
161
|
"build": "tsc --project tsconfig.json",
|
|
162
|
-
"build:vite": "vite build && pnpm run hack:fix-worker-paths",
|
|
163
|
-
"build:standalone:vite": "vite build --config vite.standalone.config.ts && pnpm run hack:fix-worker-paths",
|
|
162
|
+
"build:vite": "vite build && pnpm run hack:fix-worker-paths lib",
|
|
163
|
+
"build:standalone:vite": "vite build --config vite.standalone.config.ts && pnpm run hack:fix-worker-paths standalone",
|
|
164
164
|
"build:standalone:html": "cp ./src/app/standalone.html ./standalone/standalone.html && cp ./src/app/demo.html ./standalone/demo.html && cp ./src/app/demo-cdn.html ./standalone/index.html",
|
|
165
165
|
"hack:fix-worker-paths": "node ./scripts/hack-worker.mjs",
|
|
166
166
|
"clean": "tsc --build --clean",
|
package/src/app/demo-cdn.html
CHANGED
|
@@ -5,8 +5,16 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Zudoku Demo</title>
|
|
8
|
-
<script
|
|
9
|
-
|
|
8
|
+
<script
|
|
9
|
+
type="module"
|
|
10
|
+
crossorigin
|
|
11
|
+
src="https://cdn.zudoku.dev/latest/demo.js"
|
|
12
|
+
></script>
|
|
13
|
+
<link
|
|
14
|
+
rel="stylesheet"
|
|
15
|
+
crossorigin
|
|
16
|
+
href="https://cdn.zudoku.dev/latest/style.css"
|
|
17
|
+
/>
|
|
10
18
|
</head>
|
|
11
19
|
<body>
|
|
12
20
|
<div id="root"></div>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function createSharedWorker(): SharedWorker;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shared-worker.js","sourceRoot":"","sources":["../../../../../src/lib/plugins/openapi/worker/shared-worker.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,kBAAkB;IAChC,OAAO,IAAI,YAAY,CAAC,IAAI,GAAG,CAAC,aAAa,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;QAC/D,IAAI,EAAE,QAAQ;KACf,CAAC,CAAC;AACL,CAAC"}
|