Skip to content

Commit e0382f9

Browse files
docs(meta): standardize package.json metadata across all 39 packages
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/35c9f9fa-fc64-477b-b0d3-b7d15df02b1b Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent cd2839b commit e0382f9

File tree

79 files changed

+1868
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1868
-97
lines changed

packages/app-shell/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @object-ui/app-shell — Changelog
2+
3+
All notable changes to this package will be documented in this file.
4+
See the [monorepo CHANGELOG](../../CHANGELOG.md) for cross-package release notes.
5+

packages/app-shell/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 ObjectQL
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/app-shell/package.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "module",
55
"license": "MIT",
66
"description": "Minimal application shell for ObjectUI - framework-agnostic rendering engine",
7-
"homepage": "https://www.objectui.org",
7+
"homepage": "https://www.objectui.org/docs/packages/app-shell",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"url": "git+https://github.com/objectstack-ai/objectui.git",
1111
"directory": "packages/app-shell"
1212
},
1313
"bugs": {
@@ -45,5 +45,27 @@
4545
"@types/react": "19.2.14",
4646
"@types/react-dom": "19.2.3",
4747
"typescript": "^6.0.2"
48-
}
48+
},
49+
"keywords": [
50+
"objectui",
51+
"sdui",
52+
"schema-driven-ui",
53+
"react",
54+
"tailwind",
55+
"shadcn",
56+
"objectstack",
57+
"app-shell",
58+
"renderer",
59+
"application-shell"
60+
],
61+
"author": "ObjectStack Team <team@objectstack.ai>",
62+
"publishConfig": {
63+
"access": "public"
64+
},
65+
"files": [
66+
"dist",
67+
"README.md",
68+
"CHANGELOG.md",
69+
"LICENSE"
70+
]
4971
}

packages/auth/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 ObjectQL
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/auth/package.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "module",
55
"license": "MIT",
66
"description": "Authentication system for Object UI with AuthProvider, useAuth hook, AuthGuard, and form components.",
7-
"homepage": "https://www.objectui.org",
7+
"homepage": "https://www.objectui.org/docs/packages/auth",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"url": "git+https://github.com/objectstack-ai/objectui.git",
1111
"directory": "packages/auth"
1212
},
1313
"main": "./dist/index.js",
@@ -21,7 +21,10 @@
2121
}
2222
},
2323
"files": [
24-
"dist"
24+
"dist",
25+
"README.md",
26+
"CHANGELOG.md",
27+
"LICENSE"
2528
],
2629
"scripts": {
2730
"build": "tsc",
@@ -42,5 +45,26 @@
4245
"react": "19.2.5",
4346
"typescript": "^6.0.2",
4447
"vitest": "^4.1.4"
48+
},
49+
"keywords": [
50+
"objectui",
51+
"sdui",
52+
"schema-driven-ui",
53+
"react",
54+
"tailwind",
55+
"shadcn",
56+
"objectstack",
57+
"authentication",
58+
"auth",
59+
"rbac",
60+
"jwt",
61+
"provider"
62+
],
63+
"author": "ObjectStack Team <team@objectstack.ai>",
64+
"bugs": {
65+
"url": "https://github.com/objectstack-ai/objectui/issues"
66+
},
67+
"publishConfig": {
68+
"access": "public"
4569
}
4670
}

packages/cli/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 ObjectQL
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/cli/package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@objectstack/plugin-ui",
33
"version": "3.3.0",
4-
"description": "ObjectStack CLI plugin for Object UI oclif-based UI toolchain commands (os ui dev, os ui build, etc.)",
4+
"description": "ObjectStack CLI plugin for Object UI \u2014 oclif-based UI toolchain commands (os ui dev, os ui build, etc.)",
55
"type": "module",
6-
"homepage": "https://www.objectui.org",
6+
"homepage": "https://www.objectui.org/docs/packages/cli",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/objectstack-ai/objectui.git",
9+
"url": "git+https://github.com/objectstack-ai/objectui.git",
1010
"directory": "packages/cli"
1111
},
1212
"bugs": {
@@ -24,7 +24,10 @@
2424
},
2525
"files": [
2626
"dist",
27-
"templates"
27+
"templates",
28+
"README.md",
29+
"CHANGELOG.md",
30+
"LICENSE"
2831
],
2932
"scripts": {
3033
"build": "tsup",
@@ -39,7 +42,14 @@
3942
"cli",
4043
"schema-driven",
4144
"ui-builder",
42-
"json"
45+
"json",
46+
"objectui",
47+
"sdui",
48+
"schema-driven-ui",
49+
"react",
50+
"tailwind",
51+
"shadcn",
52+
"devtools"
4353
],
4454
"author": "ObjectStack Team",
4555
"license": "MIT",
@@ -69,5 +79,8 @@
6979
"tsup": "^8.5.1",
7080
"typescript": "^6.0.2",
7181
"vitest": "^4.1.4"
82+
},
83+
"publishConfig": {
84+
"access": "public"
7285
}
7386
}

packages/collaboration/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 ObjectQL
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/collaboration/package.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "module",
55
"license": "MIT",
66
"description": "Real-time collaboration for Object UI with presence tracking, live cursors, conflict resolution, and comment threads.",
7-
"homepage": "https://www.objectui.org",
7+
"homepage": "https://www.objectui.org/docs/packages/collaboration",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"url": "git+https://github.com/objectstack-ai/objectui.git",
1111
"directory": "packages/collaboration"
1212
},
1313
"main": "./dist/index.js",
@@ -21,7 +21,10 @@
2121
}
2222
},
2323
"files": [
24-
"dist"
24+
"dist",
25+
"README.md",
26+
"CHANGELOG.md",
27+
"LICENSE"
2528
],
2629
"scripts": {
2730
"build": "tsc",
@@ -41,5 +44,26 @@
4144
"react": "19.2.5",
4245
"typescript": "^6.0.2",
4346
"vitest": "^4.1.4"
47+
},
48+
"keywords": [
49+
"objectui",
50+
"sdui",
51+
"schema-driven-ui",
52+
"react",
53+
"tailwind",
54+
"shadcn",
55+
"objectstack",
56+
"collaboration",
57+
"presence",
58+
"realtime",
59+
"webrtc",
60+
"yjs"
61+
],
62+
"author": "ObjectStack Team <team@objectstack.ai>",
63+
"bugs": {
64+
"url": "https://github.com/objectstack-ai/objectui/issues"
65+
},
66+
"publishConfig": {
67+
"access": "public"
4468
}
4569
}

packages/components/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 ObjectQL
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)