Socket
Socket
Sign inDemoInstall

@goodgamestudios/cxf-announcements

Package Overview
Dependencies
Maintainers
15
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodgamestudios/cxf-announcements - npm Package Compare versions

Comparing version 0.1.3-dev.1 to 0.1.3-dev.2

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.1.3-dev.2"></a>
## [0.1.3-dev.2](https://gitlab.goodgamestudios.com/cxf/announcements/compare/v0.1.3-dev.1...v0.1.3-dev.2) (2018-12-10)
<a name="0.1.3-dev.1"></a>

@@ -7,0 +12,0 @@ ## [0.1.3-dev.1](https://gitlab.goodgamestudios.com/cxf/announcements/compare/v0.1.3-dev.0...v0.1.3-dev.1) (2018-12-10)

11

package.json
{
"name": "@goodgamestudios/cxf-announcements",
"version": "0.1.3-dev.1",
"version": "0.1.3-dev.2",
"main": "dist/announcements.js",

@@ -16,9 +16,8 @@ "scripts": {

"release": "standard-version",
"DEV-TEST": "npm test && npm run build:devtest && npm run release -- --prerelease dev && npm publish --access private --tag dev && npm run s3:upload && npm run s3:upload:html",
"QA-TEST": "npm test && npm run build:qatest && npm run release -- --prerelease qa && npm publish --access private --tag qa && npm run s3:upload && npm run s3:upload:html",
"GO-LIVE": "npm test && npm run build:production && npm run release && npm publish --access private --tag production && npm run s3:upload && npm run s3:upload:html",
"DEV-TEST": "npm test && npm run build:devtest && npm run release -- --prerelease dev && npm publish --access private --tag dev && cross-env ENV=dev npm run s3:upload ",
"QA-TEST": "npm test && npm run build:qatest && npm run release -- --prerelease qa && npm publish --access private --tag qa && cross-env-shell ENV=test npm run s3:upload",
"GO-LIVE": "npm test && npm run build:production && npm run release && npm publish --access private --tag production && cross-env ENV=prod npm run s3:upload ",
"--- base scripts ---": "-------------------------------",
"build": "cross-env parcel build --no-cache --public-url . src/announcements.js src/*.html",
"s3:upload": "cp CHANGELOG.md dist/CHANGELOG.md && cross-env-shell aws s3 cp dist/ s3://com.ggs.client-notification-runtime/$ENV/announcements --recursive --acl public-read --exclude \\\"*.html\\\"",
"s3:upload:html": "cross-env aws s3 cp dist s3://com.ggs.client-notification-runtime/$ENV/announcements/ --recursive --acl public-read --exclude \"*\" --include \"*.html\" --content-type \"text/html; charset=utf-8\" "
"s3:upload": "cp CHANGELOG.md dist/CHANGELOG.md && cross-env-shell aws s3 cp dist/ s3://com.ggs.client-notification-runtime/$ENV/announcements --recursive --acl public-read --exclude \"*.html\" && cross-env-shell aws s3 cp dist s3://com.ggs.client-notification-runtime/$ENV/announcements/ --recursive --acl public-read --exclude \"*\" --include \"*.html\" --content-type \"text/html; charset=utf-8\" "
},

@@ -25,0 +24,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc