Skip to content

Commit 0eb1552

Browse files
committed
v1.0.6
1 parent 257b82f commit 0eb1552

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bin/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (args[0] == "" || args[0] == null) {
2525
console.log('█▀ ▄▀█ █▀█   █░█░█ █ █▀▄ █▀▀ █▀▀ ▀█▀');
2626
console.log('▄█ █▀█ █▀▀   ▀▄▀▄▀ █ █▄▀ █▄█ ██▄ ░█░');
2727

28-
console.log("Version:1.0.5\nDeveloped by Rohit Chouhan | linkedin.com/in/itsrohitchouhan");
28+
console.log("Version:1.0.6\nDeveloped by Rohit Chouhan | linkedin.com/in/itsrohitchouhan");
2929

3030
console.log("\n ====== Inputs =====")
3131
console.log("-create : create new project");

lib/createJsonFile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ var createJsonFile = function createJsonFile(name, vendor, version, description,
1717
"webcomponents": [{
1818
"kind": "main",
1919
"tag": `com-${vendor.toLowerCase().replace(/ /g, '')}-sap-${name.toLowerCase().replace(/ /g, '')}`,
20-
"url": `https://${name.toLowerCase().replace(/ /g, '')}-sap-rohitchouhan.loca.lt/${name.replace(/ /g, '')}/${name.replace(/ /g, '')}.js`,
20+
"url": `https://${name.toLowerCase().replace(/ /g, '')}-sap-rohitchouhan.loca.lt/${name.replace(/ /g, '')}.js`,
2121
"integrity": "",
2222
"ignoreIntegrity": true
2323
},
2424
{
2525
"kind": "builder",
2626
"tag": `com-${vendor.toLowerCase().replace(/ /g, '')}-sap-${name.toLowerCase().replace(/ /g, '')}-builder`,
27-
"url": `https://${name.toLowerCase().replace(/ /g, '')}-sap-rohitchouhan.loca.lt/${name.replace(/ /g, '')}/${name.replace(/ /g, '')}_Builder.js`,
27+
"url": `https://${name.toLowerCase().replace(/ /g, '')}-sap-rohitchouhan.loca.lt/${name.replace(/ /g, '')}_Builder.js`,
2828
"integrity": "",
2929
"ignoreIntegrity": true
3030
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sapwidget",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A tool to create SAC Custom Widget Easily and Fast for SAP Application.",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)