autoforce 0.1.11 → 0.1.13

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "autoforce",
3
3
  "homepage": "https://sebastianclaros.github.io/autoforce",
4
4
  "private": false,
5
- "version": "0.1.11",
5
+ "version": "0.1.13",
6
6
  "keywords": [
7
7
  "Salesforce",
8
8
  "Automation",
@@ -33,6 +33,8 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "^9.9.1",
36
+ "@octokit/graphql": "^8.1.1",
37
+ "@types/graphql": "^14.5.0",
36
38
  "@types/jest": "29.4.0",
37
39
  "@types/node": "^22.8.1",
38
40
  "@typescript-eslint/eslint-plugin": "5.54.0",
@@ -50,8 +52,6 @@
50
52
  "typescript-eslint": "^8.3.0"
51
53
  },
52
54
  "dependencies": {
53
- "@octokit/graphql": "^8.1.1",
54
- "@types/graphql": "^14.5.0",
55
55
  "@types/jsforce": "^1.11.5",
56
56
  "@types/prompts": "^2.4.9",
57
57
  "autoforce": "file:./autoforce.tgz",
@@ -1,4 +1,8 @@
1
-
2
- {{#each issues}}
3
- * {{title}}
4
- {{/each}}
1
+ ## Version {{context.version}}
2
+ - Fecha: {{hoy}}
3
+ - Paquete: [Descargar](https://www.npmjs.com/package/autoforce/v/{{context.version}})
4
+ - Cambios:
5
+ {{#each issues}}
6
+ * {{title}}
7
+ - {{url}}
8
+ {{/each}}
@@ -0,0 +1,4 @@
1
+ {{#each issues}}
2
+ * #{{number}}: {{title}}
3
+ {{milestone.title}}
4
+ {{/each}}
@@ -0,0 +1,8 @@
1
+ {{#with issue}}
2
+ #{{number}}: {{title}}
3
+ {{state}}
4
+ {{#each labels}}{{this}}{{/each}}
5
+ {{url}}
6
+ {{milestone.title}}
7
+ {{body}}
8
+ {{/with}}
File without changes