diff --git a/.changeset/tame-teachers-confess.md b/.changeset/tame-teachers-confess.md new file mode 100644 index 0000000..90bc343 --- /dev/null +++ b/.changeset/tame-teachers-confess.md @@ -0,0 +1,7 @@ +--- +"eslint-plugin-immutable-class": patch +"immutable-class-tester": patch +"immutable-class": patch +--- + +Fix repository.url values in packages diff --git a/package-lock.json b/package-lock.json index d2aebc9..8562e7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9264,7 +9264,7 @@ } }, "packages/eslint-plugin-immutable-class": { - "version": "1.1.1", + "version": "2.0.2", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/utils": "^8.0.0" @@ -9285,7 +9285,7 @@ } }, "packages/immutable-class": { - "version": "0.11.2", + "version": "0.11.3", "license": "Apache-2.0", "dependencies": { "has-own-prop": "^2.0.0", @@ -9293,14 +9293,14 @@ }, "devDependencies": { "@types/jest": "^29.5.13", - "immutable-class-tester": "^0.7.4", + "immutable-class-tester": "^0.7.5", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.6.3" } }, "packages/immutable-class-tester": { - "version": "0.7.4", + "version": "0.7.5", "license": "Apache-2.0", "dependencies": { "@types/deep-equal": "^1.0.1", @@ -12811,7 +12811,7 @@ "requires": { "@types/jest": "^29.5.13", "has-own-prop": "^2.0.0", - "immutable-class-tester": "^0.7.4", + "immutable-class-tester": "^0.7.5", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tslib": "^2.6.2", diff --git a/package.json b/package.json index d3d753d..71d3a41 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "http://github.com/implydata/immutable-class.git" + "url": "https://github.com/implydata/immutable-class.git" }, "prettier": "@awesome-code-style/prettier-config", "scripts": { diff --git a/packages/eslint-plugin-immutable-class/package.json b/packages/eslint-plugin-immutable-class/package.json index 298d401..8342b7f 100644 --- a/packages/eslint-plugin-immutable-class/package.json +++ b/packages/eslint-plugin-immutable-class/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "http://github.com/implydata/immutable-class.git", + "url": "https://github.com/implydata/immutable-class.git", "directory": "packages/eslint-plugin-immutable-class" }, "main": "build/index.js", diff --git a/packages/immutable-class-tester/package.json b/packages/immutable-class-tester/package.json index 8414a77..4968e8b 100644 --- a/packages/immutable-class-tester/package.json +++ b/packages/immutable-class-tester/package.json @@ -14,7 +14,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "http://github.com/implydata/immutable-class-tester.git", + "url": "https://github.com/implydata/immutable-class.git", "directory": "packages/immutable-class-tester" }, "main": "build/index.js", diff --git a/packages/immutable-class/package.json b/packages/immutable-class/package.json index e4b8dac..a3ffe7b 100644 --- a/packages/immutable-class/package.json +++ b/packages/immutable-class/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "http://github.com/implydata/immutable-class.git", + "url": "https://github.com/implydata/immutable-class.git", "directory": "packages/immutable-class" }, "jest": {