mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:07 +01:00
Rename template-function-datetime
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -26,7 +26,7 @@
|
||||
"plugins/importer-postman",
|
||||
"plugins/importer-yaak",
|
||||
"plugins/template-function-cookie",
|
||||
"plugins/template-function-datetime",
|
||||
"plugins/template-function-timestamp",
|
||||
"plugins/template-function-encode",
|
||||
"plugins/template-function-fs",
|
||||
"plugins/template-function-hash",
|
||||
@@ -4143,10 +4143,6 @@
|
||||
"resolved": "plugins/template-function-cookie",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaak/template-function-datetime": {
|
||||
"resolved": "plugins/template-function-datetime",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaak/template-function-encode": {
|
||||
"resolved": "plugins/template-function-encode",
|
||||
"link": true
|
||||
@@ -4179,6 +4175,10 @@
|
||||
"resolved": "plugins/template-function-response",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaak/template-function-timestamp": {
|
||||
"resolved": "plugins/template-function-timestamp",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaak/template-function-uuid": {
|
||||
"resolved": "plugins/template-function-uuid",
|
||||
"link": true
|
||||
@@ -18592,6 +18592,7 @@
|
||||
},
|
||||
"plugins/template-function-datetime": {
|
||||
"version": "0.1.0",
|
||||
"extraneous": true,
|
||||
"dependencies": {
|
||||
"date-fns": "^4.1.0"
|
||||
}
|
||||
@@ -18642,6 +18643,13 @@
|
||||
"@types/jsonpath": "^0.2.4"
|
||||
}
|
||||
},
|
||||
"plugins/template-function-timestamp": {
|
||||
"name": "@yaak/template-function-timestamp",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"date-fns": "^4.1.0"
|
||||
}
|
||||
},
|
||||
"plugins/template-function-uuid": {
|
||||
"name": "@yaak/template-function-uuid",
|
||||
"version": "0.1.0",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"plugins/importer-postman",
|
||||
"plugins/importer-yaak",
|
||||
"plugins/template-function-cookie",
|
||||
"plugins/template-function-datetime",
|
||||
"plugins/template-function-timestamp",
|
||||
"plugins/template-function-encode",
|
||||
"plugins/template-function-fs",
|
||||
"plugins/template-function-hash",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@yaak/template-function-datetime",
|
||||
"name": "@yaak/template-function-timestamp",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
Reference in New Issue
Block a user