@meshery/schemas 0.8.118 → 0.8.119

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 (1) hide show
  1. package/package.json +57 -53
package/package.json CHANGED
@@ -1,53 +1,57 @@
1
- {
2
- "name": "@meshery/schemas",
3
- "version": "0.8.118",
4
- "description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "repository": {
9
- "url": "git+https://github.com/meshery/schemas.git",
10
- "type": "git"
11
- },
12
- "files": [
13
- "dist"
14
- ],
15
- "private": false,
16
- "publishConfig": {
17
- "access": "public"
18
- },
19
- "scripts": {
20
- "build": "NODE_OPTIONS=--max-old-space-size=4096 tsup",
21
- "build:bundle": "node ./build/bundle-openapi.js",
22
- "build:golang": "node ./build/generate-golang.js",
23
- "build:rtk": "node ./build/generate-rtk.js",
24
- "build:all": "node ./build/index.js all",
25
- "generate:types": "node ./build/generate-typescript.js",
26
- "publish-ts-lib": "node ./publish-npm-package.js"
27
- },
28
- "author": "",
29
- "license": "ISC",
30
- "devDependencies": {
31
- "@apidevtools/json-schema-ref-parser": "^15.2.0",
32
- "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
33
- "@rtk-query/codegen-openapi": "^2.2.0",
34
- "csv-parse": "^6.1.0",
35
- "esbuild-runner": "^2.2.2",
36
- "glob": "^11.1.0",
37
- "js-yaml": "^4.1.1",
38
- "json-schema-default": "^1.0.2",
39
- "json-schema-empty-strings": "^1.0.5",
40
- "json-schema-faker": "^0.5.9",
41
- "json-schema-to-typescript": "^15.0.4",
42
- "lodash.merge": "^4.6.2",
43
- "ts-node": "^10.9.2",
44
- "tsup": "^8.5.1",
45
- "typescript": "^5.9.3"
46
- },
47
- "peerDependencies": {
48
- "@reduxjs/toolkit": "^2.8.1",
49
- "react": "^18.3.1",
50
- "react-dom": "^18.3.1",
51
- "react-redux": "^8.1.3"
52
- }
53
- }
1
+ {
2
+ "name": "@meshery/schemas",
3
+ "version": "0.8.119",
4
+ "description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "repository": {
9
+ "url": "git+https://github.com/meshery/schemas.git",
10
+ "type": "git"
11
+ },
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "private": false,
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "scripts": {
20
+ "build": "NODE_OPTIONS=--max-old-space-size=4096 tsup",
21
+ "build:bundle": "node ./build/bundle-openapi.js",
22
+ "build:golang": "node ./build/generate-golang.js",
23
+ "build:rtk": "node ./build/generate-rtk.js",
24
+ "build:all": "node ./build/index.js all",
25
+ "generate:types": "node ./build/generate-typescript.js",
26
+ "generate:permissions:ts": "node ./build/generate-permissions-ts.js",
27
+ "generate:permissions:go": "node ./build/generate-permission-golang.js",
28
+ "diff:permissions": "node ./build/diff-permissions.js",
29
+ "apply:permissions": "node ./build/apply-permissions-updates.js",
30
+ "publish-ts-lib": "node ./publish-npm-package.js"
31
+ },
32
+ "author": "",
33
+ "license": "ISC",
34
+ "devDependencies": {
35
+ "@apidevtools/json-schema-ref-parser": "^15.2.0",
36
+ "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
37
+ "@rtk-query/codegen-openapi": "^2.2.0",
38
+ "csv-parse": "^6.1.0",
39
+ "esbuild-runner": "^2.2.2",
40
+ "glob": "^11.1.0",
41
+ "js-yaml": "^4.1.1",
42
+ "json-schema-default": "^1.0.2",
43
+ "json-schema-empty-strings": "^1.0.5",
44
+ "json-schema-faker": "^0.5.9",
45
+ "json-schema-to-typescript": "^15.0.4",
46
+ "lodash.merge": "^4.6.2",
47
+ "ts-node": "^10.9.2",
48
+ "tsup": "^8.5.1",
49
+ "typescript": "^5.9.3"
50
+ },
51
+ "peerDependencies": {
52
+ "@reduxjs/toolkit": "^2.8.1",
53
+ "react": "^17.0.2",
54
+ "react-dom": "^17.0.2",
55
+ "react-redux": "^8.1.3"
56
+ }
57
+ }