Skip to content

Commit

Permalink
chore: make modules private (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully authored Jan 25, 2023
1 parent 6b35d43 commit 36161c7
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 35 deletions.
4 changes: 1 addition & 3 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/context",
"version": "3.3.1",
"private": true,
"description": "A context for an xml file",
"keywords": [],
"files": [
Expand Down Expand Up @@ -50,8 +51,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 2 additions & 2 deletions packages/fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/fe",
"version": "3.3.1",
"private": true,
"description": "UI5 LSP server extension for annotation relevant building blocks",
"keywords": [],
"files": [
Expand Down Expand Up @@ -42,6 +43,5 @@
"test": "mocha",
"coverage": "nyc mocha",
"format:fix": "prettier --write \"**/*.@(js|ts|json|md)\" --ignore-path=.gitignore"
},
"private": true
}
}
4 changes: 1 addition & 3 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/language-server",
"version": "3.3.1",
"private": true,
"description": "UI5 Language Server",
"keywords": [
"LSP",
Expand Down Expand Up @@ -64,8 +65,5 @@
"coverage": "nyc mocha",
"update-snapshots": "node ./scripts/update-diagnostics-snapshots",
"bundle": "webpack --mode production"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/logic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/logic-utils",
"version": "3.3.1",
"private": true,
"description": "TBD",
"keywords": [],
"files": [
Expand Down Expand Up @@ -35,8 +36,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/semantic-model-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/semantic-model-types",
"version": "3.3.1",
"private": true,
"description": "UI5 Semantic model type definitions",
"keywords": [],
"files": [
Expand All @@ -19,8 +20,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "echo nothing to test",
"coverage": "echo nothing to test"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/semantic-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/semantic-model",
"version": "3.3.1",
"private": true,
"description": "Semantic model provider for UI5",
"keywords": [],
"files": [
Expand Down Expand Up @@ -36,8 +37,5 @@
"test": "mocha",
"coverage": "nyc mocha",
"generate-json-api": "json2ts -i ./resources/sap-ui-library-api.json -o ./src/api-json.d.ts --no-unknownAny --bannerComment \"/* This file is automatically generated. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file (sap-ui-library-api.json) and run generate-json-api from the package.json to regenerate this file. */\" && prettier --write ./src/api-json.d.ts"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/settings",
"version": "3.3.1",
"private": true,
"description": "Settings for UI5 Language Assistant",
"keywords": [],
"files": [
Expand All @@ -25,8 +26,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/user-facing-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/user-facing-text",
"version": "3.3.1",
"private": true,
"description": "End user strings for UI5 Language Assistant",
"keywords": [],
"files": [
Expand All @@ -25,8 +26,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/xml-views-completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/xml-views-completion",
"version": "3.3.1",
"private": true,
"description": "Auto-Complete Logic for UI5 XML-Views",
"keywords": [
"xml",
Expand Down Expand Up @@ -41,8 +42,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/xml-views-quick-fix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/xml-views-quick-fix",
"version": "3.3.1",
"private": true,
"description": "Logic for UI5 XML-Views quick-fixes",
"keywords": [
"QuickFix"
Expand Down Expand Up @@ -38,8 +39,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/xml-views-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/xml-views-tooltip",
"version": "3.3.1",
"private": true,
"description": "XML Views Tooltip",
"keywords": [
"Hover",
Expand Down Expand Up @@ -41,8 +42,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 1 addition & 3 deletions packages/xml-views-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ui5-language-assistant/xml-views-validation",
"version": "3.3.1",
"private": true,
"description": "Validations Logic for UI5 XML-Views",
"keywords": [
"xml",
Expand Down Expand Up @@ -41,8 +42,5 @@
"lint": "eslint . --ext .ts --max-warnings=0 --ignore-path=../../.gitignore",
"test": "mocha",
"coverage": "nyc mocha"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 36161c7

Please sign in to comment.