@csedl/svelte-on-rails 5.3.2 → 7.1.2

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.md +1 -0
  2. package/README.md +2 -2
  3. package/package.json +4 -4
package/LICENSE.md ADDED
@@ -0,0 +1 @@
1
+ The license is applied from the [svelte-on-rails gem license](https://svelte-on-rails.dev/about/license.html)
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @csedl/svelte-on-rails
2
2
 
3
- Works together with the [svelte-on-rails](https://gitlab.com/sedl/svelte-on-rails) gem.
3
+ Works together with the [svelte-on-rails](https://svelte-on-rails.dev) gem.
4
4
 
5
5
  ## Prerequisites
6
6
 
7
- - Please follow the [gem](https://gitlab.com/sedl/svelte-on-rails) instructions.
7
+ - Please follow the [gem](https://svelte-on-rails.dev) instructions.
8
8
  - Svelte >= 5
9
9
  - tested with ruby 3.2.2 and rails 7.1
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csedl/svelte-on-rails",
3
- "version": "5.3.2",
4
- "description": "Mounts Svelte components from the svelte-on-rails gem and handles their Turbo Stream Actions.",
3
+ "version": "7.1.2",
4
+ "description": "Mounts Svelte components from the svelte-on-rails gem and handles Actions received by Web Socket.",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "exports": {
@@ -26,9 +26,9 @@
26
26
  "ssr"
27
27
  ],
28
28
  "author": "Christian Sedlmair",
29
- "license": "MIT",
29
+ "license": "LICENSE.md",
30
30
  "bugs": {
31
31
  "url": "https://gitlab.com/sedl/csedl-svelte-on-rails/-/issues"
32
32
  },
33
- "homepage": "https://gitlab.com/sedl/csedl-svelte-on-rails"
33
+ "homepage": "https://svelte-on-rails.dev"
34
34
  }