Skip to content

Commit e5af726

Browse files
committed
fix: nodejs libs should not contain source maps, bump to v0.0.17
1 parent 2833fde commit e5af726

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

apps/nest-stripe-test/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "nest-stripe-test",
3+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
24
"sourceRoot": "apps/nest-stripe-test/src",
35
"projectType": "application",
46
"targets": {

libs/stripe/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valor/nestjs-stripe",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"type": "commonjs",
55
"private": false,
66
"author": "opavlovskyi-valor-software",
@@ -14,7 +14,6 @@
1414
"nestjs",
1515
"stripe"
1616
],
17-
"author": "opavlovskyi-valor-software",
1817
"bugs": {
1918
"url": "https://github.com/valor-software/nest-stripe/issues"
2019
},

libs/stripe/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "stripe",
3+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
24
"sourceRoot": "libs/stripe/src",
35
"targets": {
46
"build": {

libs/stripe/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../dist/out-tsc",
5+
"sourceMap": false,
56
"declaration": true,
67
"types": [],
7-
"target": "es6"
8+
"target": "ES2022"
89
},
910
"include": ["**/*.ts"],
1011
"exclude": ["**/*.spec.ts", "**/*.test.ts"]

workspace.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)