@taskade/temporal-parser
Advanced tools
+6
-0
| # @taskade/temporal-parser | ||
| ## 1.0.2 | ||
| ### Patch Changes | ||
| - 14c6355: build(ci): Fix GitHub Packages publish by skipping prepublishOnly script. The publish workflow now uses --ignore-scripts flag to prevent duplicate builds and avoid registry configuration conflicts. | ||
| ## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
+2
-2
| { | ||
| "name": "@taskade/temporal-parser", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "A lexer/parser based temporal expression parser for ISO 8601 and IXDTF formats", | ||
@@ -28,3 +28,3 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "https://github.com/taskade/temporal-parser.git" | ||
| "url": "git+https://github.com/taskade/temporal-parser.git" | ||
| }, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
155861
0.16%