@rep-protocol/sdk 0.1.2 → 0.1.3
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/package.json +11 -10
- package/LICENSE +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rep-protocol/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Client SDK for the Runtime Environment Protocol (REP). Zero-dependency, framework-agnostic runtime env var access for browser applications.",
|
|
5
5
|
"author": "Ruach Tech",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,20 +38,21 @@
|
|
|
38
38
|
],
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public",
|
|
41
|
-
"provenance":
|
|
41
|
+
"provenance": true
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"jsdom": "^28.1.0",
|
|
46
|
-
"tsup": "^8.0.0",
|
|
47
|
-
"typescript": "^5.4.0",
|
|
48
|
-
"vitest": "^1.6.0"
|
|
49
|
-
},
|
|
50
44
|
"scripts": {
|
|
51
45
|
"build": "tsup src/index.ts --format cjs,esm --dts --clean --minify",
|
|
52
46
|
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
|
|
53
47
|
"typecheck": "tsc --noEmit",
|
|
54
48
|
"test": "vitest run",
|
|
55
|
-
"test:watch": "vitest"
|
|
49
|
+
"test:watch": "vitest",
|
|
50
|
+
"prepublishOnly": "npm run build"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"jsdom": "^28.1.0",
|
|
54
|
+
"tsup": "^8.0.0",
|
|
55
|
+
"typescript": "^5.4.0",
|
|
56
|
+
"vitest": "^1.6.0"
|
|
56
57
|
}
|
|
57
|
-
}
|
|
58
|
+
}
|
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
|