@paroicms/site-generator-plugin 0.16.2 → 0.17.0

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.
@@ -14,7 +14,7 @@ create table PgSession (
14
14
  id varchar(100) not null primary key,
15
15
  createdAt timestamp not null default current_timestamp,
16
16
  expireAt timestamp not null,
17
- language varchar(5) not null
17
+ language varchar(6) not null
18
18
  );
19
19
 
20
20
  create table PgStep (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/site-generator-plugin",
3
- "version": "0.16.2",
3
+ "version": "0.17.0",
4
4
  "description": "ParoiCMS Site Generator Plugin",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@paroi/use-async-effect": "~1.0.0",
48
- "@paroicms/connector": "0.38.2",
49
- "@paroicms/internal-anywhere-lib": "1.31.4",
50
- "@paroicms/public-admin-ui-lib": "0.26.4",
51
- "@paroicms/public-anywhere-lib": "0.26.2",
52
- "@paroicms/public-server-lib": "0.37.4",
48
+ "@paroicms/connector": "0.39.0",
49
+ "@paroicms/internal-anywhere-lib": "1.31.5",
50
+ "@paroicms/public-admin-ui-lib": "0.26.5",
51
+ "@paroicms/public-anywhere-lib": "0.27.0",
52
+ "@paroicms/public-server-lib": "0.38.0",
53
53
  "@paroicms/react-ui": "0.3.1",
54
54
  "@types/dom-speech-recognition": "^0.0.6",
55
55
  "@types/node": "~24.0.1",