Sign In

@odecloud/helpers

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odecloud/helpers - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+3
-3
package.json
{
"name": "@odecloud/helpers",
"version": "0.0.4",
"version": "0.0.5",
"description": "Containing useful development functions used by OdeCloud's Platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
"publishConfig": {

@@ -17,3 +16,4 @@ "access": "public"

"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline"
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},

@@ -20,0 +20,0 @@ "repository": {