@c-time/frelio-cms 1.3.8 → 1.3.10
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/dist/assets/{index-D36XnvJP.js → index-ClowQQM_.js} +1 -1
- package/dist/assets/{index-DCWmZub0.js → index-IgMQc1uy.js} +61 -61
- package/{functions → dist/functions}/api/storage/_middleware.js +1 -1
- package/dist/index.html +1 -1
- package/package.json +3 -4
- package/workers/file-upload/src/repository/R2RepositoryImpl.ts +1 -1
- /package/{functions → dist/functions}/api/auth/callback.js +0 -0
- /package/{functions → dist/functions}/api/storage/files/[uuid].js +0 -0
- /package/{functions → dist/functions}/api/storage/list.js +0 -0
- /package/{functions → dist/functions}/api/storage/rebuild/[year].js +0 -0
- /package/{functions → dist/functions}/api/storage/upload-set.js +0 -0
- /package/{functions → dist/functions}/api/storage/upload.js +0 -0
- /package/{functions → dist/functions}/api/storage/years.js +0 -0
package/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Frelio CMS</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-IgMQc1uy.js"></script>
|
|
8
8
|
</head>
|
|
9
9
|
<body>
|
|
10
10
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c-time/frelio-cms",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"description": "Frelio CMS Admin - pre-built static bundle for 1-repo setup",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
|
-
"functions",
|
|
17
16
|
"workers"
|
|
18
17
|
],
|
|
19
18
|
"type": "module",
|
|
@@ -22,8 +21,8 @@
|
|
|
22
21
|
"dev:full": "wrangler pages dev --compatibility-date=2024-01-01 -- vite",
|
|
23
22
|
"build": "vite build",
|
|
24
23
|
"build:functions": "node scripts/bundle-functions.mjs",
|
|
25
|
-
"prepublishOnly": "vite build && npm run build:functions && cp -r
|
|
26
|
-
"postpublish": "rm -rf
|
|
24
|
+
"prepublishOnly": "vite build && npm run build:functions && cp -r ../../workers ./workers",
|
|
25
|
+
"postpublish": "rm -rf ./workers",
|
|
27
26
|
"preview": "vite preview",
|
|
28
27
|
"typecheck": "tsc --noEmit",
|
|
29
28
|
"test": "vitest",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|