Sign In

@taskade/temporal-parser

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taskade/temporal-parser - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+6
-0
CHANGELOG.md
# @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": {