scratch-storage 2.1.0 → 2.2.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.
- package/.nyc_output/c826ae6b-4ae2-4d8e-bdb2-162df5761fa7.json +1 -0
- package/.nyc_output/ec2d52a1-5131-4dd0-9c23-59106f297082.json +1 -0
- package/.nyc_output/processinfo/c826ae6b-4ae2-4d8e-bdb2-162df5761fa7.json +1 -0
- package/.nyc_output/processinfo/ec2d52a1-5131-4dd0-9c23-59106f297082.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 +2933 -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 +1149 -85
- package/dist/web/scratch-storage.js.map +1 -1
- package/dist/web/scratch-storage.min.js +1149 -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 +14 -7
- package/src/FetchWorkerTool.worker.js +6 -10
- package/src/scratchFetch.js +86 -0
- package/test/mocks/mockFetch.js +64 -0
- package/test/unit/fetch-tool.js +27 -44
- package/test/unit/metadata.js +136 -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":263,"argv":["/usr/local/bin/node","/home/circleci/project/node_modules/.bin/tap","./test/integration/download-known-assets.js"],"execArgv":[],"cwd":"/home/circleci/project","time":1679325567414,"ppid":252,"coverageFilename":"/home/circleci/project/.nyc_output/c826ae6b-4ae2-4d8e-bdb2-162df5761fa7.json","externalId":"","uuid":"c826ae6b-4ae2-4d8e-bdb2-162df5761fa7","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"c826ae6b-4ae2-4d8e-bdb2-162df5761fa7","pid":274,"argv":["/usr/local/bin/node","/home/circleci/project/test/integration/download-known-assets.js"],"execArgv":[],"cwd":"/home/circleci/project","time":1679325568227,"ppid":263,"coverageFilename":"/home/circleci/project/.nyc_output/ec2d52a1-5131-4dd0-9c23-59106f297082.json","externalId":"./test/integration/download-known-assets.js","uuid":"ec2d52a1-5131-4dd0-9c23-59106f297082","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"processes":{"c826ae6b-4ae2-4d8e-bdb2-162df5761fa7":{"parent":null,"children":["ec2d52a1-5131-4dd0-9c23-59106f297082"]},"ec2d52a1-5131-4dd0-9c23-59106f297082":{"parent":"c826ae6b-4ae2-4d8e-bdb2-162df5761fa7","externalId":"./test/integration/download-known-assets.js","children":[]}},"files":{},"externalIds":{"./test/integration/download-known-assets.js":{"root":"ec2d52a1-5131-4dd0-9c23-59106f297082","children":[]}}}
|