Skip to content

Commit

Permalink
Merge branch 'master' into add-mapping-module
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Oct 29, 2023
2 parents 8b2fe19 + a7b9fd5 commit 4760c95
Show file tree
Hide file tree
Showing 118 changed files with 4,800 additions and 35,393 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
always-auth: true
node-version: 16.x
node-version: 18.x
registry-url: https://registry.npmjs.org
scope: '@pristine'
- run: npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.239"
"version": "0.0.256"
}
31,634 changes: 0 additions & 31,634 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/auth0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pristine-ts/auth0",
"version": "0.0.239",
"version": "0.0.256",
"description": "",
"module": "dist/lib/esm/auth0.module.js",
"main": "dist/lib/cjs/auth0.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-api-gateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-api-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pristine-ts/aws-api-gateway",
"version": "0.0.239",
"version": "0.0.256",
"description": "",
"module": "dist/lib/esm/aws-api-gateway.module.js",
"main": "dist/lib/cjs/aws-api-gateway.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cognito/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-cognito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pristine-ts/aws-cognito",
"version": "0.0.239",
"version": "0.0.256",
"description": "",
"module": "dist/lib/esm/aws-cognito.module.js",
"main": "dist/lib/cjs/aws-cognito.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-scheduling/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-scheduling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pristine-ts/aws-scheduling",
"version": "0.0.239",
"version": "0.0.256",
"description": "",
"module": "dist/lib/esm/aws-scheduling.module.js",
"main": "dist/lib/cjs/aws-scheduling.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-xray/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-xray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pristine-ts/aws-xray",
"version": "0.0.239",
"version": "0.0.256",
"description": "",
"module": "dist/lib/esm/aws-xray.module.js",
"main": "dist/lib/cjs/aws-xray.module.js",
Expand Down
Loading

0 comments on commit 4760c95

Please sign in to comment.