@atlaspack/rust 3.0.1-dev.107 → 3.0.1-dev.118

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.
Binary file
Binary file
package/index.js.flow CHANGED
@@ -71,16 +71,22 @@ export type AtlaspackNapiOptions = {|
71
71
 
72
72
  // AtlaspackNapi
73
73
  export type AtlaspackNapi = {||};
74
- declare export function atlaspackNapiCreate(options: AtlaspackNapiOptions, lmdb: mixed): Promise<AtlaspackNapi>;
75
- declare export function atlaspackNapiBuildAssetGraph(atlaspack: AtlaspackNapi): Promise<any>;
76
- declare export function atlaspackNapiRespondToFsEvents(atlaspack: AtlaspackNapi, events: WatchEvents): boolean;
74
+ declare export function atlaspackNapiCreate(
75
+ options: AtlaspackNapiOptions,
76
+ lmdb: mixed,
77
+ ): Promise<AtlaspackNapi>;
78
+ declare export function atlaspackNapiBuildAssetGraph(
79
+ atlaspack: AtlaspackNapi,
80
+ ): Promise<any>;
81
+ declare export function atlaspackNapiRespondToFsEvents(
82
+ atlaspack: AtlaspackNapi,
83
+ events: WatchEvents,
84
+ ): boolean;
77
85
  // AtlaspackNapi
78
86
 
79
87
  declare export function getAvailableThreads(): number;
80
88
 
81
- declare export function newNodejsWorker(
82
- delegate: any,
83
- ): Transferable;
89
+ declare export function newNodejsWorker(delegate: any): Transferable;
84
90
 
85
91
  declare export function initializeMonitoring(): void;
86
92
  declare export function closeMonitoring(): void;
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "3.0.1-dev.107+4f5d524fd",
3
+ "version": "3.0.1-dev.118+f615781c0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "test": "mocha"
35
35
  },
36
36
  "type": "commonjs",
37
- "gitHead": "4f5d524fdb28f9955f3a26abe0115d7545eb41f4"
37
+ "gitHead": "f615781c07b16806135476593869793c64e9f4b6"
38
38
  }