cumulocity-hellowidget-plugin
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "Hello world application", | ||
"name": "Hello widget application", | ||
"availability": "PRIVATE", | ||
"contextPath": "helloapp", | ||
"key": "helloapp-appkey", | ||
"contextPath": "hellowidgetapp", | ||
"key": "hellowidgetapp-application-key", | ||
"resourcesUrl": "https://cdn.rawgit.com/dwiyatci/cumulocity-hellowidget-plugin/master/build", | ||
@@ -50,5 +50,5 @@ "type": "HOSTED", | ||
"helloapp/hellowidget" | ||
"hellowidgetapp/hellowidget" | ||
], | ||
"noAppSwitcher": false | ||
} |
{ | ||
"name": "cumulocity-hellowidget-plugin", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "A demo app for showcasing creation of a custom Cumulocity UI widget plugin", | ||
@@ -23,26 +23,15 @@ "keywords": [ | ||
"scripts": { | ||
"install:clean": "rimraf node_modules && npm i", | ||
"start": "grunt server", | ||
"smartlyRegisterApp": "npm run reregisterApp || (npm run registerApp:noImports && npm run reregisterApp)", | ||
"reregisterApp": "npm run registerAllPlugin && npm run registerApp", | ||
"registerAllPlugin": "grunt pluginRegisterAll", | ||
"registerApp": "grunt appRegister", | ||
"registerApp:noImports": "grunt appRegister:noImports", | ||
"build": "npm run clean && grunt build", | ||
"zip:hellowidget": "npm run build:hellowidget && rimraf hellowidget.zip && zip -r -j hellowidget.zip build/hellowidget", | ||
"build:hellowidget": "npm run clean && grunt pluginBuild:hellowidget && cp plugins/hellowidget/cumulocity.json build/hellowidget && rimraf .tmp", | ||
"clean": "rimraf build" | ||
"preinstall:clean": "(npm up -g rimraf && rimraf -h || npm i -g rimraf) && (npm up -g yarn && yarn -h || npm i -g yarn)", | ||
"install:clean": "rimraf node_modules && yarn install && c8y install", | ||
"start": "c8y server -u https://glenn.cumulocity.com -k", | ||
"build": "npm run clean && c8y build:plugin hellowidget", | ||
"clean": "rimraf build", | ||
"deploy": "c8y deploy:app" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.5", | ||
"grunt-contrib-clean": "0.5.0", | ||
"grunt-contrib-connect": "0.7.1", | ||
"grunt-contrib-copy": "0.5.0", | ||
"grunt-contrib-cssmin": "0.9.0", | ||
"grunt-contrib-less": "0.11.1", | ||
"grunt-contrib-uglify": "0.4.0", | ||
"grunt-contrib-watch": "0.6.1", | ||
"grunt-angular-templates": "0.5.5", | ||
"grunt-cumulocity-ui-tasks": "1.1.4" | ||
"cumulocity-tools": "2.0.8" | ||
}, | ||
"dependencies": { | ||
"cumulocity-ui-build": "http://resources.cumulocity.com/webapps/ui/7.37.0.tar.gz" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
9482
1
117
1