@social-mail/shared 1.0.6 → 1.0.7

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 -1
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -7,7 +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 ./index.js --declaration --allowJs --emitDeclarationOnly --outFile dist/index.d.ts
10
+ - tsc ./index.js --declaration --allowJs --emitDeclarationOnly --outFile ./dist/index.d.ts
11
11
  - tssystemjs
12
12
  - echo "TS Pack"
13
13
  - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}">.npmrc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/shared",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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",