@luvio/environments 0.135.3 → 0.136.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.
@@ -890,6 +890,4 @@
890
890
  exports.makeDurable = makeDurable;
891
891
  exports.publishDurableStoreEntries = publishDurableStoreEntries;
892
892
 
893
- Object.defineProperty(exports, '__esModule', { value: true });
894
-
895
893
  }));
@@ -1048,6 +1048,4 @@
1048
1048
  exports.makeDurable = makeDurable;
1049
1049
  exports.publishDurableStoreEntries = publishDurableStoreEntries;
1050
1050
 
1051
- Object.defineProperty(exports, '__esModule', { value: true });
1052
-
1053
1051
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.135.3",
3
+ "version": "0.136.0",
4
4
  "description": "Luvio Environments",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "dist/"
16
16
  ],
17
17
  "scripts": {
18
- "build": "rollup --config rollup.config.js",
18
+ "build": "rollup --bundleConfigAsCjs --config rollup.config.js",
19
19
  "clean": "rm -rf dist",
20
20
  "test": "jest",
21
21
  "test:debug": "node --inspect-brk ../../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand",
@@ -23,7 +23,10 @@
23
23
  "watch": "yarn build --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@luvio/engine": "^0.135.3"
26
+ "@luvio/engine": "^0.136.0"
27
+ },
28
+ "volta": {
29
+ "extends": "../../../package.json"
27
30
  },
28
31
  "bundlesize": [
29
32
  {