@oncehub/knowledgeowl-angular 0.0.0 → 4.1.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/package.json +4 -4
- package/src/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oncehub/knowledgeowl-angular",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "KnlwledgeOwl widget integration for Angular",
|
|
4
4
|
"author": "https://github.com/scheduleonce/knowledgeowl-angular/graphs/contributors",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "
|
|
7
|
+
"url": "https://github.com/scheduleonce/knowledgeowl-angular"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"version": "
|
|
10
|
+
"version": "4.1.4",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"ng": "ng",
|
|
13
13
|
"build": "ng build --configuration production",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fix:prettier": "prettier --write \"**/*.{ts,js,css,scss,md,html}\"",
|
|
18
18
|
"npm-pack": "cd dist/knowledgeowl-angular && npm pack",
|
|
19
19
|
"package": "npm run build && cp README.md dist/knowledgeowl-angular/ && npm run npm-pack",
|
|
20
|
-
"publish": "cd dist/knowledgeowl-angular && npm publish
|
|
20
|
+
"publish": "cd dist/knowledgeowl-angular && npm publish",
|
|
21
21
|
"test:lint": "ng lint knowledgeowl-angular",
|
|
22
22
|
"fix:lint": "ng lint knowledgeowl-angular --fix"
|
|
23
23
|
},
|
package/src/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"name": "knowledgeowl-angular",
|
|
3
|
+
"version": "4.1.3",
|
|
4
|
+
"description": "Knowledge Owl Angular",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/scheduleonce/knowledgeowl-angular"
|
|
9
|
+
},
|
|
10
|
+
"peerDependencies": {
|
|
11
11
|
"@angular/common": "14.2.12",
|
|
12
12
|
"@angular/core": "14.2.12"
|
|
13
13
|
}
|