Skip to content

Commit 56eb90b

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth into main
2 parents 367d1d0 + 0a440a0 commit 56eb90b

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

adminforth/adapters/completion-adapter-open-ai-chat-gpt/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/adapters/completion-adapter-open-ai-chat-gpt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@adminforth/completion-adapter-open-ai-chat-gpt",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
77
"scripts": {
8-
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch",
8+
"build": "tsc && npm version patch",
99
"rollout": "npm run build && npm publish --access public",
1010
"prepare": "npm link adminforth"
1111
},

adminforth/adapters/email-adapter-aws-ses/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/adapters/email-adapter-aws-ses/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@adminforth/email-adapter-aws-ses",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
77
"scripts": {
8-
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch",
8+
"build": "tsc && npm version patch",
99
"rollout": "npm run build && npm publish --access public",
1010
"prepare": "npm link adminforth"
1111
},

adminforth/plugins/rich-editor/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/plugins/rich-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminforth/rich-editor",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

adminforth/plugins/text-complete/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/plugins/text-complete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminforth/text-complete",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)