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