Skip to content

Commit

Permalink
@automattic/request-external-access: Bump version to 1.0.1 (#98545)
Browse files Browse the repository at this point in the history
* @automattic/request-external-access: Fix build

* @automattic/request-external-access: Bump version to 1.0.1-rc.1

* @automattic/request-external-access: Add @babel/runtime

* @automattic/request-external-access: Bump version to 1.0.1-rc.2

* @automattic/request-external-access: Bump version to 1.0.1
  • Loading branch information
arthur791004 authored Jan 17, 2025
1 parent aa56e4d commit 6d6d7e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/request-external-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/request-external-access",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility for requesting authorization of sharing services.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -30,11 +30,12 @@
],
"scripts": {
"clean": "rm -rf dist",
"build": "transpile",
"build": "run -T transpile",
"prepack": "yarn run clean && yarn run build"
},
"dependencies": {
"@automattic/popup-monitor": "workspace:^"
"@automattic/popup-monitor": "workspace:^",
"@babel/runtime": "^7.26.0"
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@ __metadata:
dependencies:
"@automattic/calypso-typescript-config": "workspace:^"
"@automattic/popup-monitor": "workspace:^"
"@babel/runtime": "npm:^7.26.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6d6d7e8

Please sign in to comment.