-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from TessavWalstijn/develop
Release v3.0.1
- Loading branch information
Showing
11 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: TessavWalstijn | ||
ko_fi: tess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Pull Request browser-id test' | ||
name: 'Pull Request browser-agent test' | ||
|
||
on: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,4 +151,5 @@ dist | |
*.sw? | ||
|
||
# Ignore collection generated code | ||
collection | ||
collection/* | ||
!collection/.gitkeep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "browser-agent/collection", | ||
"name": "browser-agent-collection", | ||
"description": "Use userAgent collection of browser-agent", | ||
"type": "module", | ||
"repository": "[email protected]:TessavWalstijn/browser-id.git", | ||
"repository": "[email protected]:TessavWalstijn/browser-agent.git", | ||
"author": "TessavWalstijn <[email protected]>", | ||
"license": "MIT", | ||
"types": "./dist/userAgents.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "browser-agent", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Get users browser & os information (Uses userAgent)", | ||
"type": "module", | ||
"repository": "[email protected]:TessavWalstijn/browser-agent.git", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"main": "./dist/index.cjs", | ||
"scripts": { | ||
"collection:update": "ts-node --project tsconfig.dev.json ./build/collection", | ||
"collection:update": "node ./build/collection", | ||
"collection:build": "cd ./collection && tsup ../source/browsers/userAgents.ts --format esm,cjs,iife --dts", | ||
"collection:publish": "cd ./collection && npm publish --access public", | ||
"dev": "ts-node --project tsconfig.dev.json ./source/dev", | ||
|