@atlaspack/rust 3.9.0 → 3.9.1

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/index.d.ts CHANGED
@@ -116,6 +116,7 @@ export interface FileSystem {
116
116
  extensions?: Array<string>
117
117
  packageExports: boolean
118
118
  typescript?: boolean
119
+ reduceStringCreation?: boolean
119
120
  }
120
121
  export interface ResolveOptions {
121
122
  filename: string
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"