Skip to content

Commit

Permalink
Rename module to 'base-url'.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Feb 29, 2024
1 parent 424593d commit d885671
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-tests/tests/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "./tests/credentials/email-password";
import "./tests/credentials/function";
import "./tests/credentials/jwt";

import "./tests/experimental/switch-base-url";
import "./tests/experimental/base-url";

import "./tests/sync/app";
import "./tests/sync/asymmetric";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import { expect } from "chai";
import { App } from "realm";
import "realm/experimental/switch-base-url";
import "realm/experimental/base-url";

describe("Experimental", () => {
it("switches base URL", function (this: Mocha.Context) {
Expand Down
6 changes: 3 additions & 3 deletions packages/realm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"node": "./dist/platform/node/index.js",
"react-native": "./index.react-native.js"
},
"./experimental/switch-base-url": {
"types": "./dist/public-types/experimental/switch-base-url.d.ts",
"default": "./dist/experimental/switch-base-url.js"
"./experimental/base-url": {
"types": "./dist/public-types/experimental/base-url.d.ts",
"default": "./dist/experimental/base-url.js"
},
"./scripts/submit-analytics": "./scripts/submit-analytics.mjs",
"./react-native.config.js": "./react-native.config.js",
Expand Down
File renamed without changes.

0 comments on commit d885671

Please sign in to comment.