@noya-app/noya-multiplayer-react 0.1.80 → 0.1.81

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.
@@ -1,28 +1,27 @@
1
-
2
- $ bun run build:bundle && bun run build:main
3
- $ tsup src/index.ts --config bundle.config.ts
4
- CLI Building entry: src/index.ts
5
- CLI Using tsconfig: tsconfig.json
6
- CLI tsup v8.3.5
7
- CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-multiplayer-react/bundle.config.ts
8
- CLI Target: es2022
9
- CJS Build start
10
- CJS dist/index.bundle.js 648.40 KB
11
- CJS ⚡️ Build success in 146ms
12
- $ tsup src/index.ts --format cjs,esm --dts --sourcemap
13
- CLI Building entry: src/index.ts
14
- CLI Using tsconfig: tsconfig.json
15
- CLI tsup v8.3.5
16
- CLI Target: esnext
17
- CJS Build start
18
- ESM Build start
19
- DTS Build start
20
- ESM dist/index.mjs 300.99 KB
21
- ESM dist/index.mjs.map 674.22 KB
22
- ESM ⚡️ Build success in 383ms
23
- CJS dist/index.js 310.26 KB
24
- CJS dist/index.js.map 674.88 KB
25
- CJS ⚡️ Build success in 384ms
26
- DTS ⚡️ Build success in 4367ms
27
- DTS dist/index.d.ts 27.21 KB
28
- DTS dist/index.d.mts 27.21 KB
1
+ $ bun run build:bundle && bun run build:main
2
+ $ tsup src/index.ts --config bundle.config.ts
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v8.3.5
6
+ CLI Using tsup config: /home/runner/work/noya-core/noya-core/packages/noya-multiplayer-react/bundle.config.ts
7
+ CLI Target: es2022
8
+ CJS Build start
9
+ CJS dist/index.bundle.js 648.40 KB
10
+ CJS ⚡️ Build success in 1421ms
11
+ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
12
+ CLI Building entry: src/index.ts
13
+ CLI Using tsconfig: tsconfig.json
14
+ CLI tsup v8.3.5
15
+ CLI Target: esnext
16
+ CJS Build start
17
+ ESM Build start
18
+ ESM dist/index.mjs 300.99 KB
19
+ ESM dist/index.mjs.map 674.22 KB
20
+ ESM ⚡️ Build success in 1899ms
21
+ CJS dist/index.js 310.26 KB
22
+ CJS dist/index.js.map 674.88 KB
23
+ CJS ⚡️ Build success in 1901ms
24
+ DTS Build start
25
+ DTS ⚡️ Build success in 36314ms
26
+ DTS dist/index.d.ts 27.21 KB
27
+ DTS dist/index.d.mts 27.21 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/state-manager
2
2
 
3
+ ## 0.1.81
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ef15878]
8
+ - @noya-app/task-runner@0.1.7
9
+ - @noya-app/state-manager@0.1.64
10
+
3
11
  ## 0.1.80
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-multiplayer-react",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -11,10 +11,10 @@
11
11
  "dev": "npm run build -- --watch"
12
12
  },
13
13
  "dependencies": {
14
- "@noya-app/state-manager": "0.1.63",
14
+ "@noya-app/state-manager": "0.1.64",
15
15
  "@noya-app/emitter": "0.1.0",
16
16
  "@noya-app/observable": "0.1.12",
17
- "@noya-app/task-runner": "0.1.6",
17
+ "@noya-app/task-runner": "0.1.7",
18
18
  "@noya-app/react-utils": "0.1.30",
19
19
  "react-inspector": "6.0.2"
20
20
  },