Skip to content

Commit 9fa18f2

Browse files
committed
update to new version 1.2.0
1 parent 239d2c8 commit 9fa18f2

File tree

3 files changed

+315
-303
lines changed

3 files changed

+315
-303
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "create",
3-
"version": "1.6.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"test": "NODE_ENV=testing jest __tests__",
8-
"build": "ncc build index.js --minify",
8+
"build": "NODE_OPTIONS=--openssl-legacy-provider ncc build index.js --minify",
99
"watch": "ncc build index.js --watch --minify",
1010
"release-major": "npm version major -m \":bookmark: Release (major): %s\"",
1111
"release-minor": "npm version minor -m \":bookmark: Release (minor): %s\"",
@@ -14,14 +14,14 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@actions/core": "^1.9.0",
17+
"@actions/core": "^1.10.1",
1818
"node-fetch": "^2.6.7"
1919
},
2020
"devDependencies": {
21-
"@atlassian-partner-engineering/eslint-config": "^5.0.0",
21+
"@atlassian-partner-engineering/eslint-config": "^5.1.0",
2222
"@zeit/ncc": "^0.22.3",
23-
"eslint": "^8.21.0",
24-
"jest": "^29.0.1",
23+
"eslint": "^8.49.0",
24+
"jest": "^29.7.0",
2525
"jest-junit": "^16.0.0",
2626
"nock": "^13.2.9"
2727
},

0 commit comments

Comments
 (0)