@visulima/api-platform 1.2.10 → 1.2.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @visulima/api-platform [1.2.12](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.11...@visulima/api-platform@1.2.12) (2023-06-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add npm package provenance, see https://docs.npmjs.com/generating-provenance-statements for more info ([9e7da04](https://github.com/visulima/visulima/commit/9e7da0491584e16a806fc7575c00080f192ec15e))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/connect:** upgraded to 1.3.6
13
+ * **@visulima/jsdoc-open-api:** upgraded to 1.3.10
14
+ * **@visulima/crud:** upgraded to 1.0.12
15
+ * **@visulima/readdir:** upgraded to 1.3.6
16
+
17
+ ## @visulima/api-platform [1.2.11](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.10...@visulima/api-platform@1.2.11) (2023-06-06)
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@visulima/jsdoc-open-api:** upgraded to 1.3.9
24
+
1
25
  ## @visulima/api-platform [1.2.10](https://github.com/visulima/visulima/compare/@visulima/api-platform@1.2.9...@visulima/api-platform@1.2.10) (2023-06-05)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -112,8 +112,8 @@
112
112
  "test:watch": "vitest"
113
113
  },
114
114
  "dependencies": {
115
- "@visulima/connect": "1.3.5",
116
- "@visulima/jsdoc-open-api": "1.3.8",
115
+ "@visulima/connect": "1.3.6",
116
+ "@visulima/jsdoc-open-api": "1.3.10",
117
117
  "accepts": "^1.3.8",
118
118
  "debug": "^4.3.4",
119
119
  "http-errors": "^2.0.0",
@@ -152,8 +152,8 @@
152
152
  "@types/webpack": "^5.28.1",
153
153
  "@typescript-eslint/eslint-plugin": "^5.59.8",
154
154
  "@typescript-eslint/parser": "^5.59.8",
155
- "@visulima/crud": "1.0.11",
156
- "@visulima/readdir": "1.3.5",
155
+ "@visulima/crud": "1.0.12",
156
+ "@visulima/readdir": "1.3.6",
157
157
  "@vitest/coverage-c8": "^0.31.1",
158
158
  "chalk": "5.2.0",
159
159
  "commander": "^10.0.1",
@@ -212,8 +212,8 @@
212
212
  "optionalDependencies": {
213
213
  "@hapi/hapi": "^21.3.2",
214
214
  "@koa/router": "^12.0.0",
215
- "@visulima/crud": "1.0.11",
216
- "@visulima/readdir": "1.3.5",
215
+ "@visulima/crud": "1.0.12",
216
+ "@visulima/readdir": "1.3.6",
217
217
  "chalk": "5.2.0",
218
218
  "commander": "^10.0.1",
219
219
  "cors": "^2.8.5",
@@ -231,7 +231,8 @@
231
231
  "node": ">=16.18.0 <=20.*"
232
232
  },
233
233
  "publishConfig": {
234
- "access": "public"
234
+ "access": "public",
235
+ "provenance": true
235
236
  },
236
237
  "sources": [
237
238
  "src/index-browser.tsx",