@pgflow/client 0.0.0-gen-worker-98f0546b-20251127220351 → 0.0.0-jsr-to-deno-7438edf5-20251212122730

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,11 +1,36 @@
1
1
  # @pgflow/client
2
2
 
3
- ## 0.0.0-gen-worker-98f0546b-20251127220351
3
+ ## 0.0.0-jsr-to-deno-7438edf5-20251212122730
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @pgflow/core@0.0.0-gen-worker-98f0546b-20251127220351
8
- - @pgflow/dsl@0.0.0-gen-worker-98f0546b-20251127220351
7
+ - Updated dependencies [0cb5500]
8
+ - @pgflow/core@0.0.0-jsr-to-deno-7438edf5-20251212122730
9
+ - @pgflow/dsl@0.0.0-jsr-to-deno-7438edf5-20251212122730
10
+
11
+ ## 0.10.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [0b84bb0]
16
+ - Updated dependencies [90276ce]
17
+ - @pgflow/core@0.10.0
18
+ - @pgflow/dsl@0.10.0
19
+
20
+ ## 0.9.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [992a86b]
25
+ - @pgflow/dsl@0.9.1
26
+ - @pgflow/core@0.9.1
27
+
28
+ ## 0.9.0
29
+
30
+ ### Patch Changes
31
+
32
+ - @pgflow/core@0.9.0
33
+ - @pgflow/dsl@0.9.0
9
34
 
10
35
  ## 0.8.1
11
36
 
package/dist/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@pgflow/client",
3
- "version": "0.8.1",
3
+ "version": "0.10.0",
4
4
  "license": "Apache-2.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/pgflow-dev/pgflow",
8
+ "directory": "pkgs/client"
9
+ },
5
10
  "type": "module",
6
11
  "scripts": {
7
12
  "verify-exports": "node scripts/verify-exports.js"
package/package.json CHANGED
@@ -1,14 +1,19 @@
1
1
  {
2
2
  "name": "@pgflow/client",
3
- "version": "0.0.0-gen-worker-98f0546b-20251127220351",
3
+ "version": "0.0.0-jsr-to-deno-7438edf5-20251212122730",
4
4
  "license": "Apache-2.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/pgflow-dev/pgflow",
8
+ "directory": "pkgs/client"
9
+ },
5
10
  "type": "module",
6
11
  "dependencies": {
7
12
  "@supabase/supabase-js": "^2.49.4",
8
13
  "nanoevents": "^7.0.1",
9
14
  "uuid": "^9.0.0",
10
- "@pgflow/core": "0.0.0-gen-worker-98f0546b-20251127220351",
11
- "@pgflow/dsl": "0.0.0-gen-worker-98f0546b-20251127220351"
15
+ "@pgflow/core": "0.0.0-jsr-to-deno-7438edf5-20251212122730",
16
+ "@pgflow/dsl": "0.0.0-jsr-to-deno-7438edf5-20251212122730"
12
17
  },
13
18
  "main": "./dist/index.js",
14
19
  "module": "./dist/index.js",
@@ -43,7 +48,7 @@
43
48
  "terser": "^5.43.0",
44
49
  "vite-plugin-dts": "~3.8.1",
45
50
  "vitest": "1.3.1",
46
- "@pgflow/dsl": "0.0.0-gen-worker-98f0546b-20251127220351"
51
+ "@pgflow/dsl": "0.0.0-jsr-to-deno-7438edf5-20251212122730"
47
52
  },
48
53
  "scripts": {
49
54
  "verify-exports": "node scripts/verify-exports.js"