@pgflow/dsl 0.1.8 → 0.1.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pgflow/dsl
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - bafe767: Fix deno/ folder for cli being missing
8
+
9
+ ## 0.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - 1a30c6c: Make sure to tag and push tags
14
+
3
15
  ## 0.1.8
4
16
 
5
17
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/dsl",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -17,8 +17,7 @@
17
17
  }
18
18
  },
19
19
  "publishConfig": {
20
- "access": "public",
21
- "directory": "."
20
+ "access": "public"
22
21
  },
23
22
  "devDependencies": {
24
23
  "@types/node": "^22.14.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/dsl",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -17,8 +17,7 @@
17
17
  }
18
18
  },
19
19
  "publishConfig": {
20
- "access": "public",
21
- "directory": "."
20
+ "access": "public"
22
21
  },
23
22
  "devDependencies": {
24
23
  "@types/node": "^22.14.1"