radar_client
Advanced tools
Comparing version 0.14.2 to 0.14.4
@@ -0,1 +1,26 @@ | ||
### 0.14.4 | ||
* One change to the modfified set of build steps | ||
- use "npm version --no-git-tag-version patch" to bump the version locally | ||
but not create a git commit and tag | ||
- "npm run build" to update getClientVersion(), and update dist/ | ||
- commit changes to GH | ||
- git tag version && git push --tags | ||
- npm publish | ||
### 0.14.3 | ||
* No new code, but use a modified set of build steps | ||
- use "npm version --no-git-tag-version patch" to bump the version locally | ||
but not create a git commit and tag | ||
- "npm run version-build" to update getClientVersion() | ||
- commit changes to GH | ||
- git tag && git push --tags | ||
- npm publish | ||
### 0.14.2 | ||
* Update package.json version to 0.14.2 and tag | ||
- getClientVersion() still returns 0.14.1 | ||
### 0.14.1 | ||
* Update package.json version to 0.14.1 and tag | ||
### 0.14.0 | ||
@@ -2,0 +27,0 @@ * Code changes to support server side client state |
@@ -31,3 +31,3 @@ (function(){function require(e,t){for(var n=[],r=e.split("/"),i,s,o=0;s=r[o++];)".."==s?n.pop():"."!=s&&n.push(s);n=n.join("/"),o=require,s=o.m[t||0],i=s[n+".js"]||s[n+"/index.js"]||s[n];if(s=i.c)i=o.m[t=s][e=i.m];return i.exports||i(i,i.exports={},function(n){return o("."!=n.charAt(0)?n:e+"/../"+n,t)}),i.exports}; | ||
function getClientVersion() { return '0.14.2'; }; | ||
function getClientVersion() { return '0.14.4'; }; | ||
@@ -34,0 +34,0 @@ module.exports = getClientVersion;}, |
// Auto-generated file, overwritten by scripts/add_package_version.js | ||
function getClientVersion() { return '0.14.2'; }; | ||
function getClientVersion() { return '0.14.4'; }; | ||
module.exports = getClientVersion; |
{ | ||
"name": "radar_client", | ||
"description": "Realtime apps with a high level API based on engine.io", | ||
"version": "0.14.2", | ||
"version": "0.14.4", | ||
"author": "Mikito Takada <mikito.takada@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110533