Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useNx": true,
"version": "4.0.4"
"version": "4.0.5"
}
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/base-rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/base-rollup-config",
"version": "4.0.4",
"version": "4.0.5",
"description": "This package provides a shared rollup config for our packages",
"main": "index.mjs",
"module": "true",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/eslint-config-base",
"description": "Shared eslint config for Javascript at @inrupt",
"version": "4.0.4",
"version": "4.0.5",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/internal-playwright-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/internal-playwright-helpers",
"version": "4.0.4",
"version": "4.0.5",
"description": "This package provides page models for known common elements of the sdk testable UIs",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -21,13 +21,13 @@
}
},
"dependencies": {
"@inrupt/internal-playwright-testids": "4.0.4",
"@inrupt/internal-test-env": "4.0.4"
"@inrupt/internal-playwright-testids": "4.0.5",
"@inrupt/internal-test-env": "4.0.5"
},
"peerDependencies": {
"@playwright/test": "^1.37.0"
},
"devDependencies": {
"@inrupt/base-rollup-config": "4.0.4"
"@inrupt/base-rollup-config": "4.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/internal-playwright-testids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/internal-playwright-testids",
"version": "4.0.4",
"version": "4.0.5",
"description": "Shared identifiers between browser-based tests and test app.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -20,6 +20,6 @@
}
},
"devDependencies": {
"@inrupt/base-rollup-config": "4.0.4"
"@inrupt/base-rollup-config": "4.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/internal-test-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/internal-test-env",
"version": "4.0.4",
"version": "4.0.5",
"description": "This package provides various test environment utilities needed for jest when using the Inrupt SDKs",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -26,6 +26,6 @@
"dotenv": "^17.2.0"
},
"devDependencies": {
"@inrupt/base-rollup-config": "4.0.4"
"@inrupt/base-rollup-config": "4.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/jest-jsdom-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/jest-jsdom-polyfills",
"version": "4.0.4",
"version": "4.0.5",
"description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs",
"main": "index.js",
"publishConfig": {
Expand Down