Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtabuencav committed May 5, 2017
1 parent c03fda5 commit e0d88bb
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 1 deletion.
101 changes: 101 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'publish' ]
2 info using [email protected]
3 info using [email protected]
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec Result {
7 silly cache add raw: '.',
7 silly cache add scope: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: 'C:\\Users\\databuen\\Documents\\azureiotc2d',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory C:\Users\databuen\AppData\Roaming\npm-cache\node-red-contrib-azureiotc2d\0.0.1\package.tgz not in flight; packing
9 verbose correctMkdir C:\Users\databuen\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
10 verbose tar pack [ 'C:\\Users\\databuen\\AppData\\Roaming\\npm-cache\\node-red-contrib-azureiotc2d\\0.0.1\\package.tgz',
10 verbose tar pack 'C:\\Users\\databuen\\Documents\\azureiotc2d' ]
11 verbose tarball C:\Users\databuen\AppData\Roaming\npm-cache\node-red-contrib-azureiotc2d\0.0.1\package.tgz
12 verbose folder C:\Users\databuen\Documents\azureiotc2d
13 info prepublish [email protected]
14 verbose addLocalTarball adding from inside cache C:\Users\databuen\AppData\Roaming\npm-cache\node-red-contrib-azureiotc2d\0.0.1\package.tgz
15 verbose correctMkdir C:\Users\databuen\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
16 silly cache afterAdd [email protected]
17 verbose afterAdd C:\Users\databuen\AppData\Roaming\npm-cache\node-red-contrib-azureiotc2d\0.0.1\package\package.json not in flight; writing
18 verbose correctMkdir C:\Users\databuen\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
19 verbose afterAdd C:\Users\databuen\AppData\Roaming\npm-cache\node-red-contrib-azureiotc2d\0.0.1\package\package.json written
20 silly publish { name: 'node-red-contrib-azureiotc2d',
20 silly publish version: '0.0.1',
20 silly publish description: 'node to send Azure IoT C2D',
20 silly publish author: { name: 'Daniel Tabuenca' },
20 silly publish dependencies: { 'azure-iothub': '1.1.10', 'azure-iot-common': '1.1.7' },
20 silly publish keywords: [ 'node-red' ],
20 silly publish 'node-red': { nodes: { azureiotc2d: 'azureiotc2d.js' } },
20 silly publish readme: '# azureiotc2d \r\n*detailed instructions to come!\r\nNode to send Azure IoT C2D messages\r\n\r\nThis is a node-red node to send Cloud to Device messages from a node-red flow.\r\nThe content of ´{msg.payload} will be sent to the device specified in the node.\r\n',
20 silly publish readmeFilename: 'README.md',
20 silly publish gitHead: 'c03fda53af1a053a45eb726b33062fdcbff66f44',
20 silly publish _id: '[email protected]',
20 silly publish scripts: {},
20 silly publish _shasum: '5a044d3f9666a26b460277e9fe105ddb3d315f2b',
20 silly publish _from: '.' }
21 verbose getPublishConfig undefined
22 silly mapToRegistry name node-red-contrib-azureiotc2d
23 silly mapToRegistry using default registry
24 silly mapToRegistry registry https://registry.npmjs.org/
25 silly mapToRegistry data Result {
25 silly mapToRegistry raw: 'node-red-contrib-azureiotc2d',
25 silly mapToRegistry scope: null,
25 silly mapToRegistry name: 'node-red-contrib-azureiotc2d',
25 silly mapToRegistry rawSpec: '',
25 silly mapToRegistry spec: 'latest',
25 silly mapToRegistry type: 'tag' }
26 silly mapToRegistry uri https://registry.npmjs.org/node-red-contrib-azureiotc2d
27 verbose publish registryBase https://registry.npmjs.org/
28 silly publish uploading C:\Users\databuen\AppData\Roaming\npm-cache\node-red-contrib-azureiotc2d\0.0.1\package.tgz
29 verbose request uri https://registry.npmjs.org/node-red-contrib-azureiotc2d
30 verbose request sending authorization for write operation
31 info attempt registry request try #1 at 15:51:24
32 verbose request using bearer token for auth
33 verbose request id d2977b8425682819
34 http request PUT https://registry.npmjs.org/node-red-contrib-azureiotc2d
35 http 403 https://registry.npmjs.org/node-red-contrib-azureiotc2d
36 verbose headers { 'content-type': 'application/json',
36 verbose headers 'cache-control': 'max-age=300',
36 verbose headers 'content-length': '95',
36 verbose headers 'accept-ranges': 'bytes',
36 verbose headers date: 'Fri, 05 May 2017 13:51:25 GMT',
36 verbose headers via: '1.1 varnish',
36 verbose headers connection: 'keep-alive',
36 verbose headers 'x-served-by': 'cache-lcy1121-LCY',
36 verbose headers 'x-cache': 'MISS',
36 verbose headers 'x-cache-hits': '0',
36 verbose headers 'x-timer': 'S1493992285.945724,VS0,VE791',
36 verbose headers vary: 'Accept-Encoding' }
37 verbose request invalidating C:\Users\databuen\AppData\Roaming\npm-cache\registry.npmjs.org\node-red-contrib-azureiotc2d on PUT
38 error publish Failed PUT 403
39 verbose stack Error: "You cannot publish over the previously published version 0.0.1." : node-red-contrib-azureiotc2d
39 verbose stack at makeError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:302:12)
39 verbose stack at CachingRegistryClient.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:290:14)
39 verbose stack at Request._callback (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:210:14)
39 verbose stack at Request.self.callback (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\request.js:187:22)
39 verbose stack at emitTwo (events.js:106:13)
39 verbose stack at Request.emit (events.js:191:7)
39 verbose stack at Request.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\request.js:1044:10)
39 verbose stack at emitOne (events.js:96:13)
39 verbose stack at Request.emit (events.js:188:7)
39 verbose stack at IncomingMessage.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\request.js:965:12)
40 verbose statusCode 403
41 verbose pkgid node-red-contrib-azureiotc2d
42 verbose cwd C:\Users\databuen\Documents\azureiotc2d
43 error Windows_NT 10.0.15063
44 error argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "publish"
45 error node v6.9.1
46 error npm v2.15.11
47 error code E403
48 error "You cannot publish over the previously published version 0.0.1." : node-red-contrib-azureiotc2d
49 error If you need help, you may report this error at:
49 error <https://github.com/npm/npm/issues>
50 verbose exit [ 1, true ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "node-red-contrib-azureiotc2d",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "node to send Azure IoT C2D",
"author": {
"name": "Daniel Tabuenca"
Expand Down

0 comments on commit e0d88bb

Please sign in to comment.