@platformatic/sql-json-schema-mapper 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/{f49b5f59-1b8a-4ec3-9304-1ab005b9b509.json → 77a51ed1-28eb-4f3a-81ac-882440355c34.json} +0 -0
- package/.nyc_output/{9197e367-8f93-4327-b88d-065b0d2086be.json → e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f.json} +0 -0
- package/.nyc_output/processinfo/{f49b5f59-1b8a-4ec3-9304-1ab005b9b509.json → 77a51ed1-28eb-4f3a-81ac-882440355c34.json} +1 -1
- package/.nyc_output/processinfo/e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/package.json +2 -2
- package/.nyc_output/processinfo/9197e367-8f93-4327-b88d-065b0d2086be.json +0 -1
|
File without changes
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"parent":"
|
|
1
|
+
{"parent":"e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f","pid":63727,"argv":["/Users/matteo/.nvm/versions/node/v16.17.0/bin/node","/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper/test/simple.test.js"],"execArgv":[],"cwd":"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper","time":1669240052905,"ppid":63725,"coverageFilename":"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper/.nyc_output/77a51ed1-28eb-4f3a-81ac-882440355c34.json","externalId":"test/simple.test.js","uuid":"77a51ed1-28eb-4f3a-81ac-882440355c34","files":["/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper/index.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":63725,"argv":["/Users/matteo/.nvm/versions/node/v16.17.0/bin/node","/Users/matteo/Repositories/platformatic/node_modules/.pnpm/tap@16.3.1/node_modules/tap/bin/run.js","test/simple.test.js"],"execArgv":[],"cwd":"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper","time":1669240052464,"ppid":63719,"coverageFilename":"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper/.nyc_output/e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f.json","externalId":"","uuid":"e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"77a51ed1-28eb-4f3a-81ac-882440355c34":{"parent":"e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f","externalId":"test/simple.test.js","children":[]},"e67c9e41-1f24-460e-9d74-6a0d2ffd0c2f":{"parent":null,"children":["77a51ed1-28eb-4f3a-81ac-882440355c34"]}},"files":{"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper/index.js":["77a51ed1-28eb-4f3a-81ac-882440355c34"]},"externalIds":{"test/simple.test.js":{"root":"77a51ed1-28eb-4f3a-81ac-882440355c34","children":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/sql-json-schema-mapper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Map SQL entity to JSON schema",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://github.com/platformatic/platformatic#readme",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@platformatic/sql-mapper": "0.
|
|
17
|
+
"@platformatic/sql-mapper": "0.8.0",
|
|
18
18
|
"fastify": "^4.6.0",
|
|
19
19
|
"snazzy": "^9.0.0",
|
|
20
20
|
"standard": "^17.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":70081,"argv":["/Users/matteo/.nvm/versions/node/v16.17.0/bin/node","/Users/matteo/Repositories/platformatic/node_modules/.pnpm/tap@16.3.0/node_modules/tap/bin/run.js","test/simple.test.js"],"execArgv":[],"cwd":"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper","time":1668505903261,"ppid":70075,"coverageFilename":"/Users/matteo/Repositories/platformatic/packages/sql-json-schema-mapper/.nyc_output/9197e367-8f93-4327-b88d-065b0d2086be.json","externalId":"","uuid":"9197e367-8f93-4327-b88d-065b0d2086be","files":[]}
|