@cloudbase/functions
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@cloudbase/functions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "cloudbase javascript sdk functions componets", | ||
@@ -9,5 +9,4 @@ "main": "dist/cjs/index.js", | ||
"tsc": "rm -rf dist/ && tsc -p tsconfig.esm.json && tsc -p tsconfig.json", | ||
"lint": "eslint \"./src/**/*.ts\"", | ||
"lint:fix": "eslint --fix \"./src/**/*.ts\"", | ||
"build": "npm run lint:fix && npm run tsc", | ||
"lint": "eslint --fix \"./src/**/*.ts\"", | ||
"build": "npm run lint && npm run tsc", | ||
"prepublish": "npm run build" | ||
@@ -31,3 +30,3 @@ }, | ||
"@cloudbase/types": "^1.0.0", | ||
"@cloudbase/utilities": "^1.0.1" | ||
"@cloudbase/utilities": "^1.0.2" | ||
}, | ||
@@ -53,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "9e5a8e510117de60e9deca7b39dad841b54eb3d0" | ||
"gitHead": "fa2d4d47d41a98c7e7965c90eec199b1a7e3bc05" | ||
} |
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
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
15553
Updated@cloudbase/utilities@^1.0.2