@paroicms/playground_demo1 0.65.7 → 0.65.9
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/playground_demo1@0.65.
|
|
2
|
+
> @paroicms/playground_demo1@0.65.9 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/playground_demo1@0.65.
|
|
6
|
+
> @paroicms/playground_demo1@0.65.9 scss
|
|
7
7
|
> npm run _scss -- --no-source-map --style=compressed
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @paroicms/playground_demo1@0.65.
|
|
10
|
+
> @paroicms/playground_demo1@0.65.9 _scss
|
|
11
11
|
> sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
|
|
12
12
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.65.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 72a0822: Use cdn.jsdelivr.net instead of esm.sh
|
|
8
|
+
- 72a0822: Improved detection of missing file
|
|
9
|
+
|
|
10
|
+
## 0.65.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [7b821fa]
|
|
15
|
+
- @paroicms/content-loading-plugin@0.27.7
|
|
16
|
+
- @paroicms/platform-video-plugin@0.37.6
|
|
17
|
+
- @paroicms/internal-link-plugin@0.23.5
|
|
18
|
+
- @paroicms/tiptap-editor-plugin@1.0.8
|
|
19
|
+
- @paroicms/contact-form-plugin@0.33.7
|
|
20
|
+
- @paroicms/public-menu-plugin@0.19.7
|
|
21
|
+
- @paroicms/script-lib@0.3.7
|
|
22
|
+
- @paroicms/zoom-plugin@0.2.4
|
|
23
|
+
|
|
3
24
|
## 0.65.7
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo1",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.9",
|
|
4
4
|
"description": "Boilerplate website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@paroicms/contact-form-plugin": "0.33.
|
|
28
|
-
"@paroicms/content-loading-plugin": "0.27.
|
|
29
|
-
"@paroicms/internal-link-plugin": "0.23.
|
|
30
|
-
"@paroicms/public-menu-plugin": "0.19.
|
|
31
|
-
"@paroicms/tiptap-editor-plugin": "1.0.
|
|
32
|
-
"@paroicms/script-lib": "0.3.
|
|
33
|
-
"@paroicms/platform-video-plugin": "0.37.
|
|
34
|
-
"@paroicms/zoom-plugin": "0.2.
|
|
27
|
+
"@paroicms/contact-form-plugin": "0.33.7",
|
|
28
|
+
"@paroicms/content-loading-plugin": "0.27.7",
|
|
29
|
+
"@paroicms/internal-link-plugin": "0.23.5",
|
|
30
|
+
"@paroicms/public-menu-plugin": "0.19.7",
|
|
31
|
+
"@paroicms/tiptap-editor-plugin": "1.0.8",
|
|
32
|
+
"@paroicms/script-lib": "0.3.7",
|
|
33
|
+
"@paroicms/platform-video-plugin": "0.37.6",
|
|
34
|
+
"@paroicms/zoom-plugin": "0.2.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"concurrently": "~9.2.1",
|