@dragonmastery/tamer 0.1.0 → 0.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.
- package/dist/index.d.mts +2320 -55
- package/dist/index.d.mts.map +1 -1
- package/package.json +17 -5
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/generated/wrangler-types.ts"],"sourcesContent":[],"mappings":";;AASA;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/generated/wrangler-types.generated.ts","../src/generated/wrangler-types.ts"],"sourcesContent":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dragonmastery/tamer",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Tamer
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Tamer: Cloudflare Workers CICD tool. TypeScript types for Wrangler config (types-only for now; full CLI coming).",
|
|
5
5
|
"author": "DragonMastery",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"type": "module",
|
|
@@ -15,13 +15,23 @@
|
|
|
15
15
|
"default": "./dist/index.mjs"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"files": [
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"README.md"
|
|
21
|
+
],
|
|
19
22
|
"publishConfig": {
|
|
20
23
|
"access": "public"
|
|
21
24
|
},
|
|
22
|
-
"keywords": [
|
|
25
|
+
"keywords": [
|
|
26
|
+
"cloudflare",
|
|
27
|
+
"wrangler",
|
|
28
|
+
"workers",
|
|
29
|
+
"typescript",
|
|
30
|
+
"types"
|
|
31
|
+
],
|
|
23
32
|
"scripts": {
|
|
24
|
-
"
|
|
33
|
+
"generate:wrangler-types": "bun run scripts/generate-wrangler-types.ts",
|
|
34
|
+
"npm:build": "bun run generate:wrangler-types && tsdown",
|
|
25
35
|
"build": "bun run npm:build",
|
|
26
36
|
"dev": "tsc --watch",
|
|
27
37
|
"test": "bun test tests/",
|
|
@@ -29,7 +39,9 @@
|
|
|
29
39
|
"prepublishOnly": "bun run npm:build"
|
|
30
40
|
},
|
|
31
41
|
"devDependencies": {
|
|
42
|
+
"@apidevtools/json-schema-ref-parser": "15.3.1",
|
|
32
43
|
"@types/bun": "1.3.10",
|
|
44
|
+
"json-schema-to-typescript": "15.0.4",
|
|
33
45
|
"tsdown": "0.18.1",
|
|
34
46
|
"typescript": "5.9.3",
|
|
35
47
|
"wrangler": "4.72.0",
|