@salesforce/lds-network-nimbus 1.234.0 → 1.236.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -0
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -133,6 +133,7 @@ function buildLdsResponse(response) {
133
133
  }
134
134
 
135
135
  // so eslint doesn't complain about nimbus
136
+ /* global __nimbus */
136
137
  const tasker = idleDetector.declareNotifierTaskMulti('NimbusNetworkAdapter');
137
138
  const NimbusNetworkAdapter = (request, resourceRequestContext) => {
138
139
  tasker.add();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-nimbus",
3
- "version": "1.234.0",
3
+ "version": "1.236.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "A nimbus-plugin-based implementation of the Luvio NetworkAdapter.",
6
6
  "main": "dist/main.js",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "scripts": {
20
20
  "prepare": "yarn build",
21
- "build": "rollup --config rollup.config.js",
21
+ "build": "rollup --bundleConfigAsCjs --config rollup.config.js",
22
22
  "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
23
23
  "test:unit": "NODE_ENV=production jest",
24
24
  "test:size": "luvioBundlesize",
25
25
  "clean": "rm -rf dist"
26
26
  },
27
27
  "dependencies": {
28
- "@luvio/engine": "0.147.1",
28
+ "@luvio/engine": "0.148.1",
29
29
  "@salesforce/lds-instrumentation": "*",
30
30
  "o11y": "242.8.3"
31
31
  },