|
1 | 1 | {
|
2 | 2 | "name": "@architect/functions",
|
3 |
| - "version": "8.0.0-RC.1", |
| 3 | + "version": "8.0.0-RC.2", |
4 | 4 | "description": "Runtime utility library for Functional Web Apps (FWAs) built with Architect (https://arc.codes)",
|
5 | 5 | "homepage": "https://github.com/architect/functions",
|
6 | 6 | "repository": {
|
|
12 | 12 | "types": "types/index.d.ts",
|
13 | 13 | "scripts": {
|
14 | 14 | "lint": "eslint --fix .",
|
15 |
| - "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec", |
16 |
| - "test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-spec", |
| 15 | + "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc", |
| 16 | + "test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc", |
17 | 17 | "coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
|
18 | 18 | "test": "npm run lint && npm run test:integration && npm run coverage",
|
19 | 19 | "test:types": "tsd --files types/*.test-d.ts",
|
|
25 | 25 | "author": "Brian LeRoux <[email protected]>",
|
26 | 26 | "license": "Apache-2.0",
|
27 | 27 | "dependencies": {
|
28 |
| - "@aws-lite/apigatewaymanagementapi": "^0.0.6", |
29 |
| - "@aws-lite/client": "^0.13.1", |
30 |
| - "@aws-lite/dynamodb": "^0.3.1", |
| 28 | + "@aws-lite/apigatewaymanagementapi": "^0.0.7", |
| 29 | + "@aws-lite/client": "^0.15.0", |
| 30 | + "@aws-lite/dynamodb": "^0.3.3", |
31 | 31 | "@aws-lite/sns": "^0.0.4",
|
32 | 32 | "@aws-lite/sqs": "^0.2.0",
|
33 | 33 | "@aws-lite/ssm": "^0.2.2",
|
|
40 | 40 | "uid-safe": "^2.1.5"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@architect/asap": "^6.0.4", |
| 43 | + "@architect/asap": "^7.0.0-RC.1", |
44 | 44 | "@architect/eslint-config": "2.1.1",
|
45 | 45 | "@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
|
46 |
| - "@architect/sandbox": "^5.9.4", |
47 |
| - "@types/aws-lambda": "^8.10.130", |
| 46 | + "@architect/sandbox": "^6.0.0-RC.1", |
| 47 | + "@types/aws-lambda": "^8.10.133", |
48 | 48 | "@types/node": "18",
|
49 | 49 | "cross-env": "~7.0.3",
|
50 | 50 | "eslint": "^8.56.0",
|
51 | 51 | "nyc": "~15.1.0",
|
52 | 52 | "proxyquire": "~2.1.3",
|
53 | 53 | "sinon": "^17.0.1",
|
54 | 54 | "tap-arc": "^1.2.2",
|
55 |
| - "tap-spec": "^5.0.0", |
56 |
| - "tape": "^5.7.2", |
| 55 | + "tape": "^5.7.4", |
57 | 56 | "tiny-json-http": "^7.5.1",
|
58 |
| - "tsd": "^0.30.3" |
| 57 | + "tsd": "^0.30.4" |
59 | 58 | },
|
60 | 59 | "files": [
|
61 | 60 | "types/*",
|
|
0 commit comments