Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.4.0
 - @formatjs/cli-lib@6.0.1
 - @formatjs/cli@6.0.2
 - @formatjs/editor@2.0.21
 - eslint-plugin-formatjs@4.7.2
 - @formatjs/icu-messageformat-parser@2.3.0
 - @formatjs/intl-datetimeformat@6.5.0
 - @formatjs/intl-displaynames@6.2.5
 - @formatjs/intl-enumerator@1.2.0
 - @formatjs/intl-getcanonicallocales@2.1.0
 - @formatjs/intl-listformat@7.1.8
 - @formatjs/intl-locale@3.1.0
 - intl-messageformat@10.3.1
 - @formatjs/intl-numberformat@8.3.4
 - @formatjs/intl-pluralrules@5.1.9
 - @formatjs/intl-relativetimeformat@11.1.9
 - @formatjs/intl@2.6.6
 - react-intl@6.2.9
 - @formatjs/swc-plugin@1.4.20
 - @formatjs/ts-transformer@3.12.0
 - vue-intl@6.4.8
  • Loading branch information
longlho committed Feb 20, 2023
1 parent dbd5f8f commit 203e1a7
Show file tree
Hide file tree
Showing 43 changed files with 122 additions and 23 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.4.0](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.36...babel-plugin-formatjs@10.4.0) (2023-02-20)

### Features

* **babel-plugin-formatjs:** support $t by default ([f55cd1d](https://github.com/formatjs/formatjs/commit/f55cd1dadc0f01aba7a461357b061abae86d1d41))

## [10.3.36](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.35...babel-plugin-formatjs@10.3.36) (2023-01-30)

**Note:** Version bump only for package babel-plugin-formatjs
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-formatjs",
"version": "10.3.36",
"version": "10.4.0",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.0.0...@formatjs/cli-lib@6.0.1) (2023-02-20)

**Note:** Version bump only for package @formatjs/cli-lib

# [6.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@5.1.13...@formatjs/cli-lib@6.0.0) (2023-01-31)

* feat!(@formatjs/cli-lib): repurpose en-XB for bidi pseudo locale (#3978) ([32628df](https://github.com/formatjs/formatjs/commit/32628df8bdadc65c0417880fa923c2c0e9efe39e)), closes [#3978](https://github.com/formatjs/formatjs/issues/3978)
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli-lib",
"version": "6.0.0",
"version": "6.0.1",
"description": "Lib for CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.0.1...@formatjs/cli@6.0.2) (2023-02-20)

**Note:** Version bump only for package @formatjs/cli

## [6.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.0.0...@formatjs/cli@6.0.1) (2023-02-07)

**Note:** Version bump only for package @formatjs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "6.0.1",
"version": "6.0.2",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.21](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.20...@formatjs/editor@2.0.21) (2023-02-20)

**Note:** Version bump only for package @formatjs/editor

## [2.0.20](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.19...@formatjs/editor@2.0.20) (2023-02-07)

**Note:** Version bump only for package @formatjs/editor
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "2.0.20",
"version": "2.0.21",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin-formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.7.2](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.7.1...eslint-plugin-formatjs@4.7.2) (2023-02-20)

**Note:** Version bump only for package eslint-plugin-formatjs

## [4.7.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.7.0...eslint-plugin-formatjs@4.7.1) (2023-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "4.7.1",
"version": "4.7.2",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/icu-messageformat-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.2.0...@formatjs/icu-messageformat-parser@2.3.0) (2023-02-20)

### Features

