Skip to content

Commit

Permalink
build(deps): bump @flex-development/errnode from 1.0.1 to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jan 1, 2023
1 parent e6343ee commit 4c11bde
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typecheck:watch": "vitest typecheck"
},
"dependencies": {
"@flex-development/errnode": "1.0.1",
"@flex-development/errnode": "1.2.0",
"@flex-development/tutils": "6.0.0-alpha.7"
},
"devDependencies": {
Expand Down
36 changes: 0 additions & 36 deletions src/internal/__tests__/err-invalid-arg-type.spec.ts

This file was deleted.

51 changes: 0 additions & 51 deletions src/internal/err-invalid-arg-type.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/internal/validate-object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @module pathe/internal/validateObject
*/

import ERR_INVALID_ARG_TYPE from './err-invalid-arg-type'
import { ERR_INVALID_ARG_TYPE } from '@flex-development/errnode'

/**
* Checks if `value` is an object.
Expand Down
2 changes: 1 addition & 1 deletion src/internal/validate-string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @module pathe/internal/validateString
*/

import ERR_INVALID_ARG_TYPE from './err-invalid-arg-type'
import { ERR_INVALID_ARG_TYPE } from '@flex-development/errnode'

/**
* Checks if `value` is a string.
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -972,13 +972,15 @@ __metadata:
languageName: node
linkType: hard

"@flex-development/errnode@npm:1.0.1":
version: 1.0.1
resolution: "@flex-development/errnode@npm:1.0.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ferrnode%2F1.0.1%2F3314864efc1693b9103051546d4e4e16a21267b2"
"@flex-development/errnode@npm:1.2.0":
version: 1.2.0
resolution: "@flex-development/errnode@npm:1.2.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ferrnode%2F1.2.0%2F8e54e66e637d392299cd2d422224da9cf5d16cab"
dependencies:
"@flex-development/tutils": "npm:6.0.0-alpha.7"
node-inspect-extracted: "npm:2.0.0"
checksum: 41af0fa70b37d9c8e53b652f63c96183145134d6caf694d04b85afc18c58693263e05b10c89ef38e6d7093bf83fe5e8b8ca250d247d2ff68ceff2df876336242
peerDependencies:
"@types/node": ">=14"
checksum: 2a81fe290873db979a83bc0dbe1d645f4d73a88a8f0258412b43d55406a2a47384c13c97e176c5985890912e40ac16a2c3173f314c0a2d3f663d870c63d7d2b8
languageName: node
linkType: hard

Expand Down Expand Up @@ -1039,7 +1041,7 @@ __metadata:
"@commitlint/cli": "npm:17.3.0"
"@commitlint/config-conventional": "npm:17.3.0"
"@faker-js/faker": "npm:7.6.0"
"@flex-development/errnode": "npm:1.0.1"
"@flex-development/errnode": "npm:1.2.0"
"@flex-development/mkbuild": "npm:1.0.0-alpha.9"
"@flex-development/tutils": "npm:6.0.0-alpha.7"
"@graphql-eslint/eslint-plugin": "npm:3.14.3"
Expand Down

0 comments on commit 4c11bde

Please sign in to comment.