@modern-js/runtime 1.2.7 → 1.2.8

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 +11 -11
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.2.7",
14
+ "version": "1.2.8",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./type.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -97,19 +97,19 @@
97
97
  "./dist/types/exports/request.d.ts"
98
98
  ],
99
99
  "model": [
100
- "./types/model.d.ts"
100
+ "./dist/types/exports/model.d.ts"
101
101
  ]
102
102
  }
103
103
  },
104
104
  "dependencies": {
105
105
  "@babel/runtime": "^7",
106
- "@modern-js/plugin-router": "^1.2.11",
107
- "@modern-js/plugin-ssr": "^1.2.8",
106
+ "@modern-js/plugin-router": "^1.2.12",
107
+ "@modern-js/plugin-ssr": "^1.3.0",
108
108
  "@modern-js/plugin-state": "^1.2.5",
109
- "@modern-js/runtime-core": "^1.4.3",
110
- "@modern-js/utils": "^1.6.0",
109
+ "@modern-js/runtime-core": "^1.4.4",
110
+ "@modern-js/utils": "^1.7.0",
111
111
  "@modern-js/bff-runtime": "^1.2.2",
112
- "@modern-js/create-request": "^1.2.5",
112
+ "@modern-js/create-request": "^1.2.6",
113
113
  "@loadable/component": "^5.15.0",
114
114
  "@types/loadable__component": "^5.13.4",
115
115
  "@types/react-helmet": "^6.1.2",
@@ -118,7 +118,7 @@
118
118
  "react-is": "^17"
119
119
  },
120
120
  "devDependencies": {
121
- "@modern-js/core": "1.9.0",
121
+ "@modern-js/core": "1.10.0",
122
122
  "@scripts/build": "0.0.0",
123
123
  "@types/jest": "^26",
124
124
  "@types/node": "^14",
@@ -133,12 +133,12 @@
133
133
  "modernConfig": {},
134
134
  "publishConfig": {
135
135
  "registry": "https://registry.npmjs.org/",
136
- "access": "public"
136
+ "access": "public",
137
+ "types": "./type.d.ts"
137
138
  },
138
139
  "scripts": {
139
140
  "new": "modern new",
140
141
  "build": "modern build",
141
142
  "test": "jest --passWithNoTests"
142
- },
143
- "readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
143
+ }
144
144
  }