@architect/functions
Advanced tools
Comparing version 5.1.0 to 5.2.0-RC.0
{ | ||
"name": "@architect/functions", | ||
"version": "5.1.0", | ||
"version": "5.2.0-RC.0", | ||
"description": "Cloud function signatures for HTTP handlers, pub/sub + scheduled, queued functions, table triggers, and more", | ||
@@ -12,3 +12,6 @@ "homepage": "https://github.com/architect/functions", | ||
"main": "src/index", | ||
"types": "types", | ||
"typings": "types", | ||
"scripts": { | ||
"dtslint": "dtslint types", | ||
"lint": "eslint --fix .", | ||
@@ -39,2 +42,5 @@ "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec", | ||
"@architect/sandbox": "^5.2.2", | ||
"@definitelytyped/dtslint": "^0.0.115", | ||
"@types/aws-lambda": "^8.10.98", | ||
"@types/node": "^17.0.38", | ||
"aws-sdk": "2.1001.0", | ||
@@ -52,3 +58,4 @@ "cross-env": "~7.0.3", | ||
"files": [ | ||
"src/*" | ||
"src/*", | ||
"types/*" | ||
], | ||
@@ -55,0 +62,0 @@ "keywords": [ |
@@ -1,2 +0,5 @@ | ||
[<img src="https://assets.arc.codes/architect-logo-500b@2x.png" width=500>](https://www.npmjs.com/package/@architect/functions) | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/architect/assets.arc.codes/raw/main/public/architect-logo-light-500b%402x.png"> | ||
<img alt="Architect Logo" src="https://github.com/architect/assets.arc.codes/raw/main/public/architect-logo-500b%402x.png"> | ||
</picture> | ||
@@ -3,0 +6,0 @@ ## [`@architect/functions`](https://www.npmjs.com/package/@architect/functions) |
@@ -14,3 +14,3 @@ let pubFactory = require('./publish') | ||
* @param {String} params.name - the event name (required) | ||
* @param {String} params.payload - a json event payload (required) | ||
* @param {Object} params.payload - a json event payload (required) | ||
* @param {Function} callback - a node style errback (optional) | ||
@@ -17,0 +17,0 @@ * @returns {Promise} - returned if no callback is supplied |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
70344
45
2099
75
16
1