* **@formatjs/icu-messageformat-parser:** throw err when trying to flatten a plural inside a tag ([dbd5f8f](https://github.com/formatjs/formatjs/commit/dbd5f8f9711e3da3b703e6ec7e98fdb9ba6def08))

# [2.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.1.14...@formatjs/icu-messageformat-parser@2.2.0) (2023-01-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/icu-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/icu-messageformat-parser",
"version": "2.2.0",
"version": "2.3.0",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-datetimeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.4.3...@formatjs/intl-datetimeformat@6.5.0) (2023-02-20)

### Features

* **@formatjs/intl-locale:** implement new proposal features for Intl.Locale ([#3955](https://github.com/formatjs/formatjs/issues/3955)) ([984f923](https://github.com/formatjs/formatjs/commit/984f923f298c578d7c138ca5ad9f12965d73a7d0))

## [6.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.4.2...@formatjs/intl-datetimeformat@6.4.3) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-datetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "6.4.3",
"version": "6.5.0",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-displaynames/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.2.4...@formatjs/intl-displaynames@6.2.5) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-displaynames

## [6.2.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.2.3...@formatjs/intl-displaynames@6.2.4) (2023-01-26)

**Note:** Version bump only for package @formatjs/intl-displaynames
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-displaynames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "6.2.4",
"version": "6.2.5",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-enumerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.1.10...@formatjs/intl-enumerator@1.2.0) (2023-02-20)

### Features

* **@formatjs/intl-locale:** implement new proposal features for Intl.Locale ([#3955](https://github.com/formatjs/formatjs/issues/3955)) ([984f923](https://github.com/formatjs/formatjs/commit/984f923f298c578d7c138ca5ad9f12965d73a7d0))

## [1.1.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.1.9...@formatjs/intl-enumerator@1.1.10) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-enumerator
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-enumerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-enumerator",
"version": "1.1.10",
"version": "1.2.0",
"description": "Intl.Enumerator polyfill",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-getcanonicallocales/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@2.0.5...@formatjs/intl-getcanonicallocales@2.1.0) (2023-02-20)

### Features

* **@formatjs/intl-getcanonicallocales:** expose polyfill-force variant ([#3997](https://github.com/formatjs/formatjs/issues/3997)) ([d513ce6](https://github.com/formatjs/formatjs/commit/d513ce6d662d4dda7fd00a02090b43b27af024f1))

## [2.0.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@2.0.4...@formatjs/intl-getcanonicallocales@2.0.5) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-getcanonicallocales
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-getcanonicallocales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-getcanonicallocales",
"version": "2.0.5",
"version": "2.1.0",
"description": "Intl.getCanonicalLocales polyfill",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-listformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.7...@formatjs/intl-listformat@7.1.8) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-listformat

## [7.1.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.6...@formatjs/intl-listformat@7.1.7) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-listformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "7.1.7",
"version": "7.1.8",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand Down
7 changes: 7 additions & 0 deletions packages/intl-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.0.11...@formatjs/intl-locale@3.1.0) (2023-02-20)

### Features

* **@formatjs/intl-locale:** add static read-only polyfilled property ([#3996](https://github.com/formatjs/formatjs/issues/3996)) ([a9b81c3](https://github.com/formatjs/formatjs/commit/a9b81c3cd012425d03810830f1eaf6709c76094a))
* **@formatjs/intl-locale:** implement new proposal features for Intl.Locale ([#3955](https://github.com/formatjs/formatjs/issues/3955)) ([984f923](https://github.com/formatjs/formatjs/commit/984f923f298c578d7c138ca5ad9f12965d73a7d0))

## [3.0.11](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.0.10...@formatjs/intl-locale@3.0.11) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "3.0.11",
"version": "3.1.0",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-messageformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.3.0...intl-messageformat@10.3.1) (2023-02-20)

**Note:** Version bump only for package intl-messageformat

# [10.3.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.2.6...intl-messageformat@10.3.0) (2023-01-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "10.3.0",
"version": "10.3.1",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-numberformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.3.3...@formatjs/intl-numberformat@8.3.4) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-numberformat

## [8.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.3.2...@formatjs/intl-numberformat@8.3.3) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-numberformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-numberformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-numberformat",
"version": "8.3.3",
"version": "8.3.4",
"description": "Ponyfill for ES2020 Intl.NumberFormat",
"keywords": [
"polyfill",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-pluralrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.1.8...@formatjs/intl-pluralrules@5.1.9) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-pluralrules

## [5.1.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.1.7...@formatjs/intl-pluralrules@5.1.8) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-pluralrules
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-pluralrules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-pluralrules",
"version": "5.1.8",
"version": "5.1.9",
"description": "Polyfill for Intl.PluralRules",
"keywords": [
"polyfill",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-relativetimeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.1.8...@formatjs/intl-relativetimeformat@11.1.9) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-relativetimeformat

## [11.1.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.1.7...@formatjs/intl-relativetimeformat@11.1.8) (2022-12-02)

**Note:** Version bump only for package @formatjs/intl-relativetimeformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-relativetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-relativetimeformat",
"version": "11.1.8",
"version": "11.1.9",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.6.5...@formatjs/intl@2.6.6) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl

## [2.6.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.6.4...@formatjs/intl@2.6.5) (2023-01-30)

**Note:** Version bump only for package @formatjs/intl
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "2.6.5",
"version": "2.6.6",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.9](https://github.com/formatjs/formatjs/compare/react-intl@6.2.8...react-intl@6.2.9) (2023-02-20)

**Note:** Version bump only for package react-intl

## [6.2.8](https://github.com/formatjs/formatjs/compare/react-intl@6.2.7...react-intl@6.2.8) (2023-02-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "6.2.8",
"version": "6.2.9",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/swc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.20](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.4.19...@formatjs/swc-plugin@1.4.20) (2023-02-20)

**Note:** Version bump only for package @formatjs/swc-plugin

## [1.4.19](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.4.18...@formatjs/swc-plugin@1.4.19) (2023-01-30)

**Note:** Version bump only for package @formatjs/swc-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/swc-plugin",
"version": "1.4.19",
"version": "1.4.20",
"description": "SWC plugin for formatjs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 203e1a7

Please sign in to comment.