包详细信息

pack-n-play

googleapis25.5kApache-2.03.0.1

Ensure your library installs and compiles

自述文件

Google Cloud Platform logo

Pack-N-Play: Node.js Client

release level npm version

Ensure your library installs and compiles

A comprehensive list of changes in each version may be found in the CHANGELOG.

Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.

Table of contents:

Quickstart

Installing the client library

npm install pack-n-play

The Pack-N-Play Node.js Client API Reference documentation also contains samples.

Supported Node.js Versions

Our client libraries follow the Node.js release schedule. Libraries are compatible with all current active and maintenance versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update as soon as possible to an actively supported LTS version.

Google's client libraries support legacy versions of Node.js runtimes on a best-efforts basis with the following warnings:

  • Legacy versions are not tested in continuous integration.
  • Some security patches and features cannot be backported.
  • Dependencies cannot be kept up-to-date.

Client libraries targeting some end-of-life versions of Node.js are available, and can be installed through npm dist-tags. The dist-tags follow the naming convention legacy-(version). For example, npm install pack-n-play@legacy-8 installs client libraries for versions compatible with Node.js 8.

Versioning

This library follows Semantic Versioning.

This library is considered to be stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against stable libraries are addressed with the highest priority.

More Information: Google Cloud Platform Launch Stages

Contributing

Contributions welcome! See the Contributing Guide.

Please note that this README.md, the samples/README.md, and a variety of configuration files in this repository (including .nycrc and tsconfig.json) are generated from a central template. To edit one of these files, make an edit to its templates in directory.

License

Apache Version 2.0

See LICENSE

更新日志

Changelog

3.0.1 (2025-04-02)

Bug Fixes

  • Update pack-n-play to 2023 compiler option to match gts (#210) (259c14c)

3.0.0 (2025-03-11)

⚠ BREAKING CHANGES

  • fix npm for Node v18 samples tests (#202)

Miscellaneous Chores

2.1.0 (2024-12-05)

Features

  • Allow synthetic default imports when testing typescript for esm (#203) (ac33320)

Bug Fixes

  • deps: Update dependency tmp to v0.2.3 (#183) (bf12806)

2.0.3 (2023-11-02)

Bug Fixes

2.0.2 (2023-10-31)

Bug Fixes

  • Use gts to Target Newer Versions of JavaScript (#164) (4c0b9a3)

2.0.1 (2023-09-29)

Bug Fixes

  • Add kokoro publish configs, update url and deps (#149) (5c70c58)

2.0.0 (2023-09-26)

⚠ BREAKING CHANGES

  • move to node 14 minimum (#143)
  • support node.js 10 and up (#67)
  • simplify the module, tests, and remove old interface (#57)

Features

Bug Fixes

  • deps: Update dependency execa to v5 (#85) (4dff7f3)
  • deps: Update dependency tar to v6 (#64) (8a276ea)
  • deps: Update dependency tmp to v0.2.0 (#71) (0842582)
  • deps: Update dependency tmp to v0.2.1 (#75) (93f2c81)
  • Support node.js 10 and up (#67) (06ed421)

Code Refactoring

  • Simplify the module, tests, and remove old interface (#57) (f692000)

Miscellaneous Chores

1.0.0-2 (2019-11-10)

Bug Fixes

1.0.0-0 (2019-11-09)

⚠ BREAKING CHANGES

  • Node 6 is EOL in a week. Let's stop supporting it.

Features

  • introduce a new API for consumer tests (#33) (11d77f8)

Bug Fixes

Build System