scratch-storage 2.1.0 → 2.2.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/.nyc_output/f1105466-7461-4f73-8b18-ee824eb652b1.json +1 -0
- package/.nyc_output/fd8f05df-43a0-4695-b45d-f4877b37f387.json +1 -0
- package/.nyc_output/processinfo/f1105466-7461-4f73-8b18-ee824eb652b1.json +1 -0
- package/.nyc_output/processinfo/fd8f05df-43a0-4695-b45d-f4877b37f387.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -0
- package/dist/node/8c63ecb0448dfbb8e804.worker.js +4187 -0
- package/dist/node/8c63ecb0448dfbb8e804.worker.js.map +1 -0
- package/dist/node/scratch-storage.js +2992 -142
- package/dist/node/scratch-storage.js.map +1 -1
- package/dist/web/90c5db0dff5ca2a36ff6.worker.js +743 -0
- package/dist/web/90c5db0dff5ca2a36ff6.worker.js.map +1 -0
- package/dist/web/scratch-storage.js +1208 -85
- package/dist/web/scratch-storage.js.map +1 -1
- package/dist/web/scratch-storage.min.js +1208 -85
- package/dist/web/scratch-storage.min.js.map +1 -1
- package/package.json +9 -4
- package/src/FetchTool.js +17 -13
- package/src/FetchWorkerTool.js +21 -7
- package/src/FetchWorkerTool.worker.js +6 -10
- package/src/ScratchStorage.js +9 -0
- package/src/scratchFetch.js +113 -0
- package/test/mocks/mock-fetch.js +69 -0
- package/test/unit/fetch-tool.js +23 -43
- package/test/unit/metadata.js +147 -0
- package/webpack.config.js +9 -8
- package/dist/node/f98711f696b187f5e007.worker.js +0 -1906
- package/dist/node/f98711f696b187f5e007.worker.js.map +0 -1
- package/dist/web/01b4fbd4d14a4f22cab8.worker.js +0 -190
- package/dist/web/01b4fbd4d14a4f22cab8.worker.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":257,"argv":["/usr/local/bin/node","/home/circleci/project/node_modules/.bin/tap","./test/integration/download-known-assets.js"],"execArgv":[],"cwd":"/home/circleci/project","time":1680278197547,"ppid":246,"coverageFilename":"/home/circleci/project/.nyc_output/f1105466-7461-4f73-8b18-ee824eb652b1.json","externalId":"","uuid":"f1105466-7461-4f73-8b18-ee824eb652b1","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"f1105466-7461-4f73-8b18-ee824eb652b1","pid":268,"argv":["/usr/local/bin/node","/home/circleci/project/test/integration/download-known-assets.js"],"execArgv":[],"cwd":"/home/circleci/project","time":1680278198785,"ppid":257,"coverageFilename":"/home/circleci/project/.nyc_output/fd8f05df-43a0-4695-b45d-f4877b37f387.json","externalId":"./test/integration/download-known-assets.js","uuid":"fd8f05df-43a0-4695-b45d-f4877b37f387","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"processes":{"f1105466-7461-4f73-8b18-ee824eb652b1":{"parent":null,"children":["fd8f05df-43a0-4695-b45d-f4877b37f387"]},"fd8f05df-43a0-4695-b45d-f4877b37f387":{"parent":"f1105466-7461-4f73-8b18-ee824eb652b1","externalId":"./test/integration/download-known-assets.js","children":[]}},"files":{},"externalIds":{"./test/integration/download-known-assets.js":{"root":"fd8f05df-43a0-4695-b45d-f4877b37f387","children":[]}}}
|