Skip to content

Commit

Permalink
Bump to 7.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tajakobsen committed Mar 22, 2023
1 parent 377c842 commit 570f435
Show file tree
Hide file tree
Showing 18 changed files with 846 additions and 536 deletions.
1,260 changes: 785 additions & 475 deletions package-lock.json

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enonic-types",
"sideEffects": false,
"version": "7.11.3",
"version": "7.12.1",
"description": "TypeScript types for Enonic XP",
"typings": "index.d.ts",
"scripts": {
Expand All @@ -24,56 +24,56 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3",
"rimraf": "^4.1.1",
"tsd": "^0.25.0",
"typescript": "^4.9.4"
"prettier": "^2.8.6",
"rimraf": "^4.4.0",
"tsd": "^0.28.0",
"typescript": "^5.0.2"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@enonic-types/core": "^7.11.3",
"@enonic-types/global": "^7.11.3",
"@enonic-types/lib-admin": "^7.11.3",
"@enonic-types/lib-app": "^7.11.3",
"@enonic-types/lib-auditlog": "^7.11.3",
"@enonic-types/lib-auth": "^7.11.3",
"@enonic-types/lib-cluster": "^7.11.3",
"@enonic-types/lib-common": "^7.11.3",
"@enonic-types/lib-content": "^7.11.3",
"@enonic-types/lib-context": "^7.11.3",
"@enonic-types/lib-event": "^7.11.3",
"@enonic-types/lib-export": "^7.11.3",
"@enonic-types/lib-grid": "^7.11.3",
"@enonic-types/lib-i18n": "^7.11.3",
"@enonic-types/lib-io": "^7.11.3",
"@enonic-types/lib-mail": "^7.11.3",
"@enonic-types/lib-node": "^7.11.3",
"@enonic-types/lib-portal": "^7.11.3",
"@enonic-types/lib-project": "^7.11.3",
"@enonic-types/lib-repo": "^7.11.3",
"@enonic-types/lib-scheduler": "^7.11.3",
"@enonic-types/lib-schema": "^7.11.3",
"@enonic-types/lib-task": "^7.11.3",
"@enonic-types/lib-value": "^7.11.3",
"@enonic-types/lib-vhost": "^7.11.3",
"@enonic-types/lib-websocket": "^7.11.3",
"@enonic-types/core": "^7.12.1",
"@enonic-types/global": "^7.12.1",
"@enonic-types/lib-admin": "^7.12.1",
"@enonic-types/lib-app": "^7.12.1",
"@enonic-types/lib-auditlog": "^7.12.1",
"@enonic-types/lib-auth": "^7.12.1",
"@enonic-types/lib-cluster": "^7.12.1",
"@enonic-types/lib-common": "^7.12.1",
"@enonic-types/lib-content": "^7.12.1",
"@enonic-types/lib-context": "^7.12.1",
"@enonic-types/lib-event": "^7.12.1",
"@enonic-types/lib-export": "^7.12.1",
"@enonic-types/lib-grid": "^7.12.1",
"@enonic-types/lib-i18n": "^7.12.1",
"@enonic-types/lib-io": "^7.12.1",
"@enonic-types/lib-mail": "^7.12.1",
"@enonic-types/lib-node": "^7.12.1",
"@enonic-types/lib-portal": "^7.12.1",
"@enonic-types/lib-project": "^7.12.1",
"@enonic-types/lib-repo": "^7.12.1",
"@enonic-types/lib-scheduler": "^7.12.1",
"@enonic-types/lib-schema": "^7.12.1",
"@enonic-types/lib-task": "^7.12.1",
"@enonic-types/lib-value": "^7.12.1",
"@enonic-types/lib-vhost": "^7.12.1",
"@enonic-types/lib-websocket": "^7.12.1",
"@item-enonic-types/lib-cache": "^2.1.1",
"@item-enonic-types/lib-cron": "^1.1.1",
"@item-enonic-types/lib-explorer": "^3.20.6",
"@item-enonic-types/lib-freemarker": "^2.0.2",
"@item-enonic-types/global": "^7.11.3",
"@item-enonic-types/global": "^7.12.1",
"@item-enonic-types/lib-graphql": "^2.0.2",
"@item-enonic-types/lib-graphql-playground": "^0.0.1",
"@item-enonic-types/lib-guillotine": "^5.5.0",
"@item-enonic-types/lib-http-client": "^3.1.0",
"@item-enonic-types/lib-menu": "^4.2.0-patch1",
"@item-enonic-types/lib-http-client": "^3.2.1",
"@item-enonic-types/lib-menu": "4.2.0-patch1",
"@item-enonic-types/lib-mustache": "^2.1.0",
"@item-enonic-types/lib-notifications": "^2.0.0",
"@item-enonic-types/lib-qrcode": "^2.0.2",
Expand All @@ -82,10 +82,10 @@
"@item-enonic-types/lib-router": "^3.0.0",
"@item-enonic-types/lib-sql": "^1.0.0",
"@item-enonic-types/lib-static": "^1.0.2",
"@item-enonic-types/lib-testing": "^7.11.3",
"@item-enonic-types/lib-testing": "^7.12.1",
"@item-enonic-types/lib-text-encoding": "^2.1.0",
"@item-enonic-types/lib-thymeleaf": "^2.0.1-patch2",
"@item-enonic-types/lib-xslt": "^2.0.1",
"@item-enonic-types/lib-thymeleaf": "^2.0.2",
"@item-enonic-types/lib-xslt": "^2.1.0",
"@item-enonic-types/lib-turbo-streams": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/freemarker/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type { ResourceKey } from "@enonic-types/lib-export";
import type { ResourceKey } from "@enonic-types/core";

export function render<Model extends object>(view: ResourceKey, model?: Model): string;
2 changes: 1 addition & 1 deletion packages/freemarker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/lib-export": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@item-enonic-types/global",
"private": false,
"sideEffects": false,
"version": "7.11.3",
"version": "7.12.1",
"description": "Global variables and functions type definition.",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/guillotine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@item-enonic-types/global": "^7.11.3",
"@item-enonic-types/global": "^7.12.1",
"@item-enonic-types/lib-graphql": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@item-enonic-types/lib-http-client",
"sideEffects": false,
"version": "3.1.0",
"version": "3.2.1",
"description": "TypeScript types for Enonic XP lib lib-http-client",
"typings": "index.d.ts",
"files": [
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/core": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/mustache/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type { ResourceKey } from "@enonic-types/lib-export";
import type { ResourceKey } from "@enonic-types/core";

export function render<Model extends object>(view: ResourceKey, model: Model): string;
2 changes: 1 addition & 1 deletion packages/mustache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/lib-export": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/core": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/core": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/react4xp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/lib-portal": "^7.11.3",
"@item-enonic-types/global": "^7.11.3"
"@enonic-types/lib-portal": "^7.12.1",
"@item-enonic-types/global": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@item-enonic-types/lib-testing",
"sideEffects": false,
"version": "7.11.3",
"version": "7.12.1",
"description": "TypeScript types for Enonic XP",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/text-encoding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/core": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/thymeleaf/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ResourceKey } from "@enonic-types/lib-export";
import type { ResourceKey } from "@enonic-types/core";

export interface ThymeleafRenderOptions {
mode: "HTML" | "XML" | "TEXT" | "JAVASCRIPT" | "CSS" | "RAW";
Expand Down
4 changes: 2 additions & 2 deletions packages/thymeleaf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@item-enonic-types/lib-thymeleaf",
"sideEffects": false,
"version": "2.0.1-patch2",
"version": "2.0.2",
"description": "TypeScript types for Enonic XP",
"typings": "index.d.ts",
"files": [
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/lib-export": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/xslt/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type { ResourceKey } from "@enonic-types/lib-export";
import type { ResourceKey } from "@enonic-types/core";

export function render<Model extends object>(view: ResourceKey, model: Model): string;
4 changes: 2 additions & 2 deletions packages/xslt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@item-enonic-types/lib-xslt",
"sideEffects": false,
"version": "2.0.1",
"version": "2.1.0",
"description": "TypeScript types for Enonic XP",
"typings": "index.d.ts",
"files": [
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/ItemConsulting/enonic-types#readme",
"dependencies": {
"@enonic-types/lib-export": "^7.11.3"
"@enonic-types/core": "^7.12.1"
}
}

0 comments on commit 570f435

Please sign in to comment.