@elixir-cloud/trs-filer 2.0.0-alpha.30 → 2.0.0-alpha.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -834,7 +834,7 @@
834
834
  "package": {
835
835
  "name": "@elixir-cloud/trs-filer",
836
836
  "description": "Web Component for interacting with Elixir TRS Filer",
837
- "version": "2.0.0-alpha.30",
837
+ "version": "2.0.0-alpha.32",
838
838
  "license": "Apache-2.0"
839
839
  }
840
840
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@elixir-cloud/trs-filer",
4
- "version": "2.0.0-alpha.30",
4
+ "version": "2.0.0-alpha.32",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@elixir-cloud/trs-filer",
3
3
  "description": "Web Component for interacting with Elixir TRS Filer",
4
4
  "license": "Apache-2.0",
5
- "version": "2.0.0-alpha.30",
5
+ "version": "2.0.0-alpha.32",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.mjs",
@@ -45,8 +45,8 @@
45
45
  "prepublish": "npm run build"
46
46
  },
47
47
  "dependencies": {
48
- "@elixir-cloud/design": "2.0.0-alpha.30",
49
- "@elixir-cloud/trs": "2.0.0-alpha.30",
48
+ "@elixir-cloud/design": "2.0.0-alpha.32",
49
+ "@elixir-cloud/trs": "2.0.0-alpha.32",
50
50
  "@lit/react": "^1.0.2",
51
51
  "@progress/jszip-esm": "^1.0.4",
52
52
  "lit": "^2.8.0"