Skip to content

Commit 60ebadf

Browse files
committed
chore: sync-release
1 parent 397a6dd commit 60ebadf

File tree

4 files changed

+6
-36
lines changed

4 files changed

+6
-36
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/DS_Store
44
**/*.DS_Store
55
.pnpm-store/*
6+
.npm/_logs
67

78
# Generated code
89
tmp/

.npm/_logs/2025-04-14T19_37_32_501Z-debug-0.log

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

e2e/davinci-app/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"type": "module",
66
"private": true,
77
"nx": {
8-
"tags": [
9-
"scope:app"
10-
]
8+
"tags": ["scope:app"]
119
},
1210
"scripts": {
1311
"build": "pnpm nx nxBuild",

packages/davinci-client/package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"url": "git+https://github.com:ForgeRock/ping-javascript-sdk.git",
77
"directory": "packages/davinci-client"
88
},
9-
"sideEffects": [
10-
"./src/types.js"
11-
],
9+
"sideEffects": ["./src/types.js"],
1210
"type": "module",
1311
"exports": {
1412
".": "./dist/src/index.js",
@@ -17,11 +15,7 @@
1715
"main": "./dist/src/index.js",
1816
"module": "./dist/src/index.js",
1917
"typings": "./dist/src/index.d.ts",
20-
"files": [
21-
"dist",
22-
"!dist/tsconfig.lib.tsbuildinfo",
23-
"./LICENSE"
24-
],
18+
"files": ["dist", "!dist/tsconfig.lib.tsbuildinfo", "./LICENSE"],
2519
"scripts": {
2620
"lint": "pnpm nx nxLint",
2721
"test": "pnpm nx nxTest",
@@ -39,15 +33,11 @@
3933
"access": "public"
4034
},
4135
"nx": {
42-
"tags": [
43-
"scope:package"
44-
],
36+
"tags": ["scope:package"],
4537
"targets": {
4638
"build": {
4739
"executor": "@nx/js:tsc",
48-
"outputs": [
49-
"{options.outputPath}"
50-
],
40+
"outputs": ["{options.outputPath}"],
5141
"options": {
5242
"outputPath": "packages/davinci-client/dist",
5343
"main": "packages/davinci-client/src/index.ts",

0 commit comments

Comments
 (0)