turbo_boost-streams 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01a358434f1332e60024360cf53cfb69db39ac7b81009cdf6c0a348030bc0b4a
4
- data.tar.gz: 66d810302203f5e36fd0b62483c3545feb7f085ebc644ffbd11015addedf42ed
3
+ metadata.gz: 98ed55b6d75fadf8613f163c1cea1afea5cbf601b4db84166bf4cb169d8b5dbc
4
+ data.tar.gz: cc9f1e12173b55e2047ddd83dc9e9824e07465adeda43d397c16c3965d77c39f
5
5
  SHA512:
6
- metadata.gz: 4052fe9c38523ab11e73e83dbc4f7afe6b356f93f11ce66a5d6624bc6b72d2b24eb907f342a110cf8d27854c310859e6ec2f638d9f29ec3af2d64e78412ee87a
7
- data.tar.gz: 84b7cf5f072f461b4d6be7372e7e43dfb5a51a42d0f718ecbebea8d4af731c3a7dd63e64663d689ca6056a440360ae8317e5b7b18aa12bd3728f96cf2a87c80b
6
+ metadata.gz: 6efe0f501b2db5cf8032e494b31c369db3cb59d9c1b8763962f2682604a614236ea8aaef47822e95784215d38bbf70e7ede2296b26ada4782aa986e948ad2bd3
7
+ data.tar.gz: 1524431b9417ac068d000231db327751dee964fad9ffb4246e61d989d89c4b724cd1c1eea0bf15cc017b44ef8cfad16e3f93fb2f79d85277cf7cb190d35e8f1d
data/README.md CHANGED
@@ -427,14 +427,17 @@ fly deploy
427
427
  > [!TIP]
428
428
  > Run these commands on the host machine _(i.e. not inside the dev container)_
429
429
 
430
- 1. Run `yarn` and `bundle` to pick up the latest
430
+ > [!TIP]
431
+ > Ensure you're using the latest stable version of `yarn`
432
+ > `corepack enable && yarn set version stable`
433
+
434
+ 1. Run `yarn upgrade-interactive` and `bundle update` to pick up the latest dependencies
431
435
  1. Bump version number at `lib/turbo_boost-streams/version.rb`. Pre-release versions use `.preN`
432
436
  1. Bump version number at `package.json` _(make sure it matches)_. Pre-release versions use `-preN`
433
- 1. Run `bin/standardize`
434
- 1. Run `rake build` and `yarn build`
435
- 1. Commit and push changes to GitHub
437
+ 1. Run `yarn build:all`
438
+ 1. Commit and push any changes to GitHub
436
439
  1. Run `rake release`
437
- 1. Run `yarn publish --no-git-tag-version --access public --new-version X.X.X` _(use same version number)_
440
+ 1. Run `yarn npm publish --access public --tag vX.X.X` _(use the tag created by rake)_
438
441
  1. Create a new release on GitHub ([here](https://github.com/hopsoft/turbo_boost-streams/releases)) and generate the changelog for the stable release for it
439
442
 
440
443
  ## About TurboBoost
@@ -0,0 +1 @@
1
+ {"inputs":{"node_modules/alpinejs/dist/module.esm.js":{"bytes":100402,"imports":[{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"node_modules/@alpinejs/morph/dist/module.esm.js":{"bytes":10624,"imports":[],"format":"esm"},"app/javascript/morph.js":{"bytes":652,"imports":[{"path":"node_modules/alpinejs/dist/module.esm.js","kind":"import-statement","original":"alpinejs"},{"path":"node_modules/@alpinejs/morph/dist/module.esm.js","kind":"import-statement","original":"@alpinejs/morph"}],"format":"esm"},"app/javascript/invoke.js":{"bytes":4229,"imports":[{"path":"app/javascript/morph.js","kind":"import-statement","original":"./morph"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"app/javascript/index.js":{"bytes":641,"imports":[{"path":"app/javascript/invoke.js","kind":"import-statement","original":"./invoke"}],"format":"esm"}},"outputs":{"app/assets/builds/@turbo-boost/streams.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":212051},"app/assets/builds/@turbo-boost/streams.js":{"imports":[],"exports":["default"],"entryPoint":"app/javascript/index.js","inputs":{"node_modules/alpinejs/dist/module.esm.js":{"bytesInOutput":43812},"node_modules/@alpinejs/morph/dist/module.esm.js":{"bytesInOutput":3961},"app/javascript/morph.js":{"bytesInOutput":359},"app/javascript/invoke.js":{"bytesInOutput":1691},"app/javascript/index.js":{"bytesInOutput":540}},"bytes":50869}}}
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TurboBoost
4
4
  module Streams
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo_boost-streams
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Hopkins (hopsoft)
@@ -301,6 +301,7 @@ files:
301
301
  - README.md
302
302
  - app/assets/builds/@turbo-boost/streams.js
303
303
  - app/assets/builds/@turbo-boost/streams.js.map
304
+ - app/assets/builds/@turbo-boost/streams.metafile.json
304
305
  - app/assets/images/apple-touch-icon.png
305
306
  - app/assets/images/favicon-16x16.png
306
307
  - app/assets/images/favicon-32x32.png