@social-mail/shared 1.0.7 → 1.0.8

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 +1 -0
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -7,6 +7,7 @@ build-job: # This job runs in the build stage, which runs first.
7
7
  tags:
8
8
  - tracer-deploy
9
9
  script:
10
+ - tsc
10
11
  - tsc ./index.js --declaration --allowJs --emitDeclarationOnly --outFile ./dist/index.d.ts
11
12
  - tssystemjs
12
13
  - echo "TS Pack"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/shared",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Shared Repository that contains things like parser etc that is used by both client and server.",
5
5
  "main": "index.js",
6
6
  "type": "module",