@o3r/testing 11.6.0-prerelease.45 → 11.6.0-prerelease.48

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 (1) hide show
  1. package/package.json +18 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/testing",
3
- "version": "11.6.0-prerelease.45",
3
+ "version": "11.6.0-prerelease.48",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -18,11 +18,12 @@
18
18
  "nx": "nx",
19
19
  "ng": "yarn nx",
20
20
  "build": "yarn nx build testing",
21
- "prepare:build:builders": "yarn cpy 'schematics/**/*.json' 'schematics/**/templates/**' dist/schematics && yarn cpy '{collection,migration}.json' dist",
22
- "prepare:publish": "prepare-publish ./dist",
23
21
  "build:schematics": "tsc -b tsconfig.schematics.json --pretty && yarn generate-cjs-manifest",
22
+ "build:source": "tsc -b tsconfig.build.json --pretty && yarn cpy ./package.json dist",
24
23
  "build:tools": "tsc -b tsconfig.build.tools.json --pretty",
25
24
  "build:utils": "tsc -b tsconfig.build.utils.json --pretty && node ./scripts/generate-esm-manifest.cjs",
25
+ "prepare:build:builders": "yarn cpy 'schematics/**/*.json' 'schematics/**/templates/**' dist/schematics && yarn cpy '{collection,migration}.json' dist",
26
+ "prepare:publish": "prepare-publish ./dist",
26
27
  "postbuild": "patch-package-json-main"
27
28
  },
28
29
  "exports": {
@@ -108,9 +109,9 @@
108
109
  "@material/slider": "^14.0.0",
109
110
  "@ngrx/store": "^18.0.0",
110
111
  "@ngx-translate/core": "^15.0.0",
111
- "@o3r/core": "^11.6.0-prerelease.45",
112
- "@o3r/localization": "^11.6.0-prerelease.45",
113
- "@o3r/schematics": "^11.6.0-prerelease.45",
112
+ "@o3r/core": "^11.6.0-prerelease.48",
113
+ "@o3r/localization": "^11.6.0-prerelease.48",
114
+ "@o3r/schematics": "^11.6.0-prerelease.48",
114
115
  "@playwright/test": "^1.49.0",
115
116
  "@schematics/angular": "^18.2.0",
116
117
  "pixelmatch": "^5.2.1",
@@ -119,7 +120,8 @@
119
120
  "rxjs": "^7.8.1",
120
121
  "temporal-polyfill": "^0.2.0",
121
122
  "type-fest": "^4.10.2",
122
- "typescript": "^5.5.4"
123
+ "typescript": "^5.5.4",
124
+ "ts-node": "~10.9.2"
123
125
  },
124
126
  "peerDependenciesMeta": {
125
127
  "@amadeus-it-group/kassette": {
@@ -196,14 +198,14 @@
196
198
  "@material/slider": "^14.0.0",
197
199
  "@ngrx/store": "~18.0.0",
198
200
  "@ngx-translate/core": "~15.0.0",
199
- "@nx/eslint-plugin": "~19.5.0",
200
- "@nx/jest": "~19.5.0",
201
- "@o3r/build-helpers": "^11.6.0-prerelease.45",
202
- "@o3r/core": "^11.6.0-prerelease.45",
203
- "@o3r/eslint-plugin": "^11.6.0-prerelease.45",
204
- "@o3r/localization": "^11.6.0-prerelease.45",
205
- "@o3r/schematics": "^11.6.0-prerelease.45",
206
- "@o3r/test-helpers": "^11.6.0-prerelease.45",
201
+ "@nx/eslint-plugin": "~19.8.0",
202
+ "@nx/jest": "~19.8.0",
203
+ "@o3r/build-helpers": "^11.6.0-prerelease.48",
204
+ "@o3r/core": "^11.6.0-prerelease.48",
205
+ "@o3r/eslint-plugin": "^11.6.0-prerelease.48",
206
+ "@o3r/localization": "^11.6.0-prerelease.48",
207
+ "@o3r/schematics": "^11.6.0-prerelease.48",
208
+ "@o3r/test-helpers": "^11.6.0-prerelease.48",
207
209
  "@playwright/test": "~1.49.0",
208
210
  "@schematics/angular": "~18.2.0",
209
211
  "@stylistic/eslint-plugin": "~2.7.0",
@@ -232,7 +234,7 @@
232
234
  "jest-junit": "~16.0.0",
233
235
  "jest-preset-angular": "~14.2.0",
234
236
  "jsonc-eslint-parser": "~2.4.0",
235
- "nx": "~19.5.0",
237
+ "nx": "~19.8.0",
236
238
  "pid-from-port": "^1.1.3",
237
239
  "pixelmatch": "^5.2.1",
238
240
  "pngjs": "^7.0.0",
@@ -254,7 +256,6 @@
254
256
  "engines": {
255
257
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
256
258
  },
257
- "type": "commonjs",
258
259
  "contributors": [
259
260
  {
260
261
  "name": "Yannick Adam",