@solidjs/element 2.0.0-experimental.1 → 2.0.0-experimental.11

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2016-2023 Ryan Carniato
3
+ Copyright (c) 2016-2025 Ryan Carniato
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -8,7 +8,7 @@ This library extends [Solid](https://github.com/solidjs/solid) by adding Custom
8
8
 
9
9
  ## Example
10
10
 
11
- [See here](https://webcomponents.dev/edit/yGRb00wV4AMncPupRmA9) for an example of a webcomponent created by `solid-element`.
11
+ [See here](./sample.jsx) for an example of a webcomponent created by `solid-element`.
12
12
 
13
13
  ## Installation
14
14
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponents wrapper for Solid",
4
4
  "author": "Ryan Carniato",
5
5
  "license": "MIT",
6
- "version": "2.0.0-experimental.1",
6
+ "version": "2.0.0-experimental.11",
7
7
  "homepage": "https://github.com/solidjs/solid/blob/main/packages/solid-element#readme",
8
8
  "type": "module",
9
9
  "main": "dist/index.js",
@@ -20,12 +20,12 @@
20
20
  "component-register": "^0.8.7"
21
21
  },
22
22
  "peerDependencies": {
23
- "solid-js": "^2.0.0-experimental.1",
24
- "@solidjs/web": "^2.0.0-experimental.1"
23
+ "solid-js": "^2.0.0-experimental.11",
24
+ "@solidjs/web": "^2.0.0-experimental.11"
25
25
  },
26
26
  "devDependencies": {
27
- "solid-js": "2.0.0-experimental.1",
28
- "@solidjs/web": "2.0.0-experimental.1"
27
+ "solid-js": "2.0.0-experimental.11",
28
+ "@solidjs/web": "2.0.0-experimental.11"
29
29
  },
30
30
  "scripts": {
31
31
  "clean": "rimraf dist/",