@drever/plugin-media 0.1.0 → 0.2.0

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.
package/dist/index.d.mts CHANGED
@@ -4,7 +4,7 @@ declare const mediaPlugin: {
4
4
  readonly kind: "plugin";
5
5
  readonly apiVersion: 1;
6
6
  readonly id: "@drever/plugin-media";
7
- readonly version: "0.1.0";
7
+ readonly version: "0.2.0";
8
8
  readonly baseURL: string;
9
9
  readonly compilerTargets: readonly ["canonical"];
10
10
  readonly runtime: {
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ const mediaPlugin = definePlugin({
5
5
  kind: "plugin",
6
6
  apiVersion: 1,
7
7
  id: "@drever/plugin-media",
8
- version: "0.1.0",
8
+ version: "0.2.0",
9
9
  baseURL: PACKAGE_ROOT,
10
10
  compilerTargets: ["canonical"],
11
11
  runtime: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drever/plugin-media",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Privacy-enhanced media components for Drever presentations.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@drever/compiler": "0.1.0",
33
- "@drever/core": "0.1.0"
32
+ "@drever/compiler": "0.2.0",
33
+ "@drever/core": "0.2.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^24",