@taskade/temporal-parser
Advanced tools
+13
-0
| # @taskade/temporal-parser | ||
| ## 1.0.4 | ||
| ### Patch Changes | ||
| - eb78e97: build(ci): pass GITHUB_TOKEN token to changesets release action | ||
| - 792e265: build(ci): Allow publishing to GitHub Packages by removing the hard-coded npmjs registry from `publishConfig`. | ||
| ## 1.0.3 | ||
| ### Patch Changes | ||
| - cf18396: build(ci): Allow publishing to GitHub Packages by removing the hard-coded npmjs registry from `publishConfig`. | ||
| ## 1.0.2 | ||
@@ -4,0 +17,0 @@ |
+2
-3
| { | ||
| "name": "@taskade/temporal-parser", | ||
| "version": "1.0.2", | ||
| "version": "1.0.4", | ||
| "description": "A lexer/parser based temporal expression parser for ISO 8601 and IXDTF formats", | ||
@@ -31,4 +31,3 @@ "type": "module", | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "registry": "https://registry.npmjs.org" | ||
| "access": "public" | ||
| }, | ||
@@ -35,0 +34,0 @@ "keywords": [ |
156194
0.21%