@adaas/are 0.0.3 → 0.0.4
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/LICENSE +10 -19
- package/README.md +3 -1
- package/package.json +30 -16
package/LICENSE
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
(
|
|
1
|
+
Copyright (c) 2026 ADAAS YAZILIM LİMİTED ŞİRKETİ and affiliates.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
a copy of this software and associated documentation files (the
|
|
7
|
-
'Software'), to deal in the Software without restriction, including
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
19
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
20
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -209,6 +209,8 @@ npm test
|
|
|
209
209
|
---
|
|
210
210
|
|
|
211
211
|
## License
|
|
212
|
+
This project is licensed under the Apache License 2.0.
|
|
212
213
|
|
|
213
|
-
|
|
214
|
+
© 2026 ADAAS YAZILIM LİMİTED ŞİRKETİ. All rights reserved.
|
|
215
|
+
All original code and concepts are the intellectual property of ADAAS YAZILIM LİMİTED ŞİRKETİ.
|
|
214
216
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaas/are",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "A-Concept Rendering Engine (ARE) is a powerful rendering engine designed to work seamlessly with the A-Concept framework. It provides developers with the tools and capabilities needed to create dynamic and interactive user interfaces for web applications.",
|
|
5
|
-
"
|
|
6
|
-
|
|
5
|
+
"keywords": [
|
|
6
|
+
"a-concept",
|
|
7
|
+
"a-frame",
|
|
8
|
+
"a-utils",
|
|
9
|
+
"rendering-engine",
|
|
10
|
+
"web-components",
|
|
11
|
+
"virtual-dom",
|
|
12
|
+
"reactivity-system",
|
|
13
|
+
"template-syntax",
|
|
14
|
+
"lifecycle-management",
|
|
15
|
+
"event-handling",
|
|
16
|
+
"state-management",
|
|
17
|
+
"scene-graph",
|
|
18
|
+
"instruction-set",
|
|
19
|
+
"are-engine"
|
|
20
|
+
],
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
|
+
"author": {
|
|
23
|
+
"name": "ADAAS YAZILIM LİMİTED ŞİRKETİ",
|
|
24
|
+
"email": "contact-us@adaas.org"
|
|
25
|
+
},
|
|
26
|
+
"homepage": "https://github.com/ADAAS-org/adaas-are#readme",
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/ADAAS-org/adaas-are.git"
|
|
30
|
+
},
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/ADAAS-org/adaas-are/issues"
|
|
33
|
+
},
|
|
7
34
|
"exports": {
|
|
8
35
|
".": {
|
|
9
36
|
"browser": {
|
|
@@ -51,19 +78,6 @@
|
|
|
51
78
|
"echo-version": "echo $npm_package_version",
|
|
52
79
|
"build": "tsup --config tsup.config.ts"
|
|
53
80
|
},
|
|
54
|
-
"repository": {
|
|
55
|
-
"type": "git",
|
|
56
|
-
"url": "git+https://github.com/ADAAS-org/adaas-are.git"
|
|
57
|
-
},
|
|
58
|
-
"keywords": [
|
|
59
|
-
"sdk",
|
|
60
|
-
"ai",
|
|
61
|
-
"rag"
|
|
62
|
-
],
|
|
63
|
-
"bugs": {
|
|
64
|
-
"url": "https://github.com/ADAAS-org/adaas-are/issues"
|
|
65
|
-
},
|
|
66
|
-
"homepage": "https://github.com/ADAAS-org/adaas-are#readme",
|
|
67
81
|
"dependencies": {
|
|
68
82
|
"@adaas/a-concept": "^0.3.13",
|
|
69
83
|
"@adaas/a-frame": "^0.0.22",
|