@naylence/runtime 0.3.5-test.6 → 0.3.5-test.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/runtime",
3
- "version": "0.3.5-test.6",
3
+ "version": "0.3.5-test.7",
4
4
  "type": "module",
5
5
  "description": "Naylence Runtime - Complete TypeScript runtime",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",
@@ -96,7 +96,12 @@
96
96
  "node:crypto": false,
97
97
  "node:url": false
98
98
  },
99
- "sideEffects": false,
99
+ "sideEffects": [
100
+ "**/*-factory.ts",
101
+ "**/*-factory.js",
102
+ "**/storage/index.ts",
103
+ "**/storage/index.js"
104
+ ],
100
105
  "files": [
101
106
  "dist",
102
107
  "README.md",