@pgflow/client 0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005 → 0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -6
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,18 +1,19 @@
1
1
  # @pgflow/client
2
2
 
3
- ## 0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005
3
+ ## 0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @pgflow/core@0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005
8
- - @pgflow/dsl@0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005
7
+ - Updated dependencies
8
+ - @pgflow/core@0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013
9
+ - @pgflow/dsl@0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013
9
10
 
10
- ## 0.0.0-add-workerconfig-to-context--20250905093709-b98e1fec-20250905073710
11
+ ## 0.6.1
11
12
 
12
13
  ### Patch Changes
13
14
 
14
- - @pgflow/core@0.0.0-add-workerconfig-to-context--20250905093709-b98e1fec-20250905073710
15
- - @pgflow/dsl@0.0.0-add-workerconfig-to-context--20250905093709-b98e1fec-20250905073710
15
+ - @pgflow/core@0.6.1
16
+ - @pgflow/dsl@0.6.1
16
17
 
17
18
  ## 0.6.0
18
19
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pgflow/client",
3
- "version": "0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005",
3
+ "version": "0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@supabase/supabase-js": "^2.49.4",
7
7
  "nanoevents": "^7.0.1",
8
8
  "uuid": "^9.0.0",
9
- "@pgflow/core": "0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005",
10
- "@pgflow/dsl": "0.0.0-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005"
9
+ "@pgflow/core": "0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013",
10
+ "@pgflow/dsl": "0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013"
11
11
  },
12
12
  "main": "./dist/index.js",
13
13
  "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-add-workerconfig-to-context--20250905094004-b98e1fec-20250905074005"
46
+ "@pgflow/dsl": "0.0.0-test-snapshot-releases-8d5d9bc1-20250922101013"
47
47
  },
48
48
  "scripts": {
49
49
  "verify-exports": "node scripts/verify-exports.js"