Skip to content

Commit

Permalink
v2 update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Oct 25, 2022
1 parent f142f8b commit 0d03dca
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions sub/.pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions sub/main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
const { v4: uuidv4 } = require('uuid');
const random = require('random')

console.log(uuidv4())
console.log(random.int(20,30))
1 change: 1 addition & 0 deletions sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "subproject",
"packageManager": "[email protected]",
"dependencies": {
"random": "^3.0.6",
"uuid": "^9.0.0"
}
}
17 changes: 17 additions & 0 deletions sub/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,27 @@ __metadata:
version: 6
cacheKey: 8

"random@npm:^3.0.6":
version: 3.0.6
resolution: "random@npm:3.0.6"
dependencies:
seedrandom: ^3.0.5
checksum: 3e900ebadafda77e6e321180e1f813a08adbed35dcc0d283fea4d73ddd82eaabd5aa1c26ce251d6e7e3205650ae5d9210a82be058b03e4607eb3ae53adb8798b
languageName: node
linkType: hard

"seedrandom@npm:^3.0.5":
version: 3.0.5
resolution: "seedrandom@npm:3.0.5"
checksum: 728b56bc3bc1b9ddeabd381e449b51cb31bdc0aa86e27fcd0190cea8c44613d5bcb2f6bb63ed79f78180cbe791c20b8ec31a9627f7b7fc7f476fd2bdb7e2da9f
languageName: node
linkType: hard

"subproject@workspace:.":
version: 0.0.0-use.local
resolution: "subproject@workspace:."
dependencies:
random: ^3.0.6
uuid: ^9.0.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 0d03dca

Please sign in to comment.