@ixor/aws-cdk-ixor-lambda 1.0.0-rc-3 → 1.2.0-rc-14

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.
@@ -1,4 +1,4 @@
1
- image: node:14.16.0
1
+ image: node:18
2
2
 
3
3
  pipelines:
4
4
  branches:
@@ -6,8 +6,8 @@ pipelines:
6
6
  - step:
7
7
  name: "Release patch version to npm"
8
8
  script:
9
- - git clone -b ${BB_AWS_UTILS_VERSION:-master} https://github.com/rik2803/bb-aws-utils.git /bb-aws-utils
10
- - LIB_DIR=/bb-aws-utils/lib source /bb-aws-utils/lib/load.bash
9
+ - git clone -b feature/AWS-322-move-all-npmjs-packages-to-aws git@bitbucket.org:ixorcvba/ixor-bb-aws-utils.git /ixor-bb-aws-utils
10
+ - LIB_DIR=/ixor-bb-aws-utils/lib source /ixor-bb-aws-utils/lib/load.bash
11
11
  - export NPM_TOKEN="$(aws_get_ssm_parameter_by_name NPM_TOKEN)"
12
12
  - install_jq
13
13
  - npm ci
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixor/aws-cdk-ixor-lambda",
3
- "version": "1.0.0-rc-3",
3
+ "version": "1.2.0-rc-14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ixorbe/aws-cdk-ixor-lambda.git"