siesa-agents 1.1.0 → 1.2.0

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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "agents": {
4
+ "enabled": true,
5
+ "autoStart": false
6
+ },
7
+ "siesa": {
8
+ "environment": "development",
9
+ "apiUrl": "https://api.siesa.com"
10
+ }
11
+ }
@@ -0,0 +1,19 @@
1
+ name: CI/CD Pipeline
2
+
3
+ on:
4
+ push:
5
+ branches: [ main, develop ]
6
+ pull_request:
7
+ branches: [ main ]
8
+
9
+ jobs:
10
+ test:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - name: Setup Node.js
15
+ uses: actions/setup-node@v3
16
+ with:
17
+ node-version: '18'
18
+ - run: npm install
19
+ - run: npm test
@@ -0,0 +1,11 @@
1
+ {
2
+ "editor.formatOnSave": true,
3
+ "editor.codeActionsOnSave": {
4
+ "source.fixAll": true
5
+ },
6
+ "files.exclude": {
7
+ "**/node_modules": true,
8
+ "**/.git": true
9
+ },
10
+ "siesa.bmad.enabled": true
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA BMAD en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -8,8 +8,6 @@
8
8
  },
9
9
  "scripts": {
10
10
  "postinstall": "node ./bin/install.js",
11
- "prepublishOnly": "node ./bin/prepare-publish.js",
12
- "postpublish": "node ./bin/restore-folders.js",
13
11
  "build": "echo 'Build complete'"
14
12
  },
15
13
  "keywords": [