@plasmicpkgs/plasmic-soundcloud 0.0.2 → 0.0.4

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/README.md CHANGED
@@ -1 +1 @@
1
- Plasmic components and registration calls for SoundCloud
1
+ Plasmic components and registration calls for Soundcloud
@@ -1,5 +1,4 @@
1
1
  import { ComponentMeta } from "@plasmicapp/host";
2
- import React from "react";
3
2
  export declare function ensure<T>(x: T | null | undefined): T;
4
3
  interface SoundCloudProps {
5
4
  url: string;
@@ -13,5 +12,5 @@ interface SoundCloudProps {
13
12
  className: string;
14
13
  }
15
14
  export declare const SoundCloudMeta: ComponentMeta<SoundCloudProps>;
16
- export declare function SoundCloud({ className, url, autoPlay, color, showComments, showRelated, showTeaser, showUser, visual, }: SoundCloudProps): React.JSX.Element;
15
+ export declare function SoundCloud({ className, url, autoPlay, color, showComments, showRelated, showTeaser, showUser, visual, }: SoundCloudProps): JSX.Element;
17
16
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/plasmic-soundcloud",
3
- "version": "0.0.2",
4
- "description": "Plasmic SoundCloud components.",
3
+ "version": "0.0.4",
4
+ "description": "Plasmic Soundcloud components.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "module": "dist/plasmic-soundcloud.esm.js",
@@ -21,8 +21,6 @@
21
21
  "analyze": "size-limit --why"
22
22
  },
23
23
  "peerDependencies": {
24
- "@plasmicapp/host": ">=1.0.0",
25
- "@plasmicapp/query": ">=0.1.0",
26
24
  "react": ">=16"
27
25
  },
28
26
  "size-limit": [
@@ -36,17 +34,20 @@
36
34
  }
37
35
  ],
38
36
  "devDependencies": {
39
- "@plasmicapp/host": "1.0.118",
40
- "@plasmicapp/query": "0.1.61",
37
+ "@plasmicapp/host": "1.0.162",
41
38
  "@size-limit/preset-small-lib": "^7.0.8",
42
- "@types/react": "^17.0.43",
43
- "@types/react-dom": "^17.0.14",
39
+ "@types/dlv": "^1.1.2",
40
+ "@types/react": "^18.0.27",
41
+ "@types/react-dom": "^18.0.10",
44
42
  "husky": "^7.0.4",
45
- "react": "^18.0.0",
46
- "react-dom": "^18.0.0",
43
+ "react": "^18.2.0",
44
+ "react-dom": "^18.2.0",
47
45
  "size-limit": "^7.0.8",
48
46
  "tsdx": "^0.14.1",
49
47
  "tslib": "^2.3.1"
50
48
  },
51
- "gitHead": "6a7364c3fd0b59099a5869f3e99f13b51a391d0a"
49
+ "dependencies": {
50
+ "change-case": "^4.1.2"
51
+ },
52
+ "gitHead": "bf12f2268d3e2794698bee0996d4e2008b6827c5"
52
53
  }