@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.
@@ -0,0 +1,8 @@
1
+
2
+ > @paroicms/playground_demo2@0.78.5 build:ci
3
+ > npm run build
4
+
5
+
6
+ > @paroicms/playground_demo2@0.78.5 build
7
+ > postcss theme/assets/css/index.css -o theme/assets/bundle.css
8
+
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",
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.21",
26
- "@paroicms/content-loading-plugin": "0.27.24",
27
- "@paroicms/internal-link-plugin": "0.23.19",
28
- "@paroicms/list-field-plugin": "0.28.19",
29
- "@paroicms/mcp-plugin": "0.3.4",
30
- "@paroicms/public-menu-plugin": "0.19.24",
31
- "@paroicms/tiptap-editor-plugin": "1.2.11",
32
- "@paroicms/quill-editor-plugin": "1.47.10",
33
- "@paroicms/script-lib": "0.3.21",
34
- "@paroicms/platform-video-plugin": "0.37.20",
35
- "@paroicms/zoom-plugin": "0.2.19"
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.2",
40
+ "cssnano": "~7.1.4",
40
41
  "nodemon": "~3.1.14",
41
42
  "pino-pretty": "~13.1.3",
42
43
  "postcss": "~8.5.8",
@@ -1,4 +0,0 @@
1
-
2
- > @paroicms/playground_demo2@0.78.3 build
3
- > postcss theme/assets/css/index.css -o theme/assets/bundle.css
4
-