@skillswaveca/nova-shared-libraries 3.5.12 → 3.5.15

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.
@@ -58,15 +58,15 @@ jobs:
58
58
 
59
59
  - name: Update versions
60
60
  run: |
61
- git pull
62
- node scripts/update-versions.js
63
- git add .
64
- if ! git diff-index --quiet HEAD --; then
65
- git commit -m "chore: update versions"
66
- git push --follow-tags origin main
67
- else
68
- echo "No changes to commit"
69
- fi
61
+ git pull
62
+ node scripts/update-versions.js
63
+ git add .
64
+ if ! git diff-index --quiet HEAD --; then
65
+ git commit -m "chore: update versions"
66
+ git push --follow-tags origin main
67
+ else
68
+ echo "No changes to commit"
69
+ fi
70
70
 
71
71
  - name: Publish release on GitHub
72
72
  uses: actions/github-script@v7
@@ -89,8 +89,3 @@ jobs:
89
89
  env:
90
90
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
91
91
  run: pnpm -r publish --access public
92
-
93
- - name: Publish to GitHub Packages
94
- env:
95
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
- run: pnpm -r publish --access public --registry=https://npm.pkg.github.com
@@ -1,25 +1,25 @@
1
1
  export const packageInfo = [
2
2
  {
3
3
  "name": "@skillswaveca/nova-utils",
4
- "version": "3.5.11",
4
+ "version": "3.5.14",
5
5
  "description": "A collection of random utils used in nova repos",
6
6
  "docsPath": "./nova-utils/index.html"
7
7
  },
8
8
  {
9
9
  "name": "@skillswaveca/nova-model",
10
- "version": "3.5.11",
10
+ "version": "3.5.14",
11
11
  "description": "Nova model stuff",
12
12
  "docsPath": "./nova-model/index.html"
13
13
  },
14
14
  {
15
15
  "name": "@skillswaveca/nova-middleware",
16
- "version": "3.5.11",
16
+ "version": "3.5.14",
17
17
  "description": "A collection of middleware used by nova projects",
18
18
  "docsPath": "./nova-middleware/index.html"
19
19
  },
20
20
  {
21
21
  "name": "@skillswaveca/nova-drivers",
22
- "version": "3.5.11",
22
+ "version": "3.5.14",
23
23
  "description": "Some helper drivers for AWS services",
24
24
  "docsPath": "./drivers/index.html"
25
25
  }
package/package.json CHANGED
@@ -3,10 +3,11 @@
3
3
  "name": "@skillswaveca/nova-shared-libraries",
4
4
  "description": "A monorepo of shared libraries for Nova projects.",
5
5
  "repository": "https://github.com/SkillsWave/nova-shared-libraries",
6
- "version": "3.5.12",
6
+ "version": "3.5.15",
7
7
  "main": "index.js",
8
+ "license": "GPL-3.0-only",
8
9
  "keywords": [],
9
- "author": "",
10
+ "author": "SkillsWave",
10
11
  "dependencies": {
11
12
  "@aws-sdk/client-dynamodb": "^3.577.0",
12
13
  "@aws-sdk/client-secrets-manager": "^3.578.0",
@@ -3,7 +3,7 @@
3
3
  "name": "@skillswaveca/nova-drivers",
4
4
  "description": "Some helper drivers for AWS services",
5
5
  "repository": "https://github.com/SkillsWave/nova-shared-libraries",
6
- "version": "3.5.12",
6
+ "version": "3.5.15",
7
7
  "main": "index.js",
8
8
  "scripts": {
9
9
  "pre-release": "pnpm run create-index",
@@ -3,7 +3,7 @@
3
3
  "name": "@skillswaveca/nova-middleware",
4
4
  "description": "A collection of middleware used by nova projects",
5
5
  "repository": "https://github.com/SkillsWave/nova-shared-libraries",
6
- "version": "3.5.12",
6
+ "version": "3.5.15",
7
7
  "main": "index.js",
8
8
  "scripts": {
9
9
  "pre-release": "pnpm run create-index",
@@ -3,7 +3,7 @@
3
3
  "name": "@skillswaveca/nova-model",
4
4
  "description": "Nova model stuff",
5
5
  "repository": "https://github.com/SkillsWave/nova-shared-libraries",
6
- "version": "3.5.12",
6
+ "version": "3.5.15",
7
7
  "main": "index.js",
8
8
  "scripts": {
9
9
  "pre-release": "pnpm run create-index",
@@ -3,7 +3,7 @@
3
3
  "name": "@skillswaveca/nova-utils",
4
4
  "description": "A collection of random utils used in nova repos",
5
5
  "repository": "https://github.com/SkillsWave/nova-shared-libraries",
6
- "version": "3.5.12",
6
+ "version": "3.5.15",
7
7
  "main": "index.js",
8
8
  "scripts": {
9
9
  "pre-release": "pnpm run create-index",