@adonix.org/cloud-spark 0.0.163 → 0.0.165
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.ts +82 -265
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonix.org/cloud-spark",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.165",
|
|
4
4
|
"description": "Ignite your Cloudflare Workers with a type-safe library for rapid development.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"url": "https://github.com/adonix-org/cloud-spark/issues"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
|
-
"types": "wrangler types --config wrangler.jsonc ./types/
|
|
41
|
+
"types": "wrangler types --config wrangler.jsonc ./types/cloudflare.d.ts",
|
|
42
42
|
"prebuild": "mkdir -p ./types",
|
|
43
43
|
"build": "npm run types && tsup",
|
|
44
|
-
"dev-types": "wrangler types --config wrangler.local.jsonc ./types/
|
|
44
|
+
"dev-types": "wrangler types --config wrangler.local.jsonc ./types/cloudflare.d.ts",
|
|
45
45
|
"dev": "npm run dev-types && wrangler dev --config wrangler.local.jsonc",
|
|
46
46
|
"test": "npm run build && vitest",
|
|
47
47
|
"coverage": "vitest run --coverage"
|