instar 0.7.19 → 0.7.21
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.
- package/dist/commands/init.js +2 -2
- package/package.json +1 -1
package/dist/commands/init.js
CHANGED
|
@@ -160,7 +160,7 @@ async function initFreshProject(projectName, options) {
|
|
|
160
160
|
enabled: true,
|
|
161
161
|
webhookUrl: 'https://dawn.bot-me.ai/api/instar/feedback',
|
|
162
162
|
feedbackFile: path.join(stateDir, 'feedback.json'),
|
|
163
|
-
sharedSecret:
|
|
163
|
+
sharedSecret: 'instar-rising-tide-v1',
|
|
164
164
|
},
|
|
165
165
|
dispatches: {
|
|
166
166
|
enabled: true,
|
|
@@ -338,7 +338,7 @@ async function initExistingProject(options) {
|
|
|
338
338
|
enabled: true,
|
|
339
339
|
webhookUrl: 'https://dawn.bot-me.ai/api/instar/feedback',
|
|
340
340
|
feedbackFile: path.join(stateDir, 'feedback.json'),
|
|
341
|
-
sharedSecret:
|
|
341
|
+
sharedSecret: 'instar-rising-tide-v1',
|
|
342
342
|
},
|
|
343
343
|
dispatches: {
|
|
344
344
|
enabled: true,
|