@ingeno/pipedream-services 1.0.102 → 1.0.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ingeno/pipedream-services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.106",
|
|
4
4
|
"description": "Service utilities for Clarity data integrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"tmp-promise": "^3.0.3"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
+
"@aws-sdk/client-iam": "^3.1031.0",
|
|
74
75
|
"@aws-sdk/credential-providers": "^3.834.0",
|
|
75
76
|
"@aws-sdk/types": "^3.973.7",
|
|
76
77
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
"db:test:logs": "docker-compose -f docker-compose.test.yml logs -f postgres-test",
|
|
109
110
|
"db:test:shell": "docker compose -f docker-compose.test.yml exec postgres-test psql -U test_user -d clarity_test",
|
|
110
111
|
"generate:lattice": "openapi --input src/lattice/lattice-swagger.json --output src/lattice/generated --client axios --name LatticeClient",
|
|
112
|
+
"setup:robot": "tsx scripts/aws-iam/robot/setup-permissions.ts",
|
|
111
113
|
"pub": "scripts/publish.sh"
|
|
112
114
|
}
|
|
113
115
|
}
|