@kedaruma/revlm-client 1.0.54 → 1.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ var require_package = __commonJS({
|
|
|
8
8
|
"package.json"(exports, module) {
|
|
9
9
|
module.exports = {
|
|
10
10
|
name: "@kedaruma/revlm-client",
|
|
11
|
-
version: "1.0.
|
|
11
|
+
version: "1.0.55",
|
|
12
12
|
private: false,
|
|
13
13
|
description: "TypeScript client SDK for talking to the Revlm server replacement for MongoDB Realm.",
|
|
14
14
|
keywords: [
|
|
@@ -66,7 +66,7 @@ var require_package = __commonJS({
|
|
|
66
66
|
scripts: {
|
|
67
67
|
build: "tsup src/index.ts src/revlm-compat.ts src/rn-setup.ts --format cjs,esm --dts --tsconfig tsconfig.build.json",
|
|
68
68
|
clean: "rm -rf dist node_modules kedaruma-revlm-client-*.tgz",
|
|
69
|
-
test: "pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
69
|
+
test: "NODE_OPTIONS=--experimental-vm-modules pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
70
70
|
},
|
|
71
71
|
dependencies: {
|
|
72
72
|
"@kedaruma/revlm-shared": "workspace:*",
|
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ var require_package = __commonJS({
|
|
|
35
35
|
"package.json"(exports2, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
name: "@kedaruma/revlm-client",
|
|
38
|
-
version: "1.0.
|
|
38
|
+
version: "1.0.55",
|
|
39
39
|
private: false,
|
|
40
40
|
description: "TypeScript client SDK for talking to the Revlm server replacement for MongoDB Realm.",
|
|
41
41
|
keywords: [
|
|
@@ -93,7 +93,7 @@ var require_package = __commonJS({
|
|
|
93
93
|
scripts: {
|
|
94
94
|
build: "tsup src/index.ts src/revlm-compat.ts src/rn-setup.ts --format cjs,esm --dts --tsconfig tsconfig.build.json",
|
|
95
95
|
clean: "rm -rf dist node_modules kedaruma-revlm-client-*.tgz",
|
|
96
|
-
test: "pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
96
|
+
test: "NODE_OPTIONS=--experimental-vm-modules pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
97
97
|
},
|
|
98
98
|
dependencies: {
|
|
99
99
|
"@kedaruma/revlm-shared": "workspace:*",
|
package/dist/index.mjs
CHANGED
package/dist/revlm-compat.js
CHANGED
|
@@ -35,7 +35,7 @@ var require_package = __commonJS({
|
|
|
35
35
|
"package.json"(exports2, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
name: "@kedaruma/revlm-client",
|
|
38
|
-
version: "1.0.
|
|
38
|
+
version: "1.0.55",
|
|
39
39
|
private: false,
|
|
40
40
|
description: "TypeScript client SDK for talking to the Revlm server replacement for MongoDB Realm.",
|
|
41
41
|
keywords: [
|
|
@@ -93,7 +93,7 @@ var require_package = __commonJS({
|
|
|
93
93
|
scripts: {
|
|
94
94
|
build: "tsup src/index.ts src/revlm-compat.ts src/rn-setup.ts --format cjs,esm --dts --tsconfig tsconfig.build.json",
|
|
95
95
|
clean: "rm -rf dist node_modules kedaruma-revlm-client-*.tgz",
|
|
96
|
-
test: "pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
96
|
+
test: "NODE_OPTIONS=--experimental-vm-modules pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
97
97
|
},
|
|
98
98
|
dependencies: {
|
|
99
99
|
"@kedaruma/revlm-shared": "workspace:*",
|
package/dist/revlm-compat.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kedaruma/revlm-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.55",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "TypeScript client SDK for talking to the Revlm server replacement for MongoDB Realm.",
|
|
6
6
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"bson": "^6.10.4",
|
|
60
60
|
"dotenv": "^17.2.3",
|
|
61
|
-
"@kedaruma/revlm-shared": "1.0.
|
|
61
|
+
"@kedaruma/revlm-shared": "1.0.10"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.5.1"
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build": "tsup src/index.ts src/revlm-compat.ts src/rn-setup.ts --format cjs,esm --dts --tsconfig tsconfig.build.json",
|
|
68
68
|
"clean": "rm -rf dist node_modules kedaruma-revlm-client-*.tgz",
|
|
69
|
-
"test": "pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
69
|
+
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm exec jest --config ../../jest.config.cjs packages/revlm-client/src/__tests__/ --runInBand --watchman=false --verbose"
|
|
70
70
|
}
|
|
71
71
|
}
|