@dccxx/auggiegw 1.0.11 → 1.0.14

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/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dccxx/auggiegw",
3
- "version": "1.0.11",
3
+ "version": "1.0.14",
4
4
  "description": "A Node.js TypeScript package",
5
5
  "main": "./dist/cli.js",
6
6
  "types": "./dist/cli.d.ts",
@@ -35,6 +35,6 @@ executeCommand('bun run lint', 'Running linter');
35
35
  executeCommand('bun run build', 'Building project');
36
36
 
37
37
  // Step 4: Publish to npm
38
- executeCommand('bun publish --access public', 'Publishing to npm');
38
+ executeCommand('npm publish --access public', 'Publishing to npm');
39
39
 
40
40
  console.log('\nšŸŽ‰ Publish workflow completed successfully!');