@paroicms/playground_demo2 0.78.3 → 0.78.5
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$colon$ci.log +8 -0
- package/CHANGELOG.md +35 -0
- package/package.json +14 -13
- package/.turbo/turbo-build.log +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.78.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b79df02: Remove declaration maps from published packages
|
|
8
|
+
- Updated dependencies [b79df02]
|
|
9
|
+
- @paroicms/script-lib@0.3.23
|
|
10
|
+
- @paroicms/contact-form-plugin@0.33.23
|
|
11
|
+
- @paroicms/content-loading-plugin@0.27.26
|
|
12
|
+
- @paroicms/internal-link-plugin@0.23.21
|
|
13
|
+
- @paroicms/list-field-plugin@0.28.21
|
|
14
|
+
- @paroicms/mcp-plugin@0.3.6
|
|
15
|
+
- @paroicms/platform-video-plugin@0.37.22
|
|
16
|
+
- @paroicms/public-menu-plugin@0.19.26
|
|
17
|
+
- @paroicms/quill-editor-plugin@1.47.12
|
|
18
|
+
- @paroicms/tiptap-editor-plugin@1.2.13
|
|
19
|
+
- @paroicms/zoom-plugin@0.2.21
|
|
20
|
+
|
|
21
|
+
## 0.78.4
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [e4731cc]
|
|
26
|
+
- @paroicms/script-lib@0.3.22
|
|
27
|
+
- @paroicms/contact-form-plugin@0.33.22
|
|
28
|
+
- @paroicms/content-loading-plugin@0.27.25
|
|
29
|
+
- @paroicms/internal-link-plugin@0.23.20
|
|
30
|
+
- @paroicms/list-field-plugin@0.28.20
|
|
31
|
+
- @paroicms/mcp-plugin@0.3.5
|
|
32
|
+
- @paroicms/platform-video-plugin@0.37.21
|
|
33
|
+
- @paroicms/public-menu-plugin@0.19.25
|
|
34
|
+
- @paroicms/quill-editor-plugin@1.47.11
|
|
35
|
+
- @paroicms/tiptap-editor-plugin@1.2.12
|
|
36
|
+
- @paroicms/zoom-plugin@0.2.20
|
|
37
|
+
|
|
3
38
|
## 0.78.3
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.5",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,26 +17,27 @@
|
|
|
17
17
|
"start:dev": "nodemon --watch './site-schema*.json' --watch ./config.json",
|
|
18
18
|
"dev": "concurrently -n 'node,css' -c 'yellow.bold,magenta.bold' 'npm run start:dev' 'npm run css:watch'",
|
|
19
19
|
"build": "postcss theme/assets/css/index.css -o theme/assets/bundle.css",
|
|
20
|
+
"build:ci": "npm run build",
|
|
20
21
|
"clear": "rimraf theme/assets/bundle.css",
|
|
21
22
|
"css:watch": "postcss theme/assets/css/index.css -o theme/assets/bundle.css --watch",
|
|
22
23
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
|
-
"@paroicms/contact-form-plugin": "0.33.
|
|
26
|
-
"@paroicms/content-loading-plugin": "0.27.
|
|
27
|
-
"@paroicms/internal-link-plugin": "0.23.
|
|
28
|
-
"@paroicms/list-field-plugin": "0.28.
|
|
29
|
-
"@paroicms/mcp-plugin": "0.3.
|
|
30
|
-
"@paroicms/public-menu-plugin": "0.19.
|
|
31
|
-
"@paroicms/tiptap-editor-plugin": "1.2.
|
|
32
|
-
"@paroicms/quill-editor-plugin": "1.47.
|
|
33
|
-
"@paroicms/script-lib": "0.3.
|
|
34
|
-
"@paroicms/platform-video-plugin": "0.37.
|
|
35
|
-
"@paroicms/zoom-plugin": "0.2.
|
|
26
|
+
"@paroicms/contact-form-plugin": "0.33.23",
|
|
27
|
+
"@paroicms/content-loading-plugin": "0.27.26",
|
|
28
|
+
"@paroicms/internal-link-plugin": "0.23.21",
|
|
29
|
+
"@paroicms/list-field-plugin": "0.28.21",
|
|
30
|
+
"@paroicms/mcp-plugin": "0.3.6",
|
|
31
|
+
"@paroicms/public-menu-plugin": "0.19.26",
|
|
32
|
+
"@paroicms/tiptap-editor-plugin": "1.2.13",
|
|
33
|
+
"@paroicms/quill-editor-plugin": "1.47.12",
|
|
34
|
+
"@paroicms/script-lib": "0.3.23",
|
|
35
|
+
"@paroicms/platform-video-plugin": "0.37.22",
|
|
36
|
+
"@paroicms/zoom-plugin": "0.2.21"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"concurrently": "~9.2.1",
|
|
39
|
-
"cssnano": "~7.1.
|
|
40
|
+
"cssnano": "~7.1.4",
|
|
40
41
|
"nodemon": "~3.1.14",
|
|
41
42
|
"pino-pretty": "~13.1.3",
|
|
42
43
|
"postcss": "~8.5.8",
|
package/.turbo/turbo-build.log
DELETED