Skip to content

Commit

Permalink
v1.0.0-beta.19
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Sep 23, 2023
1 parent 74ebdd3 commit 3affecd
Show file tree
Hide file tree
Showing 8 changed files with 562 additions and 10 deletions.
550 changes: 550 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
afterInstall: yarn prepare

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.5.0/bundles/@yarnpkg/plugin-after-install.js"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.6.3.cjs

afterInstall: yarn prepare
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest-metadata/monorepo",
"version": "1.0.0",
"version": "1.0.0-beta.19",
"private": true,
"engines": {
"node": ">=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jest-metadata/benchmark",
"description": "Benchmarks to avoid performance regressions in jest-metadata",
"private": true,
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest-metadata/fixtures",
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"private": true,
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-metadata",
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"description": "Extend Jest with custom metadata",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -78,7 +78,7 @@
"homepage": "https://github.com/wix-incubator/jest-metadata#readme",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@jest-metadata/fixtures": "^1.0.0-beta.18",
"@jest-metadata/fixtures": "^1.0.0-beta.19",
"@jest/environment": "^29.3.1",
"@jest/reporters": "^29.3.1",
"@jest/types": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jest-metadata/recorder",
"description": "Fixture recorder for testing jest-metadata with a wide range of Jest versions",
"private": true,
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"devDependencies": {
"cross-env": "^7.0.3",
"is-ci": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jest-metadata/fixtures@^1.0.0-beta.18, @jest-metadata/fixtures@workspace:packages/fixtures":
"@jest-metadata/fixtures@^1.0.0-beta.19, @jest-metadata/fixtures@workspace:packages/fixtures":
version: 0.0.0-use.local
resolution: "@jest-metadata/fixtures@workspace:packages/fixtures"
dependencies:
Expand Down Expand Up @@ -5395,7 +5395,7 @@ __metadata:
resolution: "jest-metadata@workspace:packages/library"
dependencies:
"@istanbuljs/nyc-config-typescript": ^1.0.1
"@jest-metadata/fixtures": ^1.0.0-beta.18
"@jest-metadata/fixtures": ^1.0.0-beta.19
"@jest/environment": ^29.3.1
"@jest/reporters": ^29.3.1
"@jest/types": ^29.3.1
Expand Down

0 comments on commit 3affecd

Please sign in to comment.