diff --git a/lerna.json b/lerna.json index 7cecaf9c..c913d8f8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "4.0.4" + "version": "4.0.5" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6eddf3fc..71e6e09e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15965,7 +15965,7 @@ }, "packages/base-rollup-config": { "name": "@inrupt/base-rollup-config", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@rollup/plugin-typescript": "^12.1.4" @@ -15973,7 +15973,7 @@ }, "packages/eslint-config": { "name": "@inrupt/eslint-config-base", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@eslint/eslintrc": "^3.3.1", @@ -16003,14 +16003,14 @@ }, "packages/internal-playwright-helpers": { "name": "@inrupt/internal-playwright-helpers", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "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" }, "devDependencies": { - "@inrupt/base-rollup-config": "4.0.4" + "@inrupt/base-rollup-config": "4.0.5" }, "peerDependencies": { "@playwright/test": "^1.37.0" @@ -16018,15 +16018,15 @@ }, "packages/internal-playwright-testids": { "name": "@inrupt/internal-playwright-testids", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "devDependencies": { - "@inrupt/base-rollup-config": "4.0.4" + "@inrupt/base-rollup-config": "4.0.5" } }, "packages/internal-test-env": { "name": "@inrupt/internal-test-env", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.1.2", @@ -16035,12 +16035,12 @@ "dotenv": "^17.2.0" }, "devDependencies": { - "@inrupt/base-rollup-config": "4.0.4" + "@inrupt/base-rollup-config": "4.0.5" } }, "packages/jest-jsdom-polyfills": { "name": "@inrupt/jest-jsdom-polyfills", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.5.0", diff --git a/packages/base-rollup-config/package.json b/packages/base-rollup-config/package.json index 69ce9bb0..921bda59 100644 --- a/packages/base-rollup-config/package.json +++ b/packages/base-rollup-config/package.json @@ -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", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ade2c500..bff55ef2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -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" }, diff --git a/packages/internal-playwright-helpers/package.json b/packages/internal-playwright-helpers/package.json index 15aac989..dcadbb6d 100644 --- a/packages/internal-playwright-helpers/package.json +++ b/packages/internal-playwright-helpers/package.json @@ -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", @@ -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" } } diff --git a/packages/internal-playwright-testids/package.json b/packages/internal-playwright-testids/package.json index 5127111f..fbd56595 100644 --- a/packages/internal-playwright-testids/package.json +++ b/packages/internal-playwright-testids/package.json @@ -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", @@ -20,6 +20,6 @@ } }, "devDependencies": { - "@inrupt/base-rollup-config": "4.0.4" + "@inrupt/base-rollup-config": "4.0.5" } } diff --git a/packages/internal-test-env/package.json b/packages/internal-test-env/package.json index 6a318add..a1db8a47 100644 --- a/packages/internal-test-env/package.json +++ b/packages/internal-test-env/package.json @@ -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", @@ -26,6 +26,6 @@ "dotenv": "^17.2.0" }, "devDependencies": { - "@inrupt/base-rollup-config": "4.0.4" + "@inrupt/base-rollup-config": "4.0.5" } } diff --git a/packages/jest-jsdom-polyfills/package.json b/packages/jest-jsdom-polyfills/package.json index c7329b2f..1483be54 100644 --- a/packages/jest-jsdom-polyfills/package.json +++ b/packages/jest-jsdom-polyfills/package.json @@ -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": {