Skip to content

Commit adabaff

Browse files
authored
Merge pull request #20 from anvilco/df/publish-better
publish better
2 parents 70787c9 + 57401aa commit adabaff

File tree

3 files changed

+77
-5
lines changed

3 files changed

+77
-5
lines changed

packages/anvil-embed-frame/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Merged
88

9-
- [Breaking] Version 2.0 [`#16`](https://github.com/anvilco/react-ui/pull/16)
9+
- [Breaking] Update dependencies [`#16`](https://github.com/anvilco/react-ui/pull/16)
1010

1111
### Commits
1212

packages/anvil-embed-frame/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anvilco/anvil-embed-frame",
3-
"version": "2.0.0",
3+
"version": "2.1.1",
44
"description": "The AnvilEmbedFrame React component for embedded Etch signatures and Workflows.",
55
"author": "Anvil Foundry Inc.",
66
"license": "MIT",
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"build": "tsc && webpack --mode production",
1111
"build:changelog": "yarn auto-changelog",
12+
"prepack": "rimraf dist && yarn build",
1213
"pack": "yarn pack",
1314
"version": "yarn build:changelog && git add CHANGELOG.md",
1415
"test": "yarn mocha --config ./test/mocha.js",
@@ -40,6 +41,7 @@
4041
"prop-types": "^15.8.1",
4142
"react": "^18.2.0",
4243
"react-dom": "^18.2.0",
44+
"rimraf": "5.0.5",
4345
"typescript": "^5.2.2"
4446
},
4547
"peerDependencies": {

yarn.lock

Lines changed: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4178,6 +4178,17 @@ glob@^10.2.2:
41784178
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
41794179
path-scurry "^1.10.1"
41804180

4181+
glob@^10.3.7:
4182+
version "10.3.12"
4183+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
4184+
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
4185+
dependencies:
4186+
foreground-child "^3.1.0"
4187+
jackspeak "^2.3.6"
4188+
minimatch "^9.0.1"
4189+
minipass "^7.0.4"
4190+
path-scurry "^1.10.2"
4191+
41814192
glob@^7.1.3, glob@^7.1.4:
41824193
version "7.2.3"
41834194
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4907,6 +4918,15 @@ jackspeak@^2.0.3:
49074918
optionalDependencies:
49084919
"@pkgjs/parseargs" "^0.11.0"
49094920

4921+
jackspeak@^2.3.6:
4922+
version "2.3.6"
4923+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
4924+
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
4925+
dependencies:
4926+
"@isaacs/cliui" "^8.0.2"
4927+
optionalDependencies:
4928+
"@pkgjs/parseargs" "^0.11.0"
4929+
49104930
jake@^10.8.5:
49114931
version "10.8.7"
49124932
resolved "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -5355,6 +5375,11 @@ loupe@^2.3.1:
53555375
dependencies:
53565376
get-func-name "^2.0.0"
53575377

5378+
lru-cache@^10.2.0:
5379+
version "10.2.0"
5380+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
5381+
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
5382+
53585383
lru-cache@^5.1.1:
53595384
version "5.1.1"
53605385
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5619,6 +5644,11 @@ minipass@^5.0.0:
56195644
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
56205645
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
56215646

5647+
minipass@^7.0.4:
5648+
version "7.0.4"
5649+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
5650+
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
5651+
56225652
minizlib@^2.1.1, minizlib@^2.1.2:
56235653
version "2.1.2"
56245654
resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -6416,6 +6446,14 @@ path-scurry@^1.10.1, path-scurry@^1.6.1:
64166446
lru-cache "^9.1.1 || ^10.0.0"
64176447
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
64186448

6449+
path-scurry@^1.10.2:
6450+
version "1.10.2"
6451+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
6452+
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
6453+
dependencies:
6454+
lru-cache "^10.2.0"
6455+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6456+
64196457
path-to-regexp@^1.7.0:
64206458
version "1.8.0"
64216459
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
@@ -7012,6 +7050,13 @@ reusify@^1.0.4:
70127050
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
70137051
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
70147052

7053+
7054+
version "5.0.5"
7055+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
7056+
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
7057+
dependencies:
7058+
glob "^10.3.7"
7059+
70157060
rimraf@^3.0.0, rimraf@^3.0.2:
70167061
version "3.0.2"
70177062
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -7377,7 +7422,16 @@ ssri@^9.0.1:
73777422
dependencies:
73787423
minipass "^3.1.1"
73797424

7380-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7425+
"string-width-cjs@npm:string-width@^4.2.0":
7426+
version "4.2.3"
7427+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7428+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7429+
dependencies:
7430+
emoji-regex "^8.0.0"
7431+
is-fullwidth-code-point "^3.0.0"
7432+
strip-ansi "^6.0.1"
7433+
7434+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
73817435
version "4.2.3"
73827436
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73837437
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7451,7 +7505,14 @@ string_decoder@~1.1.1:
74517505
dependencies:
74527506
safe-buffer "~5.1.0"
74537507

7454-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7508+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7509+
version "6.0.1"
7510+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7511+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7512+
dependencies:
7513+
ansi-regex "^5.0.1"
7514+
7515+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74557516
version "6.0.1"
74567517
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74577518
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8178,7 +8239,7 @@ [email protected]:
81788239
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
81798240
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
81808241

8181-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8242+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
81828243
version "7.0.0"
81838244
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
81848245
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8196,6 +8257,15 @@ wrap-ansi@^6.0.1:
81968257
string-width "^4.1.0"
81978258
strip-ansi "^6.0.0"
81988259

8260+
wrap-ansi@^7.0.0:
8261+
version "7.0.0"
8262+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8263+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8264+
dependencies:
8265+
ansi-styles "^4.0.0"
8266+
string-width "^4.1.0"
8267+
strip-ansi "^6.0.0"
8268+
81998269
wrap-ansi@^8.1.0:
82008270
version "8.1.0"
82018271
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)