@smol-workflows/sdk 0.1.0-alpha.0 → 0.1.0-alpha.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/changelogs.md CHANGED
@@ -6,7 +6,7 @@ Track user-visible changes to `@smol-workflows/sdk`, especially public TypeScrip
6
6
 
7
7
  No unpublished changes yet.
8
8
 
9
- ## 0.1.0-alpha.0
9
+ ## 0.1.0-alpha.2
10
10
 
11
11
  Initial SDK types for workflow authors.
12
12
 
package/package.json CHANGED
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@smol-workflows/sdk",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.2",
4
4
  "description": "TypeScript SDK and workflow runtime types for smol-workflow.",
5
5
  "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/b4fun/smol-workflows.git",
9
+ "directory": "ts/sdk"
10
+ },
6
11
  "type": "module",
7
12
  "main": "./dist/index.js",
8
13
  "types": "./dist/index.d.ts",
@@ -1,5 +0,0 @@
1
- declare module "workflow:extra" {
2
- const sleep: import("./index.js").WorkflowExtra["sleep"];
3
- }
4
- export {};
5
- //# sourceMappingURL=workflow-extra.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workflow-extra.d.ts","sourceRoot":"","sources":["../src/workflow-extra.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,gBAAgB,CAAC;IACvB,MAAM,KAAK,EAAE,OAAO,YAAY,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CACjE"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=workflow-extra.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workflow-extra.js","sourceRoot":"","sources":["../src/workflow-extra.ts"],"names":[],"mappings":""}