@paroicms/generator-site 0.13.30 → 0.13.31

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.
@@ -1,10 +1,10 @@
1
- npm warn Unknown project config "/builds/paroi/opensource/paroicms.tmp/NPMRC_FILE". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
2
-
3
- > @paroicms/generator-site@0.13.30 build:ci
4
- > npm run build
5
-
6
- npm warn Unknown project config "/builds/paroi/opensource/paroicms.tmp/NPMRC_FILE". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
7
-
8
- > @paroicms/generator-site@0.13.30 build
9
- > postcss theme/assets/css/index.css -o theme/assets/bundle.css
10
-
1
+
2
+
3
+ > @paroicms/generator-site@0.13.24 build:ci
4
+ > npm run build
5
+
6
+
7
+ > @paroicms/generator-site@0.13.24 build
8
+ > postcss theme/assets/css/index.css -o theme/assets/bundle.css
9
+
10
+ ⠙⠙
@@ -0,0 +1,4 @@
1
+
2
+ > @paroicms/generator-site@0.13.31 build
3
+ > postcss theme/assets/css/index.css -o theme/assets/bundle.css
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @paroicms/generator-site
2
2
 
3
+ ## 0.13.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - @paroicms/site-generator-plugin@1.0.1
10
+ - @paroicms/tiptap-editor-plugin@2.0.1
11
+ - @paroicms/script-lib@1.0.0
12
+
3
13
  ## 0.13.30
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/generator-site",
3
- "version": "0.13.30",
3
+ "version": "0.13.31",
4
4
  "description": "ParoiCMS generator website",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -23,9 +23,9 @@
23
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'"
24
24
  },
25
25
  "dependencies": {
26
- "@paroicms/script-lib": "0.3.26",
27
- "@paroicms/site-generator-plugin": "1.0.0",
28
- "@paroicms/tiptap-editor-plugin": "2.0.0"
26
+ "@paroicms/script-lib": "1.0.0",
27
+ "@paroicms/site-generator-plugin": "1.0.1",
28
+ "@paroicms/tiptap-editor-plugin": "2.0.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "concurrently": "~10.0.3",