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.0 to 0.1.3-dev.1

5

CHANGELOG.md

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

<a name="0.1.3-dev.1"></a>
## [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)
<a name="0.1.3-dev.0"></a>

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

10

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

@@ -16,8 +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 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 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 s3:upload:html",
"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",
"--- base scripts ---": "-------------------------------",
"build": "cross-env parcel build --no-cache --public-url . src/announcements.js src/*.html",
"s3:upload": "cross-env-shell aws s3 cp dist/ s3://com.ggs.client-notification-runtime/$ENV/announcements --recursive --acl public-read --exclude \\\"*.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\" "

@@ -24,0 +24,0 @@ },

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