@paroicms/generator-site 0.13.29 → 0.13.30
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 +10 -10
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
- package/.turbo/turbo-build.log +0 -4
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @paroicms/generator-site@0.13.
|
|
4
|
-
> npm run build
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
>
|
|
9
|
-
|
|
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
|
+
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/generator-site",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.30",
|
|
4
4
|
"description": "ParoiCMS generator website",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@paroicms/script-lib": "0.3.26",
|
|
27
|
-
"@paroicms/site-generator-plugin": "0.
|
|
28
|
-
"@paroicms/tiptap-editor-plugin": "
|
|
27
|
+
"@paroicms/site-generator-plugin": "1.0.0",
|
|
28
|
+
"@paroicms/tiptap-editor-plugin": "2.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"concurrently": "~10.0.3",
|
package/.turbo/turbo-build.log
DELETED