Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ABAP_CLOUD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ABAP_CLOUD

on:
push:
branches: [standard]

permissions:
contents: read
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "abap2ui5-samples",
"private": true,
"version": "1.0.0",
"description": "Layout Management for abap2UI5.",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc",
"init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src",
"cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5/samples.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5/samples.git"
},
"homepage": "https://github.com/abap2UI5/samples#readme",
"devDependencies": {
"@abaplint/cli": "^2.113.86",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.23",
"@abaplint/transpiler-cli": "^2.10.23",
"@types/node": "^22.10.5",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"express": "^4.21.2",
"html-webpack-plugin": "^5.6.3",
"path-browserify": "^1.0.1",
"web-encoding": "^1.1.5",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"@playwright/test": "^1.49.1"
},
"dependencies": {
"npm-check-updates": "^17.1.13"
}
"name": "abap2ui5-samples",
"private": true,
"version": "1.0.0",
"description": "Layout Management for abap2UI5.",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc",
"init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src",
"cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5/samples.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5/samples.git"
},
"homepage": "https://github.com/abap2UI5/samples#readme",
"devDependencies": {
"@abaplint/cli": "^2.113.86",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.23",
"@abaplint/transpiler-cli": "^2.10.23",
"@types/node": "^22.10.5",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"express": "^4.21.2",
"html-webpack-plugin": "^5.6.3",
"path-browserify": "^1.0.1",
"web-encoding": "^1.1.5",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"@playwright/test": "^1.49.1"
},
"dependencies": {
"npm-check-updates": "^17.1.13"
}
}
Loading