@salesforce/lds-runtime-mobile 1.112.2 → 1.114.0

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.
@@ -1,4 +1,4 @@
1
- import type { SqliteStorePlugin } from 'packages/lds-mobile-nimbus-plugins/dist';
1
+ import type { SqliteStorePlugin } from '@salesforce/nimbus-plugin-lds';
2
2
  import { AbstractKeyValueDataTable } from './AbstractKeyValueDataTable';
3
3
  export declare class LdsDraftIdMapDataTable extends AbstractKeyValueDataTable {
4
4
  constructor(plugin: SqliteStorePlugin);
@@ -1,4 +1,4 @@
1
- import type { SqliteStorePlugin } from 'packages/lds-mobile-nimbus-plugins/dist';
1
+ import type { SqliteStorePlugin } from '@salesforce/nimbus-plugin-lds';
2
2
  import { AbstractKeyValueDataTable } from './AbstractKeyValueDataTable';
3
3
  export declare class LdsDraftsDataTable extends AbstractKeyValueDataTable {
4
4
  constructor(plugin: SqliteStorePlugin);
package/dist/main.js CHANGED
@@ -15585,4 +15585,4 @@ register({
15585
15585
  });
15586
15586
 
15587
15587
  export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
15588
- // version: 1.112.2-9a4fdc6da
15588
+ // version: 1.114.0-4ac6a5a61
@@ -0,0 +1 @@
1
+ export { MockNimbusBinaryStorePlugin, mockNimbusBinaryStorePlugin, } from './__tests__/MockNimbusBinaryStorePlugin.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-mobile",
3
- "version": "1.112.2",
3
+ "version": "1.114.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS runtime for mobile/hybrid environments.",
6
6
  "main": "dist/main.js",
@@ -32,10 +32,10 @@
32
32
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-mobile"
33
33
  },
34
34
  "dependencies": {
35
- "@salesforce/lds-adapters-uiapi": "^1.112.2",
36
- "@salesforce/lds-bindings": "^1.112.2",
37
- "@salesforce/lds-instrumentation": "^1.112.2",
38
- "@salesforce/lds-priming": "^1.112.2",
35
+ "@salesforce/lds-adapters-uiapi": "^1.114.0",
36
+ "@salesforce/lds-bindings": "^1.114.0",
37
+ "@salesforce/lds-instrumentation": "^1.114.0",
38
+ "@salesforce/lds-priming": "^1.114.0",
39
39
  "@salesforce/user": "0.0.12",
40
40
  "o11y": "244.0.0"
41
41
  },
@@ -43,16 +43,16 @@
43
43
  "@luvio/engine": "0.137.1",
44
44
  "@luvio/environments": "0.137.1",
45
45
  "@luvio/graphql-parser": "0.137.1",
46
- "@salesforce/lds-adapters-graphql": "^1.112.2",
47
- "@salesforce/lds-drafts": "^1.112.2",
48
- "@salesforce/lds-drafts-adapters-uiapi": "^1.112.2",
49
- "@salesforce/lds-graphql-eval": "^1.112.2",
50
- "@salesforce/lds-network-adapter": "^1.112.2",
51
- "@salesforce/lds-network-nimbus": "^1.112.2",
52
- "@salesforce/lds-store-binary": "^1.112.2",
53
- "@salesforce/lds-store-sql": "^1.112.2",
54
- "@salesforce/lds-utils-adapters": "^1.112.2",
55
- "@salesforce/nimbus-plugin-lds": "^1.112.2",
46
+ "@salesforce/lds-adapters-graphql": "^1.114.0",
47
+ "@salesforce/lds-drafts": "^1.114.0",
48
+ "@salesforce/lds-drafts-adapters-uiapi": "^1.114.0",
49
+ "@salesforce/lds-graphql-eval": "^1.114.0",
50
+ "@salesforce/lds-network-adapter": "^1.114.0",
51
+ "@salesforce/lds-network-nimbus": "^1.114.0",
52
+ "@salesforce/lds-store-binary": "^1.114.0",
53
+ "@salesforce/lds-store-sql": "^1.114.0",
54
+ "@salesforce/lds-utils-adapters": "^1.114.0",
55
+ "@salesforce/nimbus-plugin-lds": "^1.114.0",
56
56
  "babel-plugin-dynamic-import-node": "^2.3.3",
57
57
  "wait-for-expect": "^3.0.2"
58
58
  },
@@ -1,4 +1,4 @@
1
- import type { SqliteStorePlugin } from 'packages/lds-mobile-nimbus-plugins/dist';
1
+ import type { SqliteStorePlugin } from '@salesforce/nimbus-plugin-lds';
2
2
  import { AbstractKeyValueDataTable } from './AbstractKeyValueDataTable';
3
3
  export declare class LdsDraftIdMapDataTable extends AbstractKeyValueDataTable {
4
4
  constructor(plugin: SqliteStorePlugin);
@@ -1,4 +1,4 @@
1
- import type { SqliteStorePlugin } from 'packages/lds-mobile-nimbus-plugins/dist';
1
+ import type { SqliteStorePlugin } from '@salesforce/nimbus-plugin-lds';
2
2
  import { AbstractKeyValueDataTable } from './AbstractKeyValueDataTable';
3
3
  export declare class LdsDraftsDataTable extends AbstractKeyValueDataTable {
4
4
  constructor(plugin: SqliteStorePlugin);
package/sfdc/main.js CHANGED
@@ -15585,4 +15585,4 @@ register({
15585
15585
  });
15586
15586
 
15587
15587
  export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
15588
- // version: 1.112.2-9a4fdc6da
15588
+ // version: 1.114.0-4ac6a5a61
@@ -0,0 +1 @@
1
+ export { MockNimbusBinaryStorePlugin, mockNimbusBinaryStorePlugin, } from './__tests__/MockNimbusBinaryStorePlugin.js';