@rep-protocol/svelte 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/package.json +12 -7
  2. package/LICENSE +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rep-protocol/svelte",
3
- "version": "0.1.1",
3
+ "version": "0.1.4",
4
4
  "description": "Svelte adapter for the Runtime Environment Protocol (REP).",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -8,18 +8,23 @@
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/RuachTech/rep",
14
+ "directory": "adapters/svelte"
15
+ },
16
+ "scripts": {
17
+ "build": "tsup src/index.ts --format cjs,esm --dts",
18
+ "test": "vitest run"
19
+ },
11
20
  "peerDependencies": {
12
21
  "svelte": "^4.0.0 || ^5.0.0",
13
- "@rep-protocol/sdk": "0.1.2"
22
+ "@rep-protocol/sdk": "workspace:*"
14
23
  },
15
24
  "devDependencies": {
16
25
  "svelte": "^4.2.0",
17
26
  "tsup": "^8.0.0",
18
27
  "typescript": "^5.4.0",
19
28
  "vitest": "^1.6.0"
20
- },
21
- "scripts": {
22
- "build": "tsup src/index.ts --format cjs,esm --dts",
23
- "test": "vitest run"
24
29
  }
25
- }
30
+ }
package/LICENSE DELETED
@@ -1,9 +0,0 @@
1
- Specification documents (spec/, schema/) are licensed under:
2
- Creative Commons Attribution 4.0 International (CC BY 4.0)
3
- https://creativecommons.org/licenses/by/4.0/
4
-
5
- Reference implementations and tooling are licensed under:
6
- Apache License, Version 2.0
7
- https://www.apache.org/licenses/LICENSE-2.0
8
-
9
- Copyright 2026 Ruach Tech