@reachy/audience-module 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/.gitlab-ci.yml +2 -2
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -134,5 +134,5 @@ notify:publish:
134
134
  when: on_success
135
135
  - when: never
136
136
  script:
137
- - slack_post "#2EB67D" "Publicação npm concluída" ":white_check_mark:" \
138
- "Pacote publicado a partir do branch main. Versão \`$(node -p \"require('./package.json').version\")\`."
137
+ - VERSION=$(jq -r '.version' package.json)
138
+ - slack_post "#2EB67D" "Publicação npm concluída" ":white_check_mark:" "Pacote publicado a partir do branch main. Versão \`${VERSION}\`."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reachy/audience-module",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Módulo reutilizável para consultas e criação de audiences",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",