edge-functions 1.6.0 → 1.6.2

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.
@@ -30,7 +30,7 @@ jobs:
30
30
  run: yarn install
31
31
  - name: Release
32
32
  env:
33
- GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
34
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
35
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36
36
  run: npx semantic-release
package/.releaserc CHANGED
@@ -27,5 +27,9 @@
27
27
  "issueUrlFormat": "https://github.com/aziontech/vulcan/issues/{id}"
28
28
  }
29
29
  }
30
+ },
31
+ "@semantic-release/git": {
32
+ "assets": ["package.json"],
33
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
30
34
  }
31
35
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edge-functions",
3
3
  "type": "module",
4
- "version": "1.6.0",
4
+ "version": "1.6.2",
5
5
  "description": "Tool to launch and build JavaScript/Frameworks. This tool automates polyfills for Edge Computing and assists in creating Workers, notably for the Azion platform.",
6
6
  "main": "lib/main.js",
7
7
  "bin": {
@@ -67,18 +67,18 @@
67
67
  "webpack-merge": "^5.9.0"
68
68
  },
69
69
  "devDependencies": {
70
+ "@babel/core": "^7.22.5",
71
+ "@babel/preset-env": "^7.22.5",
72
+ "@jest/globals": "^29.5.0",
70
73
  "@semantic-release/changelog": "^6.0.3",
71
74
  "@semantic-release/commit-analyzer": "^10.0.1",
72
75
  "@semantic-release/git": "^10.0.1",
73
76
  "@semantic-release/npm": "^10.0.4",
74
77
  "@semantic-release/release-notes-generator": "^11.0.4",
75
- "conventional-changelog-conventionalcommits": "^4.6.0",
76
- "@babel/core": "^7.22.5",
77
- "@babel/preset-env": "^7.22.5",
78
- "@jest/globals": "^29.5.0",
79
78
  "babel-jest": "^29.5.0",
80
79
  "babel-plugin-transform-import-meta": "^2.2.0",
81
80
  "clean-jsdoc-theme": "^4.2.9",
81
+ "conventional-changelog-conventionalcommits": "^4.6.0",
82
82
  "eslint": "^7.32.0 || ^8.2.0",
83
83
  "eslint-config-airbnb-base": "^15.0.0",
84
84
  "eslint-import-resolver-alias": "^1.1.2",