ins-queue-actions 1.2.132 → 1.2.134

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.
@@ -46,8 +46,8 @@ jobs:
46
46
  # setup-node automatically uses NODE_AUTH_TOKEN if registry-url is set
47
47
 
48
48
  - name: Upgrade npm for Trusted Publishing support
49
- run: npm install -g npm@latest
50
- # Trusted Publishing requires npm 11.5.1+
49
+ run: npm install -g npm@11
50
+ # Trusted Publishing requires npm 11.5.1+; npm@12 requires Node 22+
51
51
 
52
52
  - name: Configure npm registry (for Trusted Publishing)
53
53
  run: npm config set registry https://registry.npmjs.org/
@@ -1116,6 +1116,10 @@ module.exports = {
1116
1116
  templateName: "RFQ_SUBMITTED",
1117
1117
  requiredParams: ["type", "data"],
1118
1118
  },
1119
+ RFQ_REOPENED: {
1120
+ templateName: "RFQ_REOPENED",
1121
+ requiredParams: ["type", "data"],
1122
+ },
1119
1123
  RFQ_COMPLETED: {
1120
1124
  templateName: "RFQ_COMPLETED",
1121
1125
  requiredParams: ["type", "data"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.132",
3
+ "version": "1.2.134",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {