Bruce Johnson
d1e0336a2a
Bump version to 1.1.0
2021-06-11 07:00:37 -07:00
Bruce Johnson
62be572f46
Bump version, update packages to latest versions
2021-06-08 17:40:09 -07:00
filipenevola
afa5b34378
v1.0.3
2021-03-25 10:13:10 -04:00
filipenevola
51715944b0
v1.0.2
2021-03-18 10:45:49 -04:00
filipenevola
80ae689c4d
v1.0.1
2020-08-05 17:49:55 -04:00
Ben Newman
37cfa17612
Bump npm version to 1.0.0 in preparation for publishing.
2019-04-09 18:11:55 -04:00
Ben Newman
4d70f1938a
Update all dependencies to latest versions.
...
Also verified that the list of modules is the same as
https://www.npmjs.com/package/node-libs-browser , and none of the packages
used to provide the stubs have changed (just their versions).
2019-04-09 17:48:50 -04:00
Ben Newman
998d5a746b
Bump npm version to 0.4.1 in preparation for publishing.
2018-05-08 12:13:18 -04:00
Ben Newman
5e403de48e
Bump npm version to 0.4.0 in preparation for publishing.
2018-05-08 12:07:58 -04:00
Ben Newman
d52c306a22
Install readable-stream@2.3.6 from npm rather than our fork.
2018-05-08 12:04:42 -04:00
Ben Newman
6c3e31a4fe
Bump NPM version to 0.3.3 in preparation for publishing.
2018-03-06 16:07:00 -05:00
Ben Newman
81710aacb0
Bump string_decoder to latest version.
2018-03-06 16:04:41 -05:00
Kingsley Ochu
488059954d
Replace unmaintained http-browserify with stream-http ( #13 )
2018-03-06 14:25:39 -05:00
Ben Newman
c09ed6f350
Bump NPM version to 0.3.2 in preparation for publishing.
2017-10-18 21:16:17 -04:00
Ben Newman
2b3509ef13
Go back to using a GitHub URL for meteor/readable-stream.
...
Unfortunately "file:files/readable-stream-2.3.3.tgz" didn't work, since
the published version of the package referred to /Users/ben/dev/node-stubs
rather than referring to the local .tgz file. I have to conclude from this
experience that file: dependencies are never supposed to be published.
2017-10-18 21:14:04 -04:00
Ben Newman
76481b795c
Bump NPM version to 0.3.1 in preparation for publishing.
2017-10-18 19:33:04 -04:00
Ben Newman
982f17fa5b
Install readable-stream from a local .tgz instead of using git.
...
https://github.com/meteor/meteor/issues/9243
2017-10-18 19:30:45 -04:00
Ben Newman
7e4b32d042
Revert "Replace readable-stream and stream-browserify with Meteor forks."
...
This reverts commit 0bb13e4fb4 .
2017-10-18 19:20:00 -04:00
Ben Newman
d878461be5
Bump NPM version to 0.3.0 in preparation for publishing.
2017-10-18 15:04:23 -04:00
Ben Newman
0bb13e4fb4
Replace readable-stream and stream-browserify with Meteor forks.
...
Fixes #10 .
See also: https://github.com/meteor/meteor/issues/9243
2017-10-18 15:00:52 -04:00
Ben Newman
45ed0bdb0e
Bump NPM version to 0.2.11 in preparation for publishing.
2017-06-02 16:46:22 -04:00
Ben Newman
3ef463646a
Revert "Replace useless core-util-is module with empty stub."
...
This reverts commit 9ca5b27977 .
This commit is no longer needed now that core-util-is is not used by any
dependencies (thanks to our fork of readable-stream).
2017-06-02 16:45:42 -04:00
Ben Newman
e84ceee204
Bump NPM version to 0.2.10 in preparation for publishing.
2017-06-02 16:24:24 -04:00
Ben Newman
8a1cf8cafb
Use git+https: protocol for Windows developers who don't have git.exe.
2017-06-02 16:24:09 -04:00
Ben Newman
2feb096fc9
Bump NPM version to 0.2.9 in preparation for publishing.
2017-06-02 16:05:17 -04:00
Ben Newman
26035bc15a
Use a fork of readable-stream that does not use core-util-is.
2017-06-02 15:39:37 -04:00
Ben Newman
9ca5b27977
Replace useless core-util-is module with empty stub.
...
Loading this package triggers a ReferenceError if Buffer is not globally
defined. However, this package never uses Buffer.isBuffer, and in fact
none of this package's properties are ever used by any other packages in
meteor-node-stubs, so it seems safe to replace it with an empty stub.
2017-06-02 15:34:04 -04:00
Ben Newman
1727ebfb7b
Move build-deps.js to scripts/ directory.
2017-06-02 15:33:46 -04:00
Ben Newman
91eb2cbc6e
Bump NPM version to 0.2.8 in preparation for publishing.
2017-05-29 13:03:47 -04:00
Ben Newman
fb61120778
Revert "Upgrade all dependencies."
...
This reverts commit 789b8ff81c .
2017-05-29 13:03:20 -04:00
Ben Newman
5dbcfd678b
Bump NPM version to 0.2.7 in preparation for publishing.
2017-05-29 10:56:58 -04:00
Ben Newman
789b8ff81c
Upgrade all dependencies.
2017-05-29 10:56:37 -04:00
Ben Newman
828653f6c7
Bump NPM version to 0.2.6 in preparation for publishing.
2017-03-13 12:51:03 -04:00
Ben Newman
0306f9b8fc
Bundle dependencies to ensure expected module identifiers.
...
The npm-shrinkwrap.json file ensures that the dependencies of this package
are installed in a nested node_modules directory if you're using npm, but
npm-shrinkwrap.json is ignored if you're using a tool like yarn.
This is important because of the way we build path aliases in index.js:
618d67149f/index.js (L6-L10)
2017-03-13 12:51:03 -04:00
Ben Newman
618d67149f
Bump NPM version to 0.2.5 in preparation for publishing.
2017-01-26 17:55:32 -05:00
Ben Newman
6d739c5cce
Bump NPM version to 0.2.4 in preparation for publishing.
2016-11-11 17:59:07 -05:00
Ben Newman
27018cfa52
Upgrade dependencies.
2016-11-11 17:57:26 -05:00
Ben Newman
2d3849b808
Bump NPM version to 0.2.3 in preparation for publishing.
2016-04-08 10:07:48 -04:00
Ben Newman
899d3b8a40
Update dependencies and re-shrinkwrap using meteor npm.
2016-04-08 10:05:39 -04:00
Ben Newman
a17f51e3a2
Bump NPM version to 0.2.1 in preparation for publishing.
2016-03-11 12:27:06 -05:00
Ben Newman
7a06b904b8
Add some more metadata to package.json.
2016-03-11 12:26:52 -05:00
Ben Newman
f0e7bf60ea
Bump NPM version to 0.2.0 in preparation for publishing.
2016-02-29 19:22:41 -05:00
Ben Newman
3aeadefda2
Bump NPM version to 0.1.1 in preparation for publishing.
2016-02-28 13:07:41 -05:00
Ben Newman
7f88328c9c
Initial implementation.
2016-02-27 17:13:58 -05:00