@social-mail/shared 1.0.22 → 1.0.23

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/.gitlab-ci.yml CHANGED
@@ -8,7 +8,7 @@ build-job: # This job runs in the build stage, which runs first.
8
8
  - tracer-deploy
9
9
  script:
10
10
  - tsc
11
- - tsc ./index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --target es2015 --outFile ./dist/index.d.ts
11
+ - tsc ./index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --target es2015 --outFile ./index.d.ts
12
12
  - echo "TS Pack"
13
13
  - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}">.npmrc
14
14
  - npm publish --verbose --access public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/shared",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
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",
File without changes