@pgflow/client 0.0.0-worker-compilation-b0fe6186-20251201124606 → 0.0.0-worker-management-a4f969d1-20251208095931

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/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # @pgflow/client
2
2
 
3
- ## 0.0.0-worker-compilation-b0fe6186-20251201124606
3
+ ## 0.0.0-worker-management-a4f969d1-20251208095931
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies
8
- - @pgflow/core@0.0.0-worker-compilation-b0fe6186-20251201124606
9
- - @pgflow/dsl@0.0.0-worker-compilation-b0fe6186-20251201124606
7
+ - Updated dependencies [0b84bb0]
8
+ - Updated dependencies [90276ce]
9
+ - @pgflow/core@0.0.0-worker-management-a4f969d1-20251208095931
10
+ - @pgflow/dsl@0.0.0-worker-management-a4f969d1-20251208095931
11
+
12
+ ## 0.9.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [992a86b]
17
+ - @pgflow/dsl@0.9.1
18
+ - @pgflow/core@0.9.1
10
19
 
11
20
  ## 0.9.0
12
21
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/client",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pgflow/client",
3
- "version": "0.0.0-worker-compilation-b0fe6186-20251201124606",
3
+ "version": "0.0.0-worker-management-a4f969d1-20251208095931",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "@supabase/supabase-js": "^2.49.4",
8
8
  "nanoevents": "^7.0.1",
9
9
  "uuid": "^9.0.0",
10
- "@pgflow/core": "0.0.0-worker-compilation-b0fe6186-20251201124606",
11
- "@pgflow/dsl": "0.0.0-worker-compilation-b0fe6186-20251201124606"
10
+ "@pgflow/core": "0.0.0-worker-management-a4f969d1-20251208095931",
11
+ "@pgflow/dsl": "0.0.0-worker-management-a4f969d1-20251208095931"
12
12
  },
13
13
  "main": "./dist/index.js",
14
14
  "module": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "terser": "^5.43.0",
44
44
  "vite-plugin-dts": "~3.8.1",
45
45
  "vitest": "1.3.1",
46
- "@pgflow/dsl": "0.0.0-worker-compilation-b0fe6186-20251201124606"
46
+ "@pgflow/dsl": "0.0.0-worker-management-a4f969d1-20251208095931"
47
47
  },
48
48
  "scripts": {
49
49
  "verify-exports": "node scripts/verify-exports.js"