Skip to content

Commit

Permalink
fix: nodejs libs should not contain source maps, bump to v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Dec 6, 2023
1 parent 2833fde commit e5af726
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 2 additions & 0 deletions apps/nest-stripe-test/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "nest-stripe-test",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/nest-stripe-test/src",
"projectType": "application",
"targets": {
Expand Down
3 changes: 1 addition & 2 deletions libs/stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valor/nestjs-stripe",
"version": "0.0.16",
"version": "0.0.17",
"type": "commonjs",
"private": false,
"author": "opavlovskyi-valor-software",
Expand All @@ -14,7 +14,6 @@
"nestjs",
"stripe"
],
"author": "opavlovskyi-valor-software",
"bugs": {
"url": "https://github.com/valor-software/nest-stripe/issues"
},
Expand Down
2 changes: 2 additions & 0 deletions libs/stripe/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "stripe",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/stripe/src",
"targets": {
"build": {
Expand Down
3 changes: 2 additions & 1 deletion libs/stripe/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"sourceMap": false,
"declaration": true,
"types": [],
"target": "es6"
"target": "ES2022"
},
"include": ["**/*.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
Expand Down
7 changes: 0 additions & 7 deletions workspace.json

This file was deleted.

0 comments on commit e5af726

Please sign in to comment.