@dxos/lock-file 0.8.2-staging.7ac8446 → 0.8.2-staging.8c95c61
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/dist/lib/node/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/common/lock-file/src/lock-file.ts":{"bytes":
|
|
1
|
+
{"inputs":{"packages/common/lock-file/src/lock-file.ts":{"bytes":4415,"imports":[{"path":"fs-ext","kind":"import-statement","external":true},{"path":"node:fs","kind":"import-statement","external":true},{"path":"node:fs/promises","kind":"import-statement","external":true}],"format":"esm"},"packages/common/lock-file/src/index.ts":{"bytes":470,"imports":[{"path":"packages/common/lock-file/src/lock-file.ts","kind":"import-statement","original":"./lock-file"}],"format":"esm"}},"outputs":{"packages/common/lock-file/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2340},"packages/common/lock-file/dist/lib/node/index.cjs":{"imports":[{"path":"fs-ext","kind":"import-statement","external":true},{"path":"node:fs","kind":"import-statement","external":true},{"path":"node:fs/promises","kind":"import-statement","external":true}],"exports":["LockFile"],"entryPoint":"packages/common/lock-file/src/index.ts","inputs":{"packages/common/lock-file/src/lock-file.ts":{"bytesInOutput":1030},"packages/common/lock-file/src/index.ts":{"bytesInOutput":0}},"bytes":1134}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/common/lock-file/src/lock-file.ts":{"bytes":
|
|
1
|
+
{"inputs":{"packages/common/lock-file/src/lock-file.ts":{"bytes":4415,"imports":[{"path":"fs-ext","kind":"import-statement","external":true},{"path":"node:fs","kind":"import-statement","external":true},{"path":"node:fs/promises","kind":"import-statement","external":true}],"format":"esm"},"packages/common/lock-file/src/index.ts":{"bytes":470,"imports":[{"path":"packages/common/lock-file/src/lock-file.ts","kind":"import-statement","original":"./lock-file"}],"format":"esm"}},"outputs":{"packages/common/lock-file/dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2342},"packages/common/lock-file/dist/lib/node-esm/index.mjs":{"imports":[{"path":"fs-ext","kind":"import-statement","external":true},{"path":"node:fs","kind":"import-statement","external":true},{"path":"node:fs/promises","kind":"import-statement","external":true}],"exports":["LockFile"],"entryPoint":"packages/common/lock-file/src/index.ts","inputs":{"packages/common/lock-file/src/lock-file.ts":{"bytesInOutput":1030},"packages/common/lock-file/src/index.ts":{"bytesInOutput":0}},"bytes":1227}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"5.
|
|
1
|
+
{"version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/lock-file",
|
|
3
|
-
"version": "0.8.2-staging.
|
|
3
|
+
"version": "0.8.2-staging.8c95c61",
|
|
4
4
|
"description": "Lock file .",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"fs-ext": "^2.0.0",
|
|
27
|
-
"@dxos/async": "0.8.2-staging.
|
|
28
|
-
"@dxos/node-std": "0.8.2-staging.
|
|
27
|
+
"@dxos/async": "0.8.2-staging.8c95c61",
|
|
28
|
+
"@dxos/node-std": "0.8.2-staging.8c95c61"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/fs-ext": "^2.0.0"
|