File tree Expand file tree Collapse file tree
eslint-config-recommended Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/airtable-mapper" ,
3- "version" : " 1.0.0-pr77.1 " ,
3+ "version" : " 1.0.0-pr77.2 " ,
44 "description" : " interfaces and classes for airtable mapping" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/airtable-syncer" ,
3- "version" : " 1.0.0-pr77.1 " ,
3+ "version" : " 1.0.0-pr77.2 " ,
44 "description" : " base utils and services to export airtable and upload to S3" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
2828 "p-queue" : " ^9.0.1"
2929 },
3030 "devDependencies" : {
31- "@shiftcode/airtable-mapper" : " ^1.0.0-pr77.1 " ,
32- "@shiftcode/inversify-logger" : " ^1.0.0-pr77.1 " ,
33- "@shiftcode/lambda-utilities" : " ^1.0.0-pr77.1 " ,
34- "@shiftcode/logger" : " ^5.0.0-pr77.1 " ,
31+ "@shiftcode/airtable-mapper" : " ^1.0.0-pr77.2 " ,
32+ "@shiftcode/inversify-logger" : " ^1.0.0-pr77.2 " ,
33+ "@shiftcode/lambda-utilities" : " ^1.0.0-pr77.2 " ,
34+ "@shiftcode/logger" : " ^5.0.0-pr77.2 " ,
3535 "@swc/core" : " ^1.15.11" ,
3636 "unplugin-swc" : " ^1.5.9"
3737 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/branch-utilities" ,
3- "version" : " 6.0.0-pr77.1 " ,
3+ "version" : " 6.0.0-pr77.2 " ,
44 "description" : " Utilities for local and ci to get branch name and stage" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/cdk-utilities" ,
3- "version" : " 1.0.0-pr77.1 " ,
3+ "version" : " 1.0.0-pr77.2 " ,
44 "description" : " Constructs for iac with aws-cdk-lib" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/eslint-config-recommended" ,
3- "version" : " 7.0.0-pr77.1 " ,
3+ "version" : " 7.0.0-pr77.2 " ,
44 "description" : " default shiftcode config for eslint" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
2828 },
2929 "dependencies" : {
3030 "@eslint/js" : " ^9.37.0" ,
31- "@shiftcode/eslint-plugin-rules" : " ^6.0.0-pr77.1 " ,
31+ "@shiftcode/eslint-plugin-rules" : " ^6.0.0-pr77.2 " ,
3232 "eslint" : " ^9.37.0" ,
3333 "eslint-config-prettier" : " ^10.1.8" ,
3434 "eslint-plugin-import" : " ^2.32.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/eslint-plugin-rules" ,
3- "version" : " 6.0.0-pr77.1 " ,
3+ "version" : " 6.0.0-pr77.2 " ,
44 "description" : " eslint-rules for shiftcode-specific eslint rules" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/iac-utilities" ,
3- "version" : " 1.0.0-pr77.1 " ,
3+ "version" : " 1.0.0-pr77.2 " ,
44 "description" : " scripts and util functions for aws iac" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
5454 "@aws-sdk/client-s3" : " ^3.204.0" ,
5555 "@aws-sdk/credential-providers" : " ^3.204.0" ,
5656 "@aws-sdk/types" : " ^3.201.0" ,
57- "@shiftcode/branch-utilities" : " ^6.0.0-pr77.1 " ,
58- "@shiftcode/lambda-utilities" : " ^1.0.0-pr77.1 " ,
57+ "@shiftcode/branch-utilities" : " ^6.0.0-pr77.2 " ,
58+ "@shiftcode/lambda-utilities" : " ^1.0.0-pr77.2 " ,
5959 "@types/yargs" : " ^17.0.5"
6060 },
6161 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/inversify-logger" ,
3- "version" : " 1.0.0-pr77.1 " ,
3+ "version" : " 1.0.0-pr77.2 " ,
44 "description" : " InversifyJS support for the logger package" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
2828 "test:watch" : " vitest --cache"
2929 },
3030 "devDependencies" : {
31- "@shiftcode/logger" : " ^5.0.0-pr77.1 " ,
31+ "@shiftcode/logger" : " ^5.0.0-pr77.2 " ,
3232 "inversify" : " ^7.0.0" ,
3333 "reflect-metadata" : " ^0.2.0"
3434 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/lambda-utilities" ,
3- "version" : " 1.0.0-pr77.1 " ,
3+ "version" : " 1.0.0-pr77.2 " ,
44 "description" : " Utils for lambda functions" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
3434 "devDependencies" : {
3535 "@aws-sdk/client-s3" : " ^3.204.0" ,
3636 "@aws-sdk/client-ssm" : " ^3.204.0" ,
37- "@shiftcode/inversify-logger" : " ^1.0.0-pr77.1 " ,
38- "@shiftcode/logger" : " ^5.0.0-pr77.1 " ,
39- "@shiftcode/utilities" : " ^5.0.0-pr77.1 " ,
37+ "@shiftcode/inversify-logger" : " ^1.0.0-pr77.2 " ,
38+ "@shiftcode/logger" : " ^5.0.0-pr77.2 " ,
39+ "@shiftcode/utilities" : " ^5.0.0-pr77.2 " ,
4040 "@types/aws-lambda" : " ^8.10.89" ,
4141 "inversify" : " ^7.0.0" ,
4242 "reflect-metadata" : " ^0.1.13 || ^0.2.0"
You can’t perform that action at this time.
0 commit comments