Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ssrPublic

Commit0f82fed

Browse files
committed
Merge branch 'hotfix/2.1.5'
2 parents0bf30a8 +e858289 commit0f82fed

File tree

44 files changed

+8
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+8
-7
lines changed

‎__tests__/server/steps/queryParamsAnalysis.spec.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
importurlfrom'url';
22
// eslint-disable-next-line
33
importpickfrom'lodash/pick';
4-
importqueryParamsAnalysisfrom'../../../server/steps/queryParamsAnalysis';
4+
importqueryParamsAnalysisfrom'../../../src/server/steps/queryParamsAnalysis';
55

66
it('doesn\'t modify query when no analyser is provided',()=>{
77
consttestUrl='untouched';

‎__tests__/server/steps/userAgentAnalysis.spec.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
importuseragentfrom'useragent';
22
import{combineReducers,createStore}from'redux';
3-
importuserAgentAnalysisfrom'../../../server/steps/userAgentAnalysis';
4-
import*aspackageReducersfrom'../../../shared/reducers';
3+
importuserAgentAnalysisfrom'../../../src/server/steps/userAgentAnalysis';
4+
import*aspackageReducersfrom'../../../src/shared/reducers';
55

66
consttestUserAgents={
77
Chrome:'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36',

‎demo/.meteor/versions‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ routepolicy@1.0.12
5050
shell-server@0.2.2
5151
spacebars@1.0.13
5252
spacebars-compiler@1.1.0
53-
ssrwpo:ssr@2.1.3
53+
ssrwpo:ssr@2.1.5
5454
ssrwpo:uglifyjs2@0.5.0
5555
stylus@2.513.9
5656
tmeasday:check-npm-versions@0.3.1

‎demo/packages/ssrwpo_ssr‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../.
1+
../../src

‎.versions‎renamed to ‎src/.versions‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ reactive-var@1.0.11
2626
routepolicy@1.0.12
2727
spacebars@1.0.12
2828
spacebars-compiler@1.0.13
29-
ssrwpo:ssr@2.1.4
29+
ssrwpo:ssr@2.1.5
3030
tmeasday:check-npm-versions@0.3.1
3131
tracker@1.1.2
3232
ui@1.0.11

‎src/README.md‎

Lines changed: 1 addition & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎package.js‎renamed to ‎src/package.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
constname='ssrwpo:ssr';
44
Package.describe({
55
name,
6-
version:'2.1.4',
6+
version:'2.1.5',
77
summary:'SSR - Router with SSR for Node & Meteor',
88
git:'https://github.com/ssr-server/ssr',
99
documentation:'README.md',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